Amazon Scraper
by neuro-scraper
Extract real-time Amazon product data—prices, ratings, stock—with a simple keyword or URL. Perfect for automated price tracking, market research, and competitor analysis.
Opens on Apify.com
About Amazon Scraper
Need to pull real-time data from Amazon without getting blocked or parsing messy HTML? I've been there. This Amazon Scraper actor is what I use. You simply feed it a search keyword or a direct product URL, and it handles the rest—rotating proxies, managing sessions, and extracting the data you actually need. It returns everything in a clean, structured JSON or spreadsheet: product titles, current prices (including any deals), customer ratings and review counts, availability status, and image URLs. No more manual copying or guessing if a price is up-to-date. I primarily use it for three things: tracking price history for items I'm watching, researching a market before launching a product, and keeping an eye on competitor listings. The data is reliable and formatted ready for analysis, so you can dump it directly into your dashboard or comparison tool. It just works, and it saves a ton of time you'd otherwise spend building and maintaining your own scraper.
What does this actor do?
Amazon Scraper is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.
Key Features
- Cloud-based execution - no local setup required
- Scalable infrastructure for large-scale operations
- API access for integration with your applications
- Built-in proxy rotation and anti-blocking measures
- Scheduled runs and webhooks for automation
How to Use
- Click "Try This Actor" to open it on Apify
- Create a free Apify account if you don't have one
- Configure the input parameters as needed
- Run the actor and download your results
Documentation
Amazon Scraper Actor
Extract structured product data from Amazon, either from search results or directly from product pages. Data is saved to the default Apify Dataset.
Overview
This Actor scrapes Amazon for product information. You can provide search keywords to get listings from search results, or provide direct product URLs to get detailed page data. It returns structured data including pricing, ratings, availability, and metadata.
Key Features
- Dual Scraping Modes: Use search
queriesor direct producturls. - Structured Output: Extracts ASIN, title, price, currency, brand, availability, star rating, review count, categories, and image URLs.
- Configurable Concurrency: Control the number of concurrent page fetches.
- Proxy Support: Built-in configuration for Apify Proxy to avoid blocks.
How to Use
You can run the Actor via the Apify Console, CLI, or API.
Apify Console
- Open the Actor in the Apify Console.
- Click Run and go to the Input tab.
- Paste your JSON configuration (see Inputs below).
- Click Run. Results will be in the default Dataset.
CLI
apify run <ACTOR_ID> -p input.json
Where input.json contains your configuration.
API (Python Example)
from apify_client import ApifyClient
client = ApifyClient('<APIFY_TOKEN>')
run = client.actor('username~amazon-search-scraper').call(run_input={
'queries': ['mechanical keyboard'],
'urls': ['https://www.amazon.com/dp/B0D5678ABC'],
'concurrency': 8
})
print(run['defaultDatasetId'])
Inputs
Provide input as JSON. At least one of queries or urls is required.
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
queries |
Array/String | No | null |
Amazon search keywords (e.g., ["wireless earbuds"]). |
urls |
Array/String | No | null |
Direct product page URLs. |
concurrency |
Integer | No | 8 |
Max concurrent page fetch tasks. |
proxyConfig |
Object | No | { "useApifyProxy": true } |
Proxy configuration object. |
Example Input:
{
"queries": ["laptop stand"],
"urls": ["https://www.amazon.com/dp/B0D1234XYZ"],
"concurrency": 5
}
Output
Results are stored in the default Dataset. Each item is a structured product object.
Example Output Item:
{
"asin": "B0D1234XYZ",
"title": "Wireless Earbuds with Noise Cancellation",
"url": "https://www.amazon.com/dp/B0D1234XYZ",
"price": "$49.99",
"currency": "$",
"brand_name": "SoundMagic",
"availability": "In Stock",
"stars": 4.5,
"number_of_reviews_text": "1,234 ratings",
"categories": "Electronics > Audio > Headphones",
"images": ["https://m.media-amazon.com/images/I/xyz.jpg"]
}
Configuration & Environment
Environment Variables:
* APIFY_TOKEN: Your Apify API token (required for CLI/API use).
* HTTP_PROXY / HTTPS_PROXY: Optional custom proxy endpoints.
Actor Configuration (Optional):
* OUTPUT_FILE: Internal backup filename (default: amazon.search.result.json).
* REQUEST_TIMEOUT: Request timeout in seconds (default: 30).
Categories
Common Use Cases
Market Research
Gather competitive intelligence and market data
Lead Generation
Extract contact information for sales outreach
Price Monitoring
Track competitor pricing and product changes
Content Aggregation
Collect and organize content from multiple sources
Ready to Get Started?
Try Amazon Scraper now on Apify. Free tier available with no credit card required.
Start Free TrialActor Information
- Developer
- neuro-scraper
- Pricing
- Paid
- Total Runs
- 70
- Active Users
- 9
Related Actors
Video Transcript Scraper: Youtube, X, Facebook, Tiktok, etc.
by invideoiq
Linkedin Profile Details Scraper + EMAIL (No Cookies Required)
by apimaestro
Twitter (X.com) Scraper Unlimited: No Limits
by apidojo
Content Checker
by jakubbalada
Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.
Learn more about ApifyNeed Professional Help?
Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.
Trusted by millions | Money-back guarantee | 24/7 Support