Amazon product and search scraper
Pricing
$1.00 / 1,000 results
Amazon product and search scraper
đź’° $1.00 per 1000 commentsâť—Collect structured Amazon product details and search-result listings, including titles, ASINs, prices, ratings, images, brands, and marketplace URLs.
Pricing
$1.00 / 1,000 results
Rating
0.0
(0)
Developer
Data Dino
Maintained by CommunityActor stats
0
Bookmarked
3
Total users
2
Monthly active users
11 days ago
Last modified
Categories
Share
Collect structured product records from Amazon product pages and search-result listings. This actor combines three input modes — product URLs, search URLs, and keyword queries — in a single tool with full marketplace selection.
Features
- Three input modes: product detail URLs, pre-built Amazon search URLs, and keyword search queries — all in one actor.
- Marketplace selector for keyword searches across any Amazon domain (
com,co.uk,in,de, etc.). - Browser impersonation, randomized user-agent rotation, configurable request delays, and optional proxy support for reliable extraction.
- Extracts ASINs, titles, prices, currencies, brands, images, ratings, review counts, Prime/deal signals, delivery text, badges, discount percentages, color variants, and canonical URLs when Amazon exposes them.
- Pagination control (
maxPages) and output cap (maxItems) to manage run cost and duration. - Writes records to the run's default dataset for download as JSON, CSV, or Excel via Apify integrations.
Input
| Field | Type | Default | Description |
|---|---|---|---|
startUrls | array | Amazon product example | Product detail URLs or search-result URLs. The actor auto-detects product vs. search URLs. |
searchQueries | array | [] | Optional keyword searches in addition to startUrls. |
country | string | com | Marketplace code for keyword searches, such as com, co.uk, or in. |
maxPages | integer | 1 | Maximum pages per search URL or query (1–20). |
maxItems | integer | 100 | Maximum records pushed for the run; 0 means unlimited (max 10000). |
Example input:
{"startUrls": [{ "url": "https://www.amazon.com/dp/B00IZ936HM" },{ "url": "https://www.amazon.com/s?k=wireless+headphones" }],"searchQueries": ["mechanical keyboard"],"country": "com","maxPages": 2,"maxItems": 100}
Output
Each dataset item is a product-detail or search-result record. Fields vary with the information shown by Amazon.
Product detail pages (/dp/ASIN)
{"asin": "B0DX1MF624","title": "Ant Esports MK801 V2 Pro Wireless...","price": 1705,"currency": "₹","brand": "Ant Esports","rating": 4.0,"img_url": "https://m.media-amazon.com/images/I/71ny46Yn+FL._SL1500_.jpg","url": "https://www.amazon.in/dp/B0DX1MF624"}
Search result pages (/s?k=...)
Search results include all product-detail fields plus: reviews_count, original_price, discount_percent, prime (boolean), color_variants (array of {name, url, asin}), badge, delivery_info, and deal (boolean) when Amazon exposes them.
Limitations
- Lean product detail output: Currently extracts 8 core fields from product pages. For richer output (features, descriptions, seller details, review data, star breakdowns, A+ content), consider pairing this actor with a dedicated product-details scraper.
- No review scraping: This actor does not extract customer reviews. For review collection, see Apify's dedicated Amazon Reviews Scraper.
- Amazon's 7-page search limit: Amazon sometimes restricts search results to 7 pages. To work around this, use filtered category URLs with more specific search terms.
- Anti-bot detection: Amazon may serve CAPTCHA or consent pages despite anti-detection measures. Blocked pages are skipped rather than represented as fabricated records.
Related Actors
- Amazon Product Details Scraper (
axesso_data/amazon-product-details-scraper): Rich product detail extraction with reviews, variations, A+ content, and AI review insights. - Amazon Scraper (
junglee/free-amazon-product-scraper): Apify-maintained category scraper with star breakdowns and seller details. - Amazon Product Data Scraper (
delicious_zebu/amazon-product-data-scraper): Keyword and category scraper with rating distribution and best-seller ranks.