Noon Product Scraper - UAE, Saudi Arabia & Egypt avatar

Noon Product Scraper - UAE, Saudi Arabia & Egypt

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Noon Product Scraper - UAE, Saudi Arabia & Egypt

Noon Product Scraper - UAE, Saudi Arabia & Egypt

Scrape product data from Noon.com across UAE, KSA and Egypt. Search by keyword, category URL, or paste product URLs. Returns clean JSON: title, brand, price, discount, stock, rating, images and more. Built for price monitoring and competitor research.

Pricing

from $0.01 / 1,000 results

Rating

5.0

(1)

Developer

Get Anything

Get Anything

Maintained by Community

Actor stats

1

Bookmarked

4

Total users

2

Monthly active users

5 days ago

Last modified

Categories

Share

Noon Product Scraper — UAE, Saudi Arabia & Egypt

Extract structured product data from Noon.com, the Middle East's largest online marketplace. Search by keyword, paste a category URL, or drop in direct product links — the scraper returns clean, flat JSON ready for Excel, Google Sheets, or your database.

Works across Noon UAE, Saudi Arabia and Egypt, in English or Arabic.

What it does

  • 🔎 Three ways to start — search terms (e.g. iphone 15, LG OLED55C4), category/search page URLs, or direct product URLs.
  • 🌍 Multi-market — UAE (AED), Saudi Arabia (SAR), Egypt (EGP), English or Arabic.
  • 💰 Price & discount tracking — current price, original price, and calculated discount %.
  • 📦 Stock & seller data — in-stock flag, availability, and marketplace seller name.
  • Ratings — average rating and review count.
  • 🖼️ Media & IDs — image URLs, brand, and Noon SKU for every product.

Example input

{
"searchTerms": ["lg oled tv", "sony headphones"],
"startUrls": [
"https://www.noon.com/uae-en/electronics-and-mobiles/television-and-video/"
],
"noonDomain": "uae-en",
"maxProducts": 50,
"maxPages": 5,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}

Example output

Each dataset item is one product:

{
"title": "LG OLED55C4 55-inch 4K Smart TV",
"brand": "LG",
"sku": "N53238870A",
"price": 5299.0,
"originalPrice": 6499.0,
"discountPercent": 18.5,
"currency": "AED",
"inStock": true,
"availabilityText": null,
"rating": 4.6,
"reviewsCount": 212,
"seller": "LG Brand Store",
"images": ["https://f.nooncdn.com/p/v1/abc.jpg"],
"url": "https://www.noon.com/uae-en/lg-oled55c4/N53238870A/p/",
"domain": "uae-en",
"scrapedAt": "2026-07-16T00:00:00+00:00"
}

Export the results as JSON, CSV, Excel, or HTML table from the run's Dataset tab, or pull them via the Apify API.

Input reference

FieldTypeDescription
searchTermsarrayKeywords or model numbers to search on the selected marketplace.
startUrlsarrayCategory, search, or direct product URLs. Category/search URLs are paginated; product URLs are scraped directly.
noonDomainstringMarketplace for search terms: uae-en, saudi-en, egypt-en, uae-ar, saudi-ar.
maxProductsintegerCap per search term / start URL. 0 = unlimited.
maxPagesintegerListing pages to paginate per search term / category.
proxyConfigurationobjectResidential proxies strongly recommended to avoid blocking.

Common use cases

  • Price monitoring — track competitor pricing and discounts across the GCC.
  • Competitor & catalog research — build product datasets by brand or category.
  • MAP / brand compliance — check how resellers list your products on Noon.
  • Product intelligence — analyse ratings, review counts, and seller mix.

FAQ

Do I need a Noon API or account? No. The actor reads publicly available product pages — no login and no official API required.

Which Noon marketplaces are supported? Noon UAE, Saudi Arabia and Egypt, in English or Arabic. Choose with noonDomain, or paste URLs from any of them.

Can I scrape a whole category? Yes — paste a Noon category or search URL into startUrls and set maxPages / maxProducts.

Can I get data by product URL? Yes — paste product-page URLs into startUrls to get full details including rating, reviews and seller.

What format is the output? Clean flat JSON, one product per row — export to JSON, CSV, Excel or Google Sheets.

Notes

  • Noon is bot-sensitive; the actor reads Noon's server-rendered HTML with a real browser fingerprint. Use residential proxies for the most reliable results.
  • Respect Noon's Terms of Service and only collect publicly available data.