Amazon.ae Product Scraper - UAE, Saudi Arabia & Global avatar

Amazon.ae Product Scraper - UAE, Saudi Arabia & Global

Pricing

Pay per usage

Go to Apify Store
Amazon.ae Product Scraper - UAE, Saudi Arabia & Global

Amazon.ae Product Scraper - UAE, Saudi Arabia & Global

Scrape Amazon product data - price, rating, reviews, ASIN, images and more. Search by keyword or paste product URLs. Works on Amazon.ae (UAE), Amazon.sa (Saudi Arabia) and Amazon.com. Built for price monitoring and competitor research.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Get Anything

Get Anything

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

Amazon.ae Product Scraper — Prices, ASIN, Ratings & Reviews

Scrape product data from Amazon — search by keyword or paste product URLs and get clean, flat JSON: title, brand, price, list price, ASIN, rating, review count, image and more. Works on Amazon.ae (UAE), Amazon.sa (Saudi Arabia), Amazon.com (US), Amazon.co.uk, Amazon.de and Amazon.eg.

Perfect for price monitoring, competitor research, catalog enrichment and product analytics — no Amazon API or login required.

What it does

  • 🔎 Search or URLs — keyword search (e.g. lg oled tv, sony wh-1000xm5), category pages, or direct /dp/ product links.
  • 🌍 Multiple marketplaces — UAE, Saudi Arabia, US, UK, Germany, Egypt (each with the correct currency).
  • 💰 Pricing — current price and list/strike-through price, in the marketplace currency.
  • Ratings & reviews — average star rating and review count.
  • 🆔 ASIN & media — Amazon Standard Identification Number, brand and product image for every result.
  • 🏷️ Sponsored flag — each result is marked organic or sponsored.

Example input

{
"searchTerms": ["lg oled tv", "sony headphones"],
"startUrls": ["https://www.amazon.ae/dp/B0FC2LBLQ3"],
"amazonDomain": "ae",
"maxProducts": 50,
"maxPages": 5,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}

Example output

Each dataset item is one product:

{
"title": "LG OLED55C56 144Hz OLED evo AI Smart 4K TV, 55 Inch",
"brand": "LG",
"asin": "B0FC2LBLQ3",
"price": 3799,
"originalPrice": null,
"currency": "AED",
"rating": 3.9,
"reviewsCount": 3,
"sponsored": false,
"availabilityText": "In Stock",
"images": ["https://m.media-amazon.com/images/I/..."],
"url": "https://www.amazon.ae/dp/B0FC2LBLQ3",
"domain": "amazon.ae",
"scrapedAt": "2026-07-16T00:00:00+00:00"
}

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

Input reference

FieldTypeDescription
searchTermsarrayKeywords or model numbers to search.
startUrlsarrayAmazon search, category, or /dp/ product URLs.
amazonDomainstringMarketplace for search terms: ae, sa, com, co.uk, de, eg.
maxProductsintegerCap per search term / start URL. 0 = unlimited.
maxPagesintegerSearch pages to paginate per input.
proxyConfigurationobjectResidential proxies strongly recommended for Amazon.

Common use cases

  • Price monitoring — track Amazon prices and discounts across the GCC and globally.
  • Competitor & market research — build product datasets by keyword, brand or category.
  • Catalog enrichment — pull titles, images, ASINs and ratings for your own listings.
  • Review & rating analysis — measure product reputation at scale.

FAQ

Do I need an Amazon API key or account? No. The actor reads publicly available product pages — no login, no Product Advertising API.

Which countries are supported? Amazon.ae, .sa, .com, .co.uk, .de and .eg. Pick one with amazonDomain, or paste URLs from any of them.

Why use residential proxies? Amazon blocks aggressively. Residential proxies give the most reliable, block-free results.

Can I get data by ASIN? Yes — paste the product URL https://www.amazon.<domain>/dp/<ASIN> into startUrls.

Notes

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