Amazon Scraper - Product Data, Prices & Reviews
Pricing
Pay per usage
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
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?
| Field | Type | Description |
|---|---|---|
productTitle | string | Full product title as displayed on Amazon |
price | string | Current price with currency symbol (e.g., "$278.00") |
priceNumeric | number | Price as a numeric value for calculations and sorting |
originalPrice | string | Original price before any discount (strikethrough price) |
discountPercent | string | Discount percentage (e.g., "-30%") |
currency | string | ISO currency code (USD, GBP, EUR, JPY, INR, CAD, AUD) |
rating | number | Average customer star rating (1.0-5.0) |
reviewCount | integer | Total number of customer reviews |
asin | string | Amazon Standard Identification Number (10-character unique product ID) |
brand | string | Product brand name (available on detail pages) |
availability | string | Stock status (available on detail pages) |
isPrime | boolean | Whether the product is eligible for Amazon Prime |
bestSellerRank | string | Bestseller ranking within category (available on detail pages) |
category | string | Product category from Amazon's taxonomy |
bulletPoints | array | Key product feature bullet points (available on detail pages) |
imageUrl | string | URL of the main product image |
productUrl | string | Direct link to the product page on Amazon |
searchQuery | string | Original search keyword used to find the product |
scrapedAt | string | ISO 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
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
searchQueries | array of strings | No | -- | Search keywords to find products on Amazon (e.g., "wireless headphones", "yoga mat"). At least one of searchQueries or productUrls is required. |
productUrls | array of strings | No | -- | Direct Amazon product page URLs or bare ASINs (e.g., "B0BX2L8PBG") for scraping specific products. |
marketplace | string | No | "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 |
maxResultsPerQuery | integer | No | 50 | Maximum number of products to extract per search query (1-500) |
maxConcurrency | integer | No | 2 | Number 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
productUrlsfield. 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
productUrlsfor 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).
Related scrapers
- 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.