Amazon Scraper
Pricing
from $1.50 / 1,000 results
Amazon Scraper
Scrape Amazon product data at scale — search results, prices, reviews, ratings, images, and seller info. Perfect for price monitoring, competitor analysis, market research, and e-commerce intelligence.
Pricing
from $1.50 / 1,000 results
Rating
0.0
(0)
Developer

Harald
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
🛒 Amazon Product Scraper
Scrape Amazon product data at scale. Extract detailed product information from direct URLs or search keywords — titles, prices, ratings, reviews, availability, images, and ASINs.
Features
- Product URLs — Scrape specific Amazon product pages directly
- Search Keywords — Search Amazon and scrape all matching products with automatic pagination
- 10 Amazon Domains — US, UK, DE, FR, IT, ES, CA, JP, IN, AU
- Residential Proxies — Uses Apify residential proxy group to avoid blocks
- Structured Output — Clean JSON with all key product attributes
Input
| Field | Type | Description | Default |
|---|---|---|---|
productUrls | string[] | Amazon product page URLs | [] |
searchKeywords | string[] | Search terms to find products | [] |
maxResults | integer | Max products to scrape (0 = unlimited) | 50 |
maxSearchPages | integer | Max search pages per keyword | 5 |
amazonDomain | string | Amazon domain (e.g., www.amazon.com) | www.amazon.com |
Example Input
{"productUrls": ["https://www.amazon.com/dp/B0CHX3QBCH"],"searchKeywords": ["wireless headphones","usb-c hub"],"maxResults": 100,"maxSearchPages": 3,"amazonDomain": "www.amazon.com"}
Output
Each product is stored as a JSON object:
{"title": "Sony WH-1000XM5 Wireless Noise Canceling Headphones","price": "$278.00","rating": 4.6,"reviewCount": 12847,"availability": "In Stock","imageUrl": "https://m.media-amazon.com/images/I/51aX235kGKL._AC_SL1500_.jpg","asin": "B0CHX3QBCH","url": "https://www.amazon.com/dp/B0CHX3QBCH"}
Output Fields
| Field | Type | Description |
|---|---|---|
title | string | Product title |
price | string | Price including currency symbol |
rating | number | Star rating (1.0–5.0) |
reviewCount | number | Total number of reviews |
availability | string | Stock status text |
imageUrl | string | Main product image URL |
asin | string | Amazon Standard Identification Number |
url | string | Clean product page URL |
Pricing
This actor uses residential proxies which consume Apify platform credits. Estimated cost:
- ~$0.50 per 1,000 product pages (varies by proxy usage and retries)
- Search pages count as additional requests
Tips
- Use
maxResultsto control costs on broad searches - Direct product URLs are faster and cheaper than search
- Increase
maxSearchPagesfor comprehensive keyword coverage - Some fields may be
nullif Amazon changes page layout or the product page is unusual
Legal Notice
This actor is provided for educational and research purposes. Ensure your use complies with Amazon's Terms of Service and applicable laws.