Scrape product reviews from Noon.com - Extract detailed customer feedback, ratings, comments, helpful counts, and review images. Perfect for market research and customer sentiment analysis.
Extract detailed product reviews and ratings from Noon.com, one of the largest e-commerce platforms in the Middle East.
The scraper extracts the following fields for each review:
productUrl
- Full URL of the productsku
- Product SKU identifierdisplayName
- Reviewer's nametitle
- Review titlerating
- Product rating (1-5 stars)comment
- Detailed review commenttitleTranslation
- Arabic translation of review titlecommentTranslation
- Arabic translation of review commentlanguage
- Original review languageupdatedAt
- Review dateuid
- Unique review identifierhelpfulCount
- Number of helpful votesimageUrls
- Array of review image URLsproductGroupVariant
- Product variant detailsscrapedAt
- Timestamp of when the review was scrapedmaxItems
value for testingA full explanation of an input example in JSON.
1{ 2 "productUrls": [ 3 "https://www.noon.com/uae-en/mexico-66-sneakers-beige-navy/ZE91EDBD5B3F284131901Z/p/?o=ze91edbd5b3f284131901z-27" 4 ], 5 "maxItems": 20 6}
The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "productUrl": "https://www.noon.com/uae-en/mexico-66-sneakers-beige-navy/ZE91EDBD5B3F284131901Z/p/?o=ze91edbd5b3f284131901z-27", 4 "sku": "ZE91EDBD5B3F284131901Z", 5 "displayName": "Jeno O.", 6 "title": "I love the color and the quality! ", 7 "rating": 5, 8 "comment": "Very comfy and light this good for long walk too. It goes well with casual outfit. Easy to pair with most of the outfits.
I appreciate the effort of noon for putting a shoe bag as a freebie!.", 9 "titleTranslation": "أنا أحب اللون والجودة!", 10 "commentTranslation": "مريح جدًا وخفيف الوزن، وهذا جيد للمشي لمسافات طويلة أيضًا. سارت الامور بشكل جيد مع الزي غير الرسمي. من السهل إقرانها مع معظم الملابس.
أنا أقدر جهد الظهر لوضع حقيبة الأحذية كهدية مجانية!.", 11 "showTranslateBtn": false, 12 "language": "en", 13 "updatedAt": "2024-05-14", 14 "uid": "45c26163-3a4d-4e58-9f38-88f61e0e64bc", 15 "helpfulCount": 42, 16 "imageUrls": [ 17 "4debd611-7f17-4cd3-a2ed-9de6f4cefd98-1715705782-1.png", 18 "4debd611-7f17-4cd3-a2ed-9de6f4cefd98-1715705782-2.png" 19 ], 20 "productGroupVariant": [ 21 { 22 "code": "colour_name", 23 "title": "Colour Name", 24 "value": "Beige/Navy" 25 } 26 ], 27 "scrapedAt": "2025-02-13T05:37:53.934Z" 28 }, 29 ... 30]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!