Amazon Search Scraper
by igview-owner
Scrape Amazon search results by keyword. Get products, prices, ratings, badges, Prime and deals from 20+ marketplaces in clean, ready-to-use data.
Opens on Apify.com
About Amazon Search Scraper
Scrape Amazon search results by keyword. Get products, prices, ratings, badges, Prime and deals from 20+ marketplaces in clean, ready-to-use data.
What does this actor do?
Amazon Search 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 Search Scraper โ Search Results Extractor ๐๏ธ Search Amazon products by keyword and extract comprehensive search results with pricing, ratings, images, badges, and more. Supports pagination, advanced filtering, sorting options, and multiple marketplaces worldwide. Built with Apify best practices for reliability and speed. --- ## ๐ Table of Contents - โจ Features - ๐ฏ Use Cases - โก Quick Start - ๐ Input Parameters - ๐ค Output Format - ๐ Marketplaces & Languages - ๐ Performance & Limits - โ FAQ - ๐ ๏ธ Troubleshooting - ๐ท๏ธ Tags --- ## โจ Features - ๐ Keyword Search โ Search Amazon by any keyword or phrase - ๐ Pagination Support โ Scrape multiple pages of search results (up to 20 pages) - ๐ฏ Advanced Filtering โ Filter by Prime, product condition, deals & discounts - ๐ Smart Sorting โ Sort by relevance, price, reviews, newest, or best sellers - ๐
Rich Metadata โ Get badges, ratings, prices, images, sales volume, and more - ๐ Multi-Marketplace โ Works across 20+ Amazon marketplaces worldwide - โก Fast & Reliable โ Built-in retries, rate-limit handling, and error recovery --- ## ๐ฏ Use Cases | Use Case | Description | Key Benefits | |----------|-------------|--------------| | ๐ Product Research | Discover products by keyword across categories | Find trending items, analyze competition | | ๐ฐ Price Monitoring | Track pricing trends for specific search terms | Identify deals, monitor competitors | | ๐ Market Analysis | Analyze search rankings and product positioning | SEO insights, market trends | | ๐ Competitor Tracking | Monitor competitor products in search results | Track rankings, pricing strategies | | ๐ค Data Pipelines | Feed structured search data to your systems | Automation, dashboards, ML models | --- ## โก Quick Start ### 1๏ธโฃ Basic โ Simple Search json { "query": "Smart Phone", "country": "US", "maxPages": 1 } ### 2๏ธโฃ Advanced โ Multiple Pages with Filters json { "query": "Laptop", "country": "US", "maxPages": 3, "sortBy": "LOWEST_PRICE", } --- ## ๐ Input Parameters | Parameter | Type | Required | Description | Default | Example | |-----------|------|----------|-------------|---------|---------| | query | String | โ
Yes | Search keyword or phrase | - | "Smart Phone", "Laptop", "Headphones" | | maxPages | Integer | โ No | Number of pages to scrape (1-20) | 1 | 3, 5, 10 | | startPage | Integer | โ No | Starting page number | 1 | 1, 2, 5 | | country | String | โ No | Amazon marketplace | US | US, GB, DE, IN, JP | | language | String | โ No | Result language/locale | Marketplace default | en_US, fr_FR, de_DE | | sortBy | String | โ No | Sort order | RELEVANCE | LOWEST_PRICE, HIGHEST_PRICE, REVIEWS, NEWEST, BEST_SELLERS | ### ๐ฏ Sort Options - RELEVANCE โ Most relevant to search query (default) - LOWEST_PRICE โ Cheapest products first - HIGHEST_PRICE โ Most expensive products first - REVIEWS โ Most reviewed products - NEWEST โ Newest arrivals - BEST_SELLERS โ Best selling products --- ## ๐ค Output Format ### ๐งพ Search Result Data Structure json { "source": "amazon_search", "search_query": "Smart Phone", "page": 1, "position": 1, "asin": "B0DLHNWHRF", "product_title": "Samsung Galaxy A16 5G A Series, Unlocked Android Smartphone...", "product_price": "$149.99", "product_original_price": "$199.99", "currency": "USD", "product_star_rating": "4.2", "product_num_ratings": 2484, "product_url": "https://www.amazon.com/dp/B0DLHNWHRF", "product_photo": "https://m.media-amazon.com/images/I/71KGkQ+KOKL._AC_UY654_FMwebp_QL65_.jpg", "product_num_offers": 2, "product_minimum_offer_price": "$130.49", "is_best_seller": false, "is_amazon_choice": false, "is_prime": false, "climate_pledge_friendly": true, "sales_volume": "5K+ bought in past month", "delivery": "FREE delivery Fri, Nov 21Or fastest delivery Tomorrow, Nov 17", "has_variations": true, "product_availability": "In Stock", "coupon_text": null, "product_badge": "Overall Pick", "country": "US", "domain": "www.amazon.com", "total_products_available": 106379 } ### ๐ Output Fields Explained | Field | Type | Description | |-------|------|-------------| | source | String | Always amazon_search | | search_query | String | Original search query | | page | Integer | Page number in search results | | position | Integer | Position on the page (1-based) | | asin | String | Product ASIN | | product_title | String | Product name/title | | product_price | String | Current price | | product_original_price | String | Original/list price (if available) | | currency | String | Currency code (USD, EUR, etc.) | | product_star_rating | String | Average rating (e.g., "4.2") | | product_num_ratings | Integer | Total number of ratings | | product_url | String | Direct product URL | | product_photo | String | Main product image URL | | product_num_offers | Integer | Number of buying options | | product_minimum_offer_price | String | Lowest offer price | | is_best_seller | Boolean | Has Best Seller badge | | is_amazon_choice | Boolean | Has Amazon's Choice badge | | is_prime | Boolean | Prime eligible | | climate_pledge_friendly | Boolean | Climate Pledge Friendly certified | | sales_volume | String | Sales volume text (e.g., "5K+ bought in past month") | | delivery | String | Delivery information | | has_variations | Boolean | Has product variations | | product_availability | String | Availability status | | coupon_text | String | Coupon/discount text (if available) | | product_badge | String | Special badge (e.g., "Limited time deal", "Overall Pick") | | country | String | Marketplace country code | | domain | String | Amazon domain | | total_products_available | Integer | Total products matching search query | --- ## ๐ Marketplaces & Languages | Region | Code | Region | Code | Region | Code | |--------|------|--------|------|--------|------| | ๐บ๐ธ United States | US | ๐ฌ๐ง United Kingdom | GB | ๐ฉ๐ช Germany | DE | | ๐ฏ๐ต Japan | JP | ๐ฎ๐ณ India | IN | ๐ซ๐ท France | FR | | ๐ฎ๐น Italy | IT | ๐ช๐ธ Spain | ES | ๐จ๐ฆ Canada | CA | | ๐ง๐ท Brazil | BR | ๐ฆ๐บ Australia | AU | ๐ฒ๐ฝ Mexico | MX | | ๐ณ๐ฑ Netherlands | NL | ๐ธ๐ช Sweden | SE | ๐ต๐ฑ Poland | PL | | ๐ง๐ช Belgium | BE | ๐ธ๐ฆ Saudi Arabia | SA | ๐ฆ๐ช UAE | AE | Common languages include en_US, en_GB, de_DE, fr_FR, it_IT, es_ES, ja_JP, pt_BR, nl_NL, pl_PL, sv_SE, ar_AE. --- ## โ FAQ - Q: What input do I need? - Just a search query (keyword/phrase). All other parameters are optional. - Q: How many pages can I scrape? - Up to 20 pages per run. Each page typically has 10-15 products. - Q: Which marketplaces are supported? - 20+ marketplaces including US, GB, DE, JP, IN, FR, IT, ES, CA, BR, AU, MX, NL, SE, PL, BE, SA, AE, ZA, IE. - Q: How do I sort results? - Use sortBy parameter: RELEVANCE, LOWEST_PRICE, HIGHEST_PRICE, REVIEWS, NEWEST, or BEST_SELLERS. - Q: What if no results are found? - The actor will stop pagination and report the issue. Try a different search query or filters. --- ## ๐ ๏ธ Troubleshooting | Issue | Cause | Solution | |-------|-------|----------| | โ "No search query provided" | Empty or missing query | Provide a valid search keyword | | โ ๏ธ "No results found" | Invalid query or filters too strict | Try broader search terms or remove filters | | โฑ๏ธ Slow runs | Many pages requested | Reduce maxPages or optimize filters | | ๐ Pagination stopped early | No more results available | Normal behavior - all results scraped | --- ## ๐ Why Choose This Actor? โ
Keyword-based search with pagination โ
Advanced filtering and sorting โ
Rich search result metadata โ
Works across 20+ marketplaces โ
Track rankings and positions โ
Fast, reliable, and structured data --- ## ๐ท๏ธ Tags amazon search scraper, amazon product search api, amazon keyword search, amazon search results extractor, amazon product finder, amazon price comparison, amazon deal finder, amazon search data, amazon marketplace search, amazon product research tool, amazon competitive analysis, amazon ranking tracker, amazon seo tool, amazon product discovery, apify actor, amazon search automation, amazon product listings, amazon best sellers scraper, amazon prime products, amazon deals scraper, amazon search analytics --- ## ๐ Get Started Now Ready to scrape Amazon search results? 1. ๐ฏ Enter the Amazon search query (e.g., laptop) 2. โ๏ธ Set the maximum pages to scrape (1-100) 3. โถ๏ธ Click Start to run the actor 4. ๐ฅ Download your data in JSON, CSV, Excel, or HTML format 5. ๐ Use the built-in table views to browse products, prices, and ratings 6. Click "Try for free" to test the actor โญ If this actor helps your workflow, please give it a star! ## Related Actors ๐ค - Amazon Product Details Scraper Built with โค๏ธ using Apify Platform | Optimized for Performance & Reliability
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 Search Scraper now on Apify. Free tier available with no credit card required.
Start Free TrialActor Information
- Developer
- igview-owner
- Pricing
- Paid
- Total Runs
- 10
- Active Users
- 2
Related Actors
Google Maps Reviews Scraper
by compass
Facebook Ads Scraper
by apify
Google Ads Scraper
by silva95gustavo
Facebook marketplace scraper
by curious_coder
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