Amazon Middle East Keyword Rank Tracker avatar

Amazon Middle East Keyword Rank Tracker

Pricing

from $4.00 / 1,000 results

Go to Apify Store
Amazon Middle East Keyword Rank Tracker

Amazon Middle East Keyword Rank Tracker

Full Amazon Middle East search results per keyword (UAE (amazon.ae), Saudi Arabia (amazon.sa), Egypt (amazon.eg)) with position and sponsored flag — see where a brand ranks and who holds the paid slots. Dual-mode: the same code runs as an ATR BullMQ worker.

Pricing

from $4.00 / 1,000 results

Rating

0.0

(0)

Developer

AtTheRate AI

AtTheRate AI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Tracks where any brand ranks for a keyword on amazon.ae, amazon.sa and amazon.eg, and which competitors hold the sponsored slots above it. Every result on the search page is captured in order, organic and paid alike, with price, rating and review count attached. Run it daily on your keyword set to see rank movement, new entrants and ad pressure in the Gulf and Egypt.

What you get

  • The full search page in shopper order: keyword, page, position and one row per result.
  • is_sponsored on every row, read from the Sponsored label on the card, so paid slots and organic ranks are separable.
  • Competitor pricing at the moment of capture: price, original_price and currency (AED, SAR or EGP).
  • Social proof next to the rank: rating, rating_count and badges.
  • Identity per result: asin, name, brand, image_url and product_url.
  • total_results for the keyword, the delivery line on the card, and captured_at on every row for a clean time series.

Input

Give it keywords and a storefront. The defaults are sensible for a daily rank pull.

{
"keywords": ["shampoo"],
"locale": "ae",
"pages": 2,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"], "apifyProxyCountry": "AE" },
"delayMs": 1500,
"callsPerSession": 80
}
  • keywords (required): the search terms to rank. Duplicates are ignored.
  • locale: ae for amazon.ae, sa for amazon.sa, eg for amazon.eg. Default ae.
  • pages: result pages per keyword. Amazon exposes at most 7.
  • proxyConfiguration: residential proxy in the storefront's country. The actor already defaults to residential AE.

Output

One row per search result position.

{
"platform": "amazon-me",
"locale": "ae",
"keyword": "shampoo",
"page": 1,
"position": 1,
"id": "B08Y155F2X",
"asin": "B08Y155F2X",
"name": "Redken Volume Injection Shampoo For Fine Hair | Lift & Volume | 300ml",
"brand": null,
"price": 99.17,
"original_price": null,
"currency": "AED",
"rating": 4.4,
"rating_count": 3200,
"in_stock": true,
"is_sponsored": true,
"badges": [],
"delivery": "FREE delivery Mon, 14 Sep on your first order",
"product_url": "https://www.amazon.ae/dp/B08Y155F2X",
"total_results": 10000,
"captured_at": "2026-09-12T03:35:25.740Z"
}

seller is always null on search rows, Amazon does not print it on a result card. brand is null for most products: today's Amazon cards carry no brand line, and the brand is part of name. It is filled for books and media, where the card prints a byline. For a reliable brand per product, pass the ASINs to the matching Amazon product details actor. original_price is null when nothing is struck through.

Use cases

  • Daily keyword rank tracking for your own ASINs: filter on brand or asin and chart position over captured_at.
  • Share of search: count your rows against all rows per keyword and page.
  • Ad-slot share: is_sponsored shows who is buying the top of page one and how that changes week to week.
  • Competitor price watching on the terms you care about, using price and original_price.

Notes and limits

  • Amazon serves at most 7 result pages per keyword, so pages above 7 gains nothing. A page carries roughly 48 to 60 results.
  • A residential proxy inside the storefront's country is required. Datacentre addresses get a captcha or a bot interstitial.
  • Sponsored detection is per card and reflects the auction at capture time. Two runs an hour apart can legitimately differ.
  • A keyword that returns nothing is reported as an empty capture with its context, not counted as a clean capture.
  • Live runs: amazon.ae "shampoo" over 2 pages returned 108 rows with 13 sponsored, amazon.sa over 3 pages returned 151 rows, amazon.eg over 1 page returned 60 rows.

FAQ

Do I need a proxy? Yes. Use a residential proxy in the storefront's country, AE for amazon.ae, SA for amazon.sa, EG for amazon.eg. The actor already defaults to residential AE.

How many results can I get? Up to 7 pages per keyword, roughly 48 to 60 results a page, so about 300 to 400 rows per keyword per run.

Does it need a login or an API key? No. Only public search pages, no Amazon account and no advertising credentials.

How is a sponsored slot detected? From the Sponsored label Amazon prints on the result card, so is_sponsored matches what a shopper in that country sees.