Noon.com Reviews Scraper ๐Ÿ›๏ธ avatar

Noon.com Reviews Scraper ๐Ÿ›๏ธ

Try for free

6 hours trial then $19.99/month - No credit card required now

Go to Store
Noon.com Reviews Scraper ๐Ÿ›๏ธ

Noon.com Reviews Scraper ๐Ÿ›๏ธ

easyapi/noon-com-reviews-scraper
Try for free

6 hours trial then $19.99/month - No credit card required now

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.

Developer
Maintained by Community

Actor Metrics

  • 4 Monthly users

  • No reviews yet

  • No bookmarks yet

  • >99% runs succeeded

  • Created in Feb 2025

  • Modified 3 days ago

Extract detailed product reviews and ratings from Noon.com, one of the largest e-commerce platforms in the Middle East.

Features โœจ

  • Scrape customer reviews with detailed information
  • Extract both English and Arabic translations of reviews
  • Collect review images and product variant details
  • Get helpful vote counts and review dates
  • Support for multiple product URLs
  • Stealth browsing capabilities
  • Configurable proxy support

Output Data Structure ๐Ÿ“Š

The scraper extracts the following fields for each review:

  • productUrl - Full URL of the product
  • sku - Product SKU identifier
  • displayName - Reviewer's name
  • title - Review title
  • rating - Product rating (1-5 stars)
  • comment - Detailed review comment
  • titleTranslation - Arabic translation of review title
  • commentTranslation - Arabic translation of review comment
  • language - Original review language
  • updatedAt - Review date
  • uid - Unique review identifier
  • helpfulCount - Number of helpful votes
  • imageUrls - Array of review image URLs
  • productGroupVariant - Product variant details
  • scrapedAt - Timestamp of when the review was scraped

Usage ๐Ÿ’ก

  1. Input the product URLs you want to scrape
  2. Set the maximum number of reviews to collect (optional)
  3. Configure proxy settings if needed
  4. Run the actor and get structured JSON results

Use Cases ๐ŸŽฏ

  • Market research and competitor analysis
  • Customer sentiment analysis
  • Product quality monitoring
  • Review aggregation
  • E-commerce analytics

Limitations โš ๏ธ

  • Respects Noon.com's terms of service and rate limits
  • Some products might have limited review availability
  • Review images might not be available for all reviews

Tips ๐Ÿ’ช

  • Use proxy configuration for better reliability
  • Start with a small maxItems value for testing
  • Monitor your usage to stay within platform limits

Input Example

A 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}

Output sample

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.\n\nI appreciate the effort of noon for putting a shoe bag as a freebie!.",
9        "titleTranslation": "ุฃู†ุง ุฃุญุจ ุงู„ู„ูˆู† ูˆุงู„ุฌูˆุฏุฉ!",
10        "commentTranslation": "ู…ุฑูŠุญ ุฌุฏู‹ุง ูˆุฎููŠู ุงู„ูˆุฒู†ุŒ ูˆู‡ุฐุง ุฌูŠุฏ ู„ู„ู…ุดูŠ ู„ู…ุณุงูุงุช ุทูˆูŠู„ุฉ ุฃูŠุถู‹ุง. ุณุงุฑุช ุงู„ุงู…ูˆุฑ ุจุดูƒู„ ุฌูŠุฏ ู…ุน ุงู„ุฒูŠ ุบูŠุฑ ุงู„ุฑุณู…ูŠ. ู…ู† ุงู„ุณู‡ู„ ุฅู‚ุฑุงู†ู‡ุง ู…ุน ู…ุนุธู… ุงู„ู…ู„ุงุจุณ.\n\nุฃู†ุง ุฃู‚ุฏุฑ ุฌู‡ุฏ ุงู„ุธู‡ุฑ ู„ูˆุถุน ุญู‚ูŠุจุฉ ุงู„ุฃุญุฐูŠุฉ ูƒู‡ุฏูŠุฉ ู…ุฌุงู†ูŠุฉ!.",
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]