Amazon Scraper - Product Data, Prices & Reviews avatar

Amazon Scraper - Product Data, Prices & Reviews

Pricing

Pay per usage

Go to Apify Store
Amazon Scraper - Product Data, Prices & Reviews

Amazon Scraper - Product Data, Prices & Reviews

Scrape Amazon product listings from search results or product pages. Extract titles, prices, ratings, review counts, ASINs, sellers, brands, Prime eligibility, and availability. Supports US, UK, DE, FR, and other Amazon domains.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Renzo Madueno

Renzo Madueno

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Amazon Product Scraper -- Extract Prices, Ratings, and Product Data from Amazon

Scrape Amazon search results and product pages to extract structured product data including titles, prices, discounts, ratings, review counts, ASINs, Prime eligibility, bestseller rankings, and more. Supports 10 Amazon marketplaces worldwide, from the US to Japan.

Whether you are monitoring competitor pricing, researching product opportunities, sourcing for dropshipping, or building market intelligence dashboards, this scraper turns Amazon's catalog into a clean, exportable dataset.

What data can you extract?

FieldTypeDescription
productTitlestringFull product title as displayed on Amazon
pricestringCurrent price with currency symbol (e.g., "$278.00")
priceNumericnumberPrice as a numeric value for calculations and sorting
originalPricestringOriginal price before any discount (strikethrough price)
discountPercentstringDiscount percentage (e.g., "-30%")
currencystringISO currency code (USD, GBP, EUR, JPY, INR, CAD, AUD)
ratingnumberAverage customer star rating (1.0-5.0)
reviewCountintegerTotal number of customer reviews
asinstringAmazon Standard Identification Number (10-character unique product ID)
brandstringProduct brand name (available on detail pages)
availabilitystringStock status (available on detail pages)
isPrimebooleanWhether the product is eligible for Amazon Prime
bestSellerRankstringBestseller ranking within category (available on detail pages)
categorystringProduct category from Amazon's taxonomy
bulletPointsarrayKey product feature bullet points (available on detail pages)
imageUrlstringURL of the main product image
productUrlstringDirect link to the product page on Amazon
searchQuerystringOriginal search keyword used to find the product
scrapedAtstringISO 8601 timestamp of when the data was extracted

Use cases

  • Price monitoring and dynamic pricing -- Track competitor prices and discount patterns over time. Set up scheduled runs to detect price drops, new promotions, and pricing trends across your competitive landscape.
  • Product research and opportunity identification -- Discover top-selling products by keyword. Analyze review counts, ratings, and bestseller rankings to identify high-demand, underserved niches before launching new products.
  • Dropshipping and arbitrage sourcing -- Compare prices across Amazon marketplaces. Find products with favorable margins by cross-referencing pricing data from multiple Amazon domains.
  • Market analysis and category intelligence -- Build comprehensive datasets of products within a category to understand market size, average pricing, competitive density, and brand distribution.
  • Brand protection and MAP monitoring -- Monitor how your products are priced by third-party sellers on Amazon. Detect violations of minimum advertised price policies.

Input parameters

ParameterTypeRequiredDefaultDescription
searchQueriesarray of stringsNo--Search keywords to find products on Amazon (e.g., "wireless headphones", "yoga mat"). At least one of searchQueries or productUrls is required.
productUrlsarray of stringsNo--Direct Amazon product page URLs or bare ASINs (e.g., "B0BX2L8PBG") for scraping specific products.
marketplacestringNo"amazon.com"Amazon marketplace to scrape. Options: amazon.com, amazon.co.uk, amazon.de, amazon.fr, amazon.it, amazon.es, amazon.ca, amazon.com.au, amazon.co.jp, amazon.in
maxResultsPerQueryintegerNo50Maximum number of products to extract per search query (1-500)
maxConcurrencyintegerNo2Number of pages to process in parallel (1-5). Lower values are recommended to reduce CAPTCHA encounters.

Example output

{
"productTitle": "Sony WH-1000XM5 Wireless Noise Canceling Headphones",
"price": "$278.00",
"priceNumeric": 278.00,
"originalPrice": "$399.99",
"discountPercent": "-30%",
"currency": "USD",
"rating": 4.6,
"reviewCount": 12543,
"asin": "B0BX2L8PBG",
"brand": "Sony",
"availability": "",
"isPrime": true,
"bestSellerRank": "#1 in Over-Ear Headphones",
"category": "Electronics",
"bulletPoints": [
"Industry-leading noise canceling with Auto NC Optimizer",
"Exceptional sound quality with 30mm drivers",
"30-hour battery life with quick charging",
"Crystal-clear hands-free calling with 4 beamforming microphones",
"Multipoint connection for seamless switching between devices"
],
"imageUrl": "https://m.media-amazon.com/images/I/51aXvjzcukL._AC_SL1200_.jpg",
"productUrl": "https://www.amazon.com/dp/B0BX2L8PBG",
"searchQuery": "wireless headphones",
"scrapedAt": "2026-03-01T12:00:00.000Z"
}

How much does it cost?

This actor uses a pay-per-result pricing model:

  • $0.0015 per product ($1.50 per 1,000 products)
  • A typical search extracting 50 products costs approximately $0.075
  • Scraping 10,000 products across multiple queries costs approximately $15.00

Platform compute costs (Apify usage) are billed separately and depend on memory allocation and run duration. Amazon scraping uses residential proxies to handle anti-bot protections, which are included in the per-result pricing. There are no monthly fees or commitments.

Tips and tricks

  • Use ASINs for pinpoint accuracy when you already know which products you need. Paste bare ASINs (e.g., "B0BX2L8PBG") directly into the productUrls field. The scraper will convert them into full product page URLs automatically. This is faster and more reliable than search-based extraction.
  • Amazon search results typically return 300-400 products per keyword. If you need broader coverage, use multiple specific search terms rather than one broad keyword. For example, "Bluetooth headphones under $50" and "noise cancelling headphones Sony" will yield different, complementary results.
  • Keep concurrency at 1-2 for the most stable results. Amazon has aggressive anti-bot protections. The scraper uses residential proxies and handles CAPTCHAs with automatic retries, but lower concurrency reduces the frequency of these challenges.
  • Detail pages yield richer data than search results. Search result extraction captures core fields (title, price, rating, ASIN). If you also need bullet points, bestseller rank, brand, and availability, feed the ASINs from a search run back into the scraper as productUrls for a second pass.

Need business leads fast?

Try LeadFinder — a free tool to find local business leads from Google Maps. Enter any niche + city, get business names, phone numbers, websites, and ratings instantly. 5 free leads per search, 100+ leads as CSV for $5. Free API available (no key needed).

  • SaaS Pricing Tracker -- Track pricing data for SaaS products alongside Amazon product pricing for comprehensive market intelligence.
  • Trustpilot Reviews Scraper -- Supplement Amazon product data with seller reputation data from Trustpilot for vendor evaluation and brand research.