Scrape everything with Noon Advanced Scraper ! Whole category, search results, list of products, ratings, reviews, pricing info, and more... Last Update: 28 March, 2025
The Noon Advanced Scraper is a powerful tool designed to extract in-depth product information from Noon, one of the Middle East's leading e-commerce platforms. Whether you're a market researcher, entrepreneur, or online retailer, this scraper helps you gather essential product data with ease.
You need to provide the scrape type with either "category_url", "product_urls", or "search" fields to start with. You also need to provide the base country you want to use Noon in.
You can sort products by their popularity, price (highest or lowest), newest first, or rating. You can set a price range if you want. You can optionally choose to scrape reviews, translate them to english, and provide maximum of reviews to scrape. Note that if a product has a lot of reviews, then scraping them will take longer. So, if you just want a quick scraping, you can set a maximum reviews count such as 100.
Example for scraping a category:
1{ 2 "scrape_type": "category", 3 "category_url": "https://www.noon.com/uae-en/electronics/", 4 "country": "uae", 5 "sort_by": "popularity", 6 "min_price": 100, 7 "max_price": 500, 8 "get_reviews": true, 9 "max_reviews_per_product": 100, 10 "translate_to_english": true 11}
Example for scraping product URLs:
1{ 2 "scrape_type": "product", 3 "product_urls": [ 4 "https://www.noon.com/uae-en/product-1", 5 "https://www.noon.com/uae-en/product-2" 6 ], 7 "get_reviews": true 8}
Example for scraping a search result:
1{ 2 "scrape_type": "search", 3 "search": "laptop", 4 "sort_by": "lowest-price", 5 "max_reviews_per_product": 10, 6 "max_price": 5000 7}
You can download the dataset extracted by Noon Advanced Scraper in various formats such as JSON, HTML, CSV, or Excel.
A sample output result for each product will be as follows:
1{ 2 "name": "Gaming Laptop", 3 "description": "High-performance gaming laptop with powerful specs.", 4 "product_link": "https://www.noon.com/uae-en/gaming-laptop/", 5 "price": { 6 "local_currency": "AED", 7 "price_local": 5000, 8 "price_usd": 1361.23, 9 "price_old_local": 5500, 10 "price_old_usd": 1496.35, 11 "discount": "9%" 12 }, 13 "rating_info": { 14 "rating": 4.5, 15 "number_of_ratings": 100, 16 "rating_distribution_percentage": [ 17 { "5": "70%" }, 18 { "4": "20%" }, 19 { "3": "5%" }, 20 { "2": "0%" }, 21 { "1": "5%" } 22 ] 23 }, 24 "images": [ 25 "https://noon-cdn.com/laptop1.jpg", 26 "https://noon-cdn.com/laptop2.jpg" 27 ], 28 "number_of_reviews": 50, 29 "reviews": [ 30 { 31 "title": "Great Laptop", 32 "review": "Excellent performance and battery life.", 33 "helpful_count": 20, 34 "reviewed_by": "John Doe", 35 "rating": 5, 36 "verified_purchase": true, 37 "review_date": "2024-06-01", 38 "review_images": ["https://noon-cdn.com/review1.jpg"] 39 } 40 ] 41}
Our scrapers are ethical and do not extract any private user data. They only extract publicly available data. However, always ensure that scraping is compliant with Noon’s terms of service and applicable regulations.
For more details, check out Apify's blog on the legality of web scraping.
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!