Amazon Product Scraper avatar

Amazon Product Scraper

Pricing

from $25.00 / 1,000 results

Go to Apify Store
Amazon Product Scraper

Amazon Product Scraper

Extract prices, ratings, reviews, Best Sellers Rank, variants, Q&A and full specs from any Amazon product. Search by keyword, ASIN, or URL across 10 marketplaces — US, UK, DE, FR, IT, ES, CA, AU, JP, IN. No API key needed. $25 per 1,000 results.

Pricing

from $25.00 / 1,000 results

Rating

0.0

(0)

Developer

Yuliia Kulakova

Yuliia Kulakova

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

a day ago

Last modified

Share

Amazon Product Scraper


Amazon Product Scraper

Extract prices, ratings, reviews, Best Sellers Rank, variants, Q&A and full specs from any Amazon product — across 10 marketplaces. No API key. No login. Just clean data.


What makes this different

Other scrapers return title + price. This one returns everything Amazon shows on the page, structured and ready to use.

Every product comes with 40+ fields — in consistent JSON, ready for spreadsheets, databases, AI pipelines, or price trackers.


Data you receive

Always included

FieldDescription
asinUnique Amazon product ID
titleFull product title
priceCurrent price (numeric)
listPriceOriginal price before discount
currencyAuto-detected: USD / GBP / EUR / JPY / INR / AUD / CAD
savings + savingsPctDiscount amount and %
stars + reviewsCountAverage rating and total count
isPrimePrime delivery eligibility
isSponsoredSponsored listing flag
deliveryDelivery estimate text
imageUrlMain product image
positionRank in search results
searchQueryKeyword that returned this product

With full product details (scrapeProductDetails: true)

FieldDescription
brandBrand or store name
categoriesFull category breadcrumb path
featureBulletsHighlight bullet points
descriptionFull product description
imagesAll hi-res gallery image URLs
variantsAll colors / sizes with ASINs and URLs
technicalDetailsFull specs table (dimensions, weight, material…)
weight + dimensionsExtracted from specs
bestSellersRankBSR rank + category at every level
monthlyBought"10K+ bought in past month" social proof
inStock + availabilityLive stock status
stockCountUnits left if shown
sellerSeller name, fulfilled by Amazon flag
couponTextActive coupon badge
subscribeAndSavePriceS&S discounted price
shippingPriceShipping cost (0 = free)
returnPolicyReturn policy text
starsBreakdown% per star level
answeredQuestionsCountNumber of Q&A entries
qAndATop questions and answers
frequentlyBoughtTogetherBundle products
reviewsCustomer reviews (when maxReviewsPerProduct > 0)

10 marketplaces supported

🇺🇸 amazon.com  ·  🇬🇧 amazon.co.uk  ·  🇩🇪 amazon.de  ·  🇫🇷 amazon.fr  ·  🇮🇹 amazon.it  ·  🇪🇸 amazon.es  ·  🇨🇦 amazon.ca  ·  🇦🇺 amazon.com.au  ·  🇯🇵 amazon.co.jp  ·  🇮🇳 amazon.in

Currency is detected automatically per marketplace — no configuration needed.
Country-matched residential proxies are used per marketplace for maximum reliability.


Three input modes

{
"searchQueries": ["wireless headphones", "standing desk"],
"amazonDomain": "amazon.com",
"maxProducts": 100,
"sort": "review-rank",
"scrapeProductDetails": true
}

🎯 ASIN list

{
"asins": ["B07QK2SPP7", "B01MTB55WH", "B09B8YWXDF"],
"amazonDomain": "amazon.co.uk",
"scrapeProductDetails": true
}

🔗 Any Amazon URL

{
"startUrls": [
"https://www.amazon.de/s?k=laptop+stand",
"https://www.amazon.com/dp/B07QK2SPP7"
],
"maxProducts": 50
}

Sample output

{
"asin": "B09G9FPHY6",
"title": "Apple AirPods Pro (2nd Generation)",
"url": "https://www.amazon.com/dp/B09G9FPHY6",
"brand": "Apple",
"price": 189.99,
"listPrice": 249.00,
"currency": "USD",
"savings": 59.01,
"savingsPct": 24,
"stars": 4.8,
"reviewsCount": 94231,
"isPrime": true,
"inStock": true,
"monthlyBought": 50000,
"bestSellersRank": [
{ "rank": 1, "category": "Headphones" },
{ "rank": 3, "category": "Electronics" }
],
"variants": [
{ "asin": "B0CHWRXH8B", "title": "USB-C", "url": "https://www.amazon.com/dp/B0CHWRXH8B" },
{ "asin": "B0D1XD1ZV3", "title": "MagSafe", "url": "https://www.amazon.com/dp/B0D1XD1ZV3" }
],
"categories": ["Electronics", "Headphones", "Earbud Headphones"],
"delivery": "FREE delivery Saturday, May 9",
"seller": { "name": "Amazon.com", "fulfilledByAmazon": true },
"scrapedAt": "2026-05-04T14:00:00.000Z"
}

Use cases

💰 Price monitoring — track competitor prices across marketplaces daily. Catch every discount and restock automatically.

📈 Market research — find trending products by BSR, review velocity, and monthly purchase counts.

🔎 Product sourcing — analyze specs, variants, seller data, and review sentiment before committing.

🤖 AI & data pipelines — structured JSON ready for LLMs, recommendation engines, and BI dashboards.

📊 Amazon SEO — study what titles, bullets, and descriptions dominate page 1 in any category.


Pricing

$25 per 1,000 results. No subscriptions. No monthly fees.
Pay only for what you scrape — $0.025 per product with 40+ fields, live data, and 10 marketplaces.


FAQ

Do I need an Amazon account or API key?
No. Works completely without any credentials.

How fresh is the data?
100% real-time. Every run fetches live data directly from Amazon — no cache, no stale results.

What if Amazon changes its layout?
Multiple fallback selectors per field keep the scraper working through Amazon's frequent A/B tests and template changes.

Can I scrape reviews?
Yes — set maxReviewsPerProduct up to 100. Reviews include rating, title, body, verified badge, and helpful votes count.

What export formats are available?
JSON, CSV, Excel, XML — all standard Apify formats, ready to download after every run.

How many products can I scrape at once?
Up to 500 products per search query. Run multiple queries simultaneously in one actor run.