🔍 Amazon Search Scraper — Keyword, Category & Autocomplete avatar

🔍 Amazon Search Scraper — Keyword, Category & Autocomplete

Pricing

from $0.08 / 1,000 results

Go to Apify Store
🔍 Amazon Search Scraper — Keyword, Category & Autocomplete

🔍 Amazon Search Scraper — Keyword, Category & Autocomplete

Scrape Amazon search results by keyword, browse a category node, or get keyword autocomplete suggestions. Returns ASIN, title, price, rating, Prime & badges across 20 marketplaces with auto-pagination and price/sort filters. No login or CAPTCHAs. From $0.08/1K results.

Pricing

from $0.08 / 1,000 results

Rating

5.0

(1)

Developer

ScrapeBadger

ScrapeBadger

Maintained by Community

Actor stats

0

Bookmarked

13

Total users

6

Monthly active users

38 days

Issues response

a day ago

Last modified

Share

🔍 Amazon Search Scraper

Scrape Amazon search results, category listings and keyword autocomplete — no Amazon login, no CAPTCHAs, no proxies to manage. Powered by ScrapeBadger's Amazon API: TLS fingerprinting, residential proxies and AWS WAF bypass are handled for you.

What it does

ModeInputReturns
Searchquery (+ optional filters)product results for a keyword search
Categorynode (browse-node id)products listed under a category node
Autocompletequery (prefix)Amazon's keyword suggestions

Search and Category paginate automatically up to your max_results. Filter by sort_by (featured, price low→high / high→low, review rank, newest), category alias, and min_price / max_price.

Data you get (per result)

position, asin, title, price, list_price, unit_price, rating, ratings_total, is_prime, is_amazons_choice, is_sponsored, is_best_seller, bought_past_month, coupon, availability, image, link. Prices are structured (value, currency, symbol, raw). Autocomplete returns value (suggestion) + alias (department).

Marketplaces

20 Amazon marketplaces: com, co.uk, de, fr, it, es, nl, se, pl, ca, com.mx, com.br, co.jp, in, com.au, sg, ae, sa, com.tr, eg.

Pricing

Pay-per-event — you only pay for what you scrape:

  • Actor start — $0.001 per run
  • Search result — $0.00008 each (search, category or autocomplete item)

That's $0.08 per 1,000 results — among the cheapest Amazon search scrapers on the Store. No monthly rental, no minimums.

Example input

{
"mode": "Search",
"query": "wireless headphones",
"domain": "com",
"sort_by": "review_rank",
"min_price": "20",
"max_price": "150",
"max_results": 200
}

Sample output

{
"dataType": "product",
"position": 1,
"asin": "B0CHWRXH8B",
"title": "Soundcore by Anker Q20i Hybrid Active Noise Cancelling Headphones",
"price": { "value": 39.99, "currency": "USD", "symbol": "$", "raw": "$39.99" },
"rating": 4.5,
"ratings_total": 18342,
"is_prime": true,
"is_amazons_choice": true,
"link": "https://www.amazon.com/dp/B0CHWRXH8B"
}

Scraping publicly available data is generally legal. This actor only accesses public search and category pages — no login, no personal data. You are responsible for complying with Amazon's Terms of Service and applicable laws in your jurisdiction.

Want more Amazon scraping options?

Part of the ScrapeBadger Amazon suite:

  • 📦 Amazon Product Scraper — product detail & offers
  • 🔍 Amazon Search Scraper (this actor) — keyword search, category & autocomplete
  • ⭐ Amazon Reviews Scraper — customer reviews
  • 🏆 Amazon Bestsellers Scraper — bestsellers, new releases & deals
  • 🏪 Amazon Seller Scraper — seller profiles, products & feedback

No setup, no API key headaches

Add your SCRAPEBADGER_API_KEY once under Settings → Environment variables (get one free), then pick a mode and run.