Amazon Product Scraper
Extract product details, prices, reviews, and seller information from Amazon worldwide for e-commerce analytics.
As an Apify affiliate, we may earn a commission from qualifying purchases made through our links, at no extra cost to you. We only recommend tools we believe in.
Overview
The Amazon Product Scraper is an enterprise-grade extraction tool designed for e-commerce businesses, dropshippers, and market analysts. It bypasses Amazon's strict CAPTCHAs and anti-bot systems to reliably scrape product data from any Amazon domain globally (e.g., .com, .co.uk, .de). You can extract thousands of products via search queries, specific ASINs, or category URLs. The scraper retrieves rich, structured data including pricing strategies, discounts, exact product variations (size/color), detailed customer reviews (with star ratings), Best Sellers Rank (BSR), and specific seller information. This data is critical for monitoring competitor pricing, conducting product research, optimizing your own Amazon listings, or building affiliate review sites.
Key Features
Use Cases
Competitor price tracking and dynamic repricing
Discover trending products and profitable niches (BSR analytics)
Extract and analyze customer reviews for sentiment analysis
Build high-converting Amazon Affiliate (Associates) websites
Monitor Buy Box winners and unauthorized sellers/hijackers
Aggregate massive product catalogs for dropshipping stores
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| categoryUrls | Array | Optional | Links to specific Amazon categories or custom search pages |
| asins | Array | Optional | List of exact ASINs (Amazon Standard Identification Numbers) to scrape |
| searchTerms | Array | Optional | Keywords to search for and extract the resulting products |
| maxItems | Number | Optional | Maximum number of products to return |
| proxyConfiguration | Object | Optional | Proxy settings (residential proxies highly recommended for Amazon) |
Sample Output
{
"asin": "B0C1J2K3L4",
"url": "https://www.amazon.com/dp/B0C1J2K3L4",
"title": "Sony WH-1000XM5 Wireless Noise Canceling Headphones",
"brand": "Sony",
"price": {
"value": 348.00,
"currency": "USD"
},
"originalPrice": {
"value": 399.99,
"currency": "USD"
},
"rating": 4.6,
"reviewsCount": 12450,
"availability": "In Stock",
"buyBoxWinner": "Amazon.com",
"bestSellersRank": [
{
"category": "Over-Ear Headphones",
"rank": 3
}
],
"features": [
"Industry Leading noise cancellation",
"Up to 30-hour battery life"
],
"thumbnailUrl": "https://m.media-amazon.com/images/I/41J...jpg"
} How to Use
- 1
Click the 'Try for Free' button to access the Amazon Scraper on Apify.
- 2
Log into your Apify account.
- 3
Choose your input method: enter specific ASINs, paste a category URL, or type a search query (e.g., 'wireless headphones').
- 4
Select the target Amazon marketplace (e.g., amazon.com or amazon.co.uk).
- 5
Click 'Start'. The actors will handle CAPTCHAs and extract the data.
- 6
Download your pristine product dataset in Excel or JSON.
API Example
import { ApifyClient } from 'apify-client';
const client = new ApifyClient({
token: 'YOUR_API_TOKEN',
});
const input = {
"searchTerms": [
"gaming laptops"
],
"maxItems": 100,
"proxyConfiguration": { "useApifyProxy": true }
};
const run = await client.actor("junglee/amazon-scraper").call(input);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items); Pricing Structure
Pay for usage. Amazon heavily restricts scraping, meaning premium residential or specialized proxies are usually required. The estimated cost is $5.00 to $10.00 per 1,000 comprehensively extracted products. Apify's $5 free monthly credit allows you to test and extract hundreds of items entirely free.
Limitations
- Amazon strictly monitors scrape velocity. To extract millions of products, you must use high-quality Apify Residential Proxies to avoid being blocked.
- Does not inherently scrape data behind a user login (e.g., your personal order history).
- Product variations (like viewing 20 different colors of a shirt) can significantly increase the number of requests and extraction time.
Frequently Asked Questions
Can I scrape products from European or Asian Amazon sites?
Does this scraper solve Amazon CAPTCHAs?
Is it possible to extract all customer reviews for a single product?
Can I use this for Amazon Affiliate marketing?
Extracted Data Details
View on Apify Store
Related Tools
Airbnb Scraper
Extract property listings, prices, reviews, and host data from Airbnb for rental market analysis.
AliExpress Scraper
Extract product data, prices, seller info, and reviews from AliExpress for dropshipping research.
Amazon Reviews Scraper
Extract product reviews, ratings, and customer feedback from Amazon. Essential for competitor analysis and sentiment tracking.
Need a Custom Solution?
Contact us for a bespoke scraper built to your exact requirements.
Hire an ExpertRelated Articles
Amazon Price Monitoring: Complete Guide to Competitor Analysis
Learn how to track Amazon prices, monitor competitor products, and automate price intelligence. Build a competitive edge with real-time product data extraction.
comparisons5 Best Web Scraping Tools for E-Commerce in 2026
Discover the top web scraping tools for e-commerce data extraction. Compare Apify, Bright Data, Octoparse, and more for scraping Amazon, Shopify, and Walmart.
tutorialsHow to Scrape E-Commerce Sites with Apify in 2026: Amazon, Walmart & Shopify
Learn how to extract product data, scrape prices, and gather reviews from any e-commerce site using Apify's E-Commerce Scraping Tool.