Amazon Search Scraper · Flat Fee
Pricing
from $1.50 / 1,000 products
Amazon Search Scraper · Flat Fee
One flat fee per product, full detail on every search result, no add-on events. Blocked or empty searches are never charged. Type a keyword, get products.
Pricing
from $1.50 / 1,000 products
Rating
0.0
(0)
Developer
Steadyfetch Team
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
3 hours ago
Last modified
Categories
Share
Type an Amazon search keyword and get the full product row for every result — price, buy box, stock, rating, reviews, variants, bestseller ranks, images and the full specifications table, all in one row. One flat fee per product. There is no second event to pay for, and blocked or empty searches are never charged.
Give it a keyword like wireless earbuds. Get finished product objects back — not a list of links you then have to feed somewhere else.
Unofficial. This actor is not affiliated with, endorsed by, or sponsored by Amazon. "Amazon" and all related marks are trademarks of Amazon.com, Inc. or its affiliates. It reads only the public search pages an ordinary browser sees, and never signs in.
Output
One row per product: every field the product page carries, plus the search context. This is a real row from a verified run, trimmed with … where a field is long:
{"keyword": "wireless earbuds","searchRank": 1,"isSponsored": false,"searchPage": 1,"asin": "B0DN4BG1RW","marketplace": "amazon.com","url": "https://www.amazon.com/dp/B0DN4BG1RW","title": "JBL Vibe Beam 2 - Noise Cancelling Earbuds - White","brand": "JBL","price": 39.94,"currency": "USD","listPrice": 64.95,"inStock": true,"buyBoxSeller": "Amazon.com","rating": 4.1,"reviewCount": 6717,"boughtInPastMonth": 2000,"images": ["https://m.media-amazon.com/images/I/41CpD7mn8tL._AC_SL1200_.jpg", "…"],"variants": [{ "asin": "B0DBLMLM81", "attributes": { "color_name": "Blue" } }],"categoryPath": ["Electronics", "Headphones, Earbuds & Accessories"],"bestSellersRank": [{ "rank": 63, "category": "Electronics" }],"specs": { "Brand Name": "JBL", "…": "…" },"scrapedAt": "2026-08-27T00:00:00.000Z","charged": true,"status": "ok"}
searchRank is the product's position in Amazon's own result order, counting every result including sponsored ones — so it stays accurate even when you filter sponsored rows out. A product that matches several of your keywords is returned once, tagged with the first keyword that surfaced it, and charged once.
Prices and review counts are parsed in the page's own locale, so 4,4 von 5 Sternen is a rating of 4.4 and (4.295) on amazon.de is four thousand reviews, not four. price can legitimately be null — Amazon does not always print one, and that row still carries the title, rating, ranks, images and specs, with priceNote saying what the page showed instead.
The last row of every run is a summary carrying keywords, ok, keywordMisses, productMisses, chargedRows and unchargedRows — so the invoice reconciles from the dataset itself, without opening the billing tab.
See a whole real run before you spend anything: sample dataset — wireless earbuds on amazon.com, capped at two products, plus the summary row it ended with.
Every delivered row also carries two hidden fields, #k and #ce: the product's stable key and the exact events that row was charged. They stay out of the Output tab and out of a clean export; they are there so that if Apify moves your run to another server mid-way, or you resurrect a finished run, the run reads its own dataset back and never delivers or bills the same product twice.
For AI agents & LLMs — copy this block
Actor: steadyfetch/amazon-search-scraperInput: { "keywords": ["wireless earbuds", "coffee maker"], "maxProductsPerKeyword": 20 }Output: one row per product; charged rows have status "ok" and charged true.Pricing: one priced event ("product"), all-inclusive, no start fee, no add-ons.Misses: no_results / blocked / not_found / unavailable_in_marketplace / not_a_product /parse_failed / source_unavailable all ship as rows with charged:false — read `status`.Notes: omit a field you do not want — do not send null. Limits are hard limits.
Works over the Apify API, MCP, n8n and Make. Running it with an empty keyword list returns uncharged sample rows, so a workflow can be wired up and tested before it costs anything.
What one product costs
One priced event, Product, and nothing else. No start fee, no per-keyword fee, no per-field fee, no "detail" upcharge. A sponsored result costs the same flat fee as any other — and if you turn sponsored results off, they are never even fetched. The store header reads from $1.50/1,000 products.
| Your Apify plan | Price per product | Per 1,000 products |
|---|---|---|
| Apify Free plan | $0.006 | $6.00 |
| Bronze | $0.0035 | $3.50 |
| Silver | $0.0022 | $2.20 |
| Gold, Platinum, Diamond | $0.0015 | $1.50 |
The header shows the Gold price. The whole ladder is printed here because an actor whose promise is billing honesty cannot have an undisclosed tier ladder.
What can fail, and what a failure costs you: nothing. The two misses you will actually see are no_results (the search ran fine and Amazon had nothing for that keyword) and blocked (a robot check in front of every route we tried). Both ship as real rows carrying charged: false, as do not_found, unavailable_in_marketplace, not_a_product, parse_failed, source_unavailable and invalid_input. A row is charged only if it is a product.
Full product detail on every result — on purpose
This actor always returns the full product object for each result: the same row Amazon Product Scraper · Flat Fee returns, plus the keyword, the search rank, whether it was sponsored, and the result page it came from. There is deliberately no cheaper "listing rows only" mode — that would need a second price, and this family sells one thing at one price.
What you give it
| Input | Example |
|---|---|
keywords (one per line) | wireless earbuds, coffee maker |
marketplace | amazon.com (default), amazon.co.uk, amazon.de |
maxProductsPerKeyword | 40 (default) — taken in Amazon's own result order, across up to 3 result pages |
includeSponsored | true (default); set false to skip ads — they are never fetched, so they cost nothing |
department | electronics (optional) |
sortBy | Featured (default), price, avg. review, newest |
Marketplaces: amazon.com, amazon.co.uk, amazon.de. Search is verified end to end on amazon.com; amazon.co.uk and amazon.de are best-effort. Only three because only three are tested; other Amazon domains are refused with a clear message rather than half-working.
Error codes — what each uncharged row means
status | What happened | Charged | Worth re-running |
|---|---|---|---|
ok | Complete product row | yes | — |
no_results | The search ran fine but Amazon returned no products for that keyword | no | no |
blocked | Amazon asked us to prove we are not a robot, on every route we tried | no | yes |
not_found | A result's product page — or the search address itself — answered "page not found" | no | no |
unavailable_in_marketplace | A result's id was not served in that country's catalogue | no | no |
not_a_product | A result is one of Amazon's own subscription plans, not a product listing — no price, no seller, no reviews of its own | no | no |
parse_failed | Amazon served a page in a layout we do not recognise. That one is on us | no | no |
source_unavailable | Amazon dropped or throttled the request | no | yes |
invalid_input | A keyword line was blank — the row says so | no | no |
cap_reached / stopped_at_limit | A limit you set stopped the run; earlier rows were delivered normally | no | see resumeCursor |
Limits are exact
Max products per keyword, Max products (whole run), Max run seconds and the run's own maximum total charge all stop the run cleanly: it still finishes as SUCCEEDED, the summary row names the one setting that stopped it, and resumeCursor lists the keywords still to do. Re-running a search fetches from the top, so raise the limit rather than re-running to page deeper.
FAQ
Is it legal to scrape Amazon search results? Public search pages are public. This actor reads only what an ordinary browser sees, at a polite rate; it never signs in and never touches an account.
Can I scrape Amazon search without an API key? Yes — that is what this is. No Amazon account, no PA-API keys, no seller credentials.
How do I get Amazon search data into n8n or Make? Run this actor and read its dataset. One row per product, stable column names, charged on every row.
What does it cost per 1,000 products? From $1.50/1,000 on Gold and above; see the ladder above. Nothing else is billable.
Why is a price null, or in the wrong currency? Amazon did not print one, or served the page from an unexpected region — priceNote says which. The delivery location is pinned to the marketplace's own country to keep this rare.
Honesty contract
Amazon changes its pages often. When a keyword can't be searched, or an item can't be fetched or parsed, we return it with an honest status and never charge for it.
This actor may fail when the platform changes things — failed items are never charged.
Issues are answered in about three hours during working hours. If a field ever comes back empty that should not be, open an issue with the keyword and it gets fixed.
Steadyfetch Amazon suite
One actor per entry point, the same product row underneath. All-inclusive pay per event, no start fee, charged only on delivery.
| What you paste | Actor |
|---|---|
| ASINs or product URLs | Amazon Product Scraper · Flat Fee |
| Search keywords | this actor |
| A Best Sellers category | Amazon Bestsellers · Flat Fee (publishing soon — steadyfetch/amazon-bestsellers-scraper) |
| A seller ID or storefront | Amazon Seller Scraper · Flat Fee (publishing soon — steadyfetch/amazon-seller-scraper) |
The rest of the steadyfetch shelf — same contract everywhere: all-inclusive pay per event, no start fee, charged only on delivery.
| Family | Actors |
|---|---|
| Ad creative intelligence | Facebook · Google Ads video · TikTok · LinkedIn · Google Ads text & OCR |
| Trends & keywords | Google Trends · Trends Now · Breakout keywords · Autocomplete keywords · Keyword volume & CPC · Social trends |
| YouTube transcripts | YouTube videos · YouTube channels |
| Reel transcripts · Profile posts | |
| Jobs | Indeed · Career sites by domain · Glassdoor · Multi-board |
| Amazon | Products · Search · Bestsellers · Sellers |
| Any media file | Speech to Text · any link or file |
Unlinked names are publishing shortly on the same account — search steadyfetch on Apify Store.
Feedback & support
Open an issue on the actor's Issues tab with the keyword you used. Fields that come back empty when they should not are treated as bugs, not as expected behaviour.