Amazon Product Scraper · Flat Fee avatar

Amazon Product Scraper · Flat Fee

Pricing

from $1.50 / 1,000 products

Go to Apify Store
Amazon Product Scraper · Flat Fee

Amazon Product Scraper · Flat Fee

One flat fee per product — price, buy box, stock, rating, reviews, variants, ranks, images and specs in one row. Blocked or missing ASINs are never charged.

Pricing

from $1.50 / 1,000 products

Rating

0.0

(0)

Developer

Steadyfetch Team

Steadyfetch Team

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

3 hours ago

Last modified

Share

One flat fee per product. Price, buy box, stock, rating, reviews, variants, bestseller ranks, images and the full specifications table all arrive in one row — there is no second event to pay for. Blocked or missing ASINs are never charged.

Give it an ASIN or an Amazon product URL. Get the finished product object back.

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 product pages an ordinary browser sees, and never signs in.

Output

One row per product. This is a real row from a verified run (ASIN B0DN4BG1RW on amazon.com), trimmed with where a field is long:

{
"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,
"availability": "In Stock",
"buyBoxSeller": "a s k",
"buyBoxSellerId": "A2L0UV81X3JLZ5",
"fulfilledByAmazon": true,
"rating": 4.1,
"reviewCount": 6717,
"boughtInPastMonth": 2000,
"images": ["https://m.media-amazon.com/images/I/41CpD7mn8tL._AC_SL1200_.jpg", "…"],
"features": ["Bluetooth 5.3 …"],
"variants": [{ "asin": "B0DBLMLM81", "attributes": { "color_name": "Blue" } }],
"variantCount": 4,
"categoryPath": ["Electronics", "Headphones, Earbuds & Accessories"],
"bestSellersRank": [{ "rank": 63, "category": "Electronics" }],
"specs": { "Brand Name": "JBL", "Model Number": "JBLVBEAM2WHT" },
"deliveryTo": "US",
"scrapedAt": "2026-08-27T00:00:00.000Z",
"charged": true,
"status": "ok"
}

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, and you should expect it. Amazon does not always put a price on the page it serves. Some listings replace it with "add this item to your cart to see the price", and some have no live offer at all. On the European marketplaces, where Amazon withholds the buy box from cheap routes far more often than on amazon.com, a product that comes back price-less is retried once through an extra geo-pinned route, so European rows now carry the real local price — 49,00 € on amazon.fr, 475,00 kr on amazon.se, 139,00 zł on amazon.pl — instead of null. When every route fails, the row still ships with price: null and priceNote says what the page showed instead. It is measured behaviour, printed here rather than hidden — the row is charged because it is a real product row, so you should know this before you run a price-only job.

The last row of every run is a summary carrying requested, ok, blocked, notFound, unavailableInMarketplace, chargedRows and unchargedRows — so the invoice reconciles from the dataset itself, without opening the billing tab.

A real dataset, not a mock-up: three products across amazon.com, amazon.co.uk and amazon.de plus the summary row — the untouched output of one verified run.

For AI agents & LLMs — copy this block

Actor: steadyfetch/amazon-product-scraper
Input: { "products": ["B0DN4BG1RW", "https://www.amazon.de/dp/B0DBLN4C47"] }
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: blocked / not_found / unavailable_in_marketplace / not_a_product / parse_failed /
source_unavailable all ship as rows with charged:false — read `status`, never guess
from an empty field.
Notes: omit a field you do not want — do not send null. Limits are hard limits.
Resuming or resurrecting a run never re-sends or re-bills a product it already delivered.

Works over the Apify API, MCP, n8n and Make. Running it with an empty product 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-field fee, no delivery-location fee, no "detail" upcharge. The store header reads from $1.50/1,000 products.

Your Apify planPrice per productPer 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 blocked (Amazon put a robot check in front of every route we tried) and not_found (no product page at that id on that marketplace). Both ship as real rows carrying charged: false, as do unavailable_in_marketplace, not_a_product, parse_failed, source_unavailable and invalid_input. A row is charged only if it is a product.

What you give it

InputExample
ASINB0DN4BG1RW
Product URLhttps://www.amazon.com/dp/B0DN4BG1RW
/gp/product/ URLhttps://www.amazon.co.uk/gp/product/B0DBLN4C47
A URL you copied from a search resulthttps://www.amazon.de/Sony-WF-C510/dp/B0DBLN4C47/ref=sr_1_1?keywords=sony
An Amazon short linkhttps://amzn.to/…, https://a.co/d/…

Casing does not matter and www. is optional — chat apps and link shorteners rewrite URLs, and all of those shapes still resolve.

Marketplaces: amazon.com plus nine European stores — amazon.co.uk, amazon.de, amazon.fr, amazon.it, amazon.es, amazon.nl, amazon.pl, amazon.se, amazon.com.be. Every one is tested against real captured pages, prices arrive in the store's own currency (, £, kr, ), and numbers are read in the store's own locale. Other Amazon domains are refused with a clear message rather than half-working. A full product URL always decides its own marketplace; the Marketplace setting is only for bare ASINs. European marketplaces lean on an extra recovery route for the price (see the price note above) — like everything else here it can fail on a bad hour, and failed items are never charged.

Error codes — what each uncharged row means

statusWhat happenedChargedWorth re-running
okComplete product rowyes
blockedAmazon asked us to prove we are not a robot, on every route we triednoyes
not_foundNo product page at that id on that marketplacenono
unavailable_in_marketplaceAmazon did not serve that id in that country's catalogue — it usually exists in another onenono, try another marketplace
not_a_productThe id is one of Amazon's own subscription plans, not a product listing — some of them rank in Best Sellers, so a category walk will hand you onenono
parse_failedAmazon served a page in a layout we do not recognise. That one is on usnono
source_unavailableAmazon dropped or throttled the requestnoyes
invalid_inputThe value was not an ASIN or an Amazon product URL — the row says exactly whynono
cap_reached / stopped_at_limitA limit you set stopped the run; earlier rows were delivered normallynosee resumeCursor

Deliverability, stated honestly: measured 94–97% of requested products delivered under normal conditions, and lower on amazon.com when Amazon is having a bad hour. The rest come back as uncharged rows saying which kind of miss they were. We would rather print that number than imply 100%.

Limits are exact

Max products, 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 what was left so a second run continues instead of repeating. The product limit is claimed at the moment a row is written, so a cap of 10 delivers 10 rows and bills 10 events even with several fetches in flight.

They hold across a restart too. Long runs get moved between servers by the platform, and a run can be resurrected with one click. When that happens the run reads back what it already delivered and continues from there: already-delivered products are never sent twice and never billed twice, a cap of 10 stays a cap of 10 rather than becoming 20, and Max run seconds counts seconds of the run, not of each restart.

FAQ

Is it legal to scrape Amazon? Public product 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 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 product 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 Amazon Product Scraper cost per 1,000 products? From $1.50/1,000 on Gold and above; see the ladder above. Nothing else is billable.

Why is my price null? Amazon did not display one — see priceNote on that row.

Why did an ASIN come back as unavailable_in_marketplace? It exists in a different country's catalogue. Pass the product URL for that marketplace, or change the Marketplace setting.

Honesty contract

Amazon changes its pages often. When 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.

A product is charged once per run, and once only. That holds whether you sent it as an ASIN and again as a URL, or the run was migrated, restarted or resurrected part-way through.

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 ASIN 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 pasteActor
ASINs or product URLsthis actor
Search keywordsAmazon Search Scraper · Flat Fee
A Best Sellers categoryAmazon Bestsellers · Flat Fee (publishing soon — steadyfetch/amazon-bestsellers-scraper)
A seller ID or storefrontAmazon 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.

FamilyActors
Ad creative intelligenceFacebook · Google Ads video · TikTok · LinkedIn · Google Ads text & OCR
Trends & keywordsGoogle Trends · Trends Now · Breakout keywords · Autocomplete keywords · Keyword volume & CPC · Social trends
YouTube transcriptsYouTube videos · YouTube channels
InstagramReel transcripts · Profile posts
JobsIndeed · Career sites by domain · Glassdoor · Multi-board
AmazonProducts · Search · Bestsellers · Sellers
Any media fileSpeech 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 ASIN or URL you used. Fields that come back empty when they should not are treated as bugs, not as expected behaviour.