Amazon Search Scraper: 20 Marketplaces, $1 per 1,000 Results
Scrape Amazon search results by keyword across 20 marketplaces. Returns ASIN, title, price, list price, stars, review count, thumbnail, badges, Prime status, sponsored flag, page position, fast delivery promise, coupon, purchase volume hint. Filter by price range, stars, or Prime-only.
What you can scrape
- Per-result data: asin, title, url, marketplace, page, positionOnPage, positionOverall
- Pricing: price (value + currency + raw), listPrice (struck-through when on sale)
- Ratings: stars, reviewsCount
- Badges: isAmazonChoice, isBestSeller, isPrime, isSponsored, isLimitedDeal
- Teasers: deliveryText, fastDeliveryText, badgeText, couponText, purchaseVolumeText
- Search context: searchQuery, sortBy, applied filters
Primary use cases
- Keyword rank monitoring. Track your ASINs' position for target keywords daily
- Competitive intel. Identify which ASINs rank top-N for a keyword and which are sponsored
- New-product discovery. Top 100 ASINs for 'running shoes 2026'
- PPC research. Sponsored vs organic position by keyword
- Catalog seed. Feed ASINs into amazon-product-scraper for detailed enrichment
API example
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~amazon-search-scraper/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"searchQueries": ["wireless earbuds", "smart speaker"], "country": "US", "maxResultsPerQuery": 50, "sortBy": "relevance"}'
Integrations
- n8n, Make, Zapier: trigger runs and process results via webhook
- AI Agents (MCP): Claude Desktop, Cursor, VS Code, LangChain, LlamaIndex
- Python, Node.js: Apify SDK for programmatic access
- Google Sheets, Airtable: export via Apify integrations
Related Amazon scrapers