Use this Amazon scraper to collect data based on URL and country from the Amazon website. Extract product information without using the Amazon API, including reviews, prices, descriptions, and Amazon Standard Identification Numbers (ASINs). Download data in various structured formats.
Enter the maximum number of results you want to scrape per each star URL. This will let the scraper know when to stop.
Language
languageEnumOptional
Language to use on Amazon.
Disclaimer: each Amazon domain has a different set of supported languages. If you choose a language that is not supported by the domain, the scraper will use the default language of the domain.
You can set proxy country to avoid geo-blocking and access region-specific content. Amazon shows you the products that can be shipped to your address based on the proxy you use.
By default, the scraper automatically selects the proxy country based on the used Amazon website domain, ensuring low blocking rates and results relevant to the base domain.
Default value of this property is "AUTO_SELECT_PROXY_COUNTRY"
Maximum search pages (per start URL)
maxSearchPagesPerStartUrlintegerOptional
Enter the maximum number of search pages to scrape for each start URL. E.g. only scrape the first 5 pages.
This field can also be used with the maxItemsPerStartUrl option, the scraper will stop after either one of these limits is reached.
Maximum scraped offers
maxOffersintegerOptional
Enter the maximum number of offers you want to scrape per each product. This will let the scraper know when to stop.
Note that this will increase the number of requests and extend the scraping time.
Default value of this property is 0
Scrape sellers
scrapeSellersbooleanOptional
Enable this option to extract further information about sellers of the product. Scrapes the featured offer seller (main seller).
This option goes hand in hand with the maxOffers option bby scraping the seller of each offer. If you set maxOffers to 0, only the featured offer seller will be scraped.
Note that this will increase the number of requests and extend the scraping time.
Enable this feature to always load all seller-editable product description fields, such as description, aPlusContent, attributes, etc.
Amazon sometimes hides these fields as a form of blocking
Enabling this option helps ensure data consistency but will increase the number of requests and may extend scraping time based on the blocking rate
Turn it on only if you need the data
Default value of this property is false
Use Captcha solver (warning: see description)
useCaptchaSolverbooleanOptional
If enabled the scraper will automatically solve captchas thrown by Amazon. This will decrease the amount of request retries and increase the speed of the scraper.
IMPORTANT - This option works well only for the '.com' Amazon domain, but even for that one Amazon doesn't show a few product fields after solving a captcha (specifically: 'attributes', 'manufacturer attributes', and 'bestseller ranks')
Default value of this property is false
Scrape product variant prices
scrapeProductVariantPricesbooleanOptional
Enable this option to extract prices of different variations of a product. Useful when you need prices for each variant.
Note that this will increase the number of requests and extend the scraping time.
Default value of this property is false
Scrape product details
scrapeProductDetailsbooleanOptional
If enabled, the scraper will extract each found product from the category page in detail (this is the default behavior).
If disabled, the scraper will only extract the quick product information from the category page. Useful for faster and more lightweight searches for products.
The zip code to use as the delivery location. This is useful for more precise location settings, especially in larger countries.
Location deliverable routes
locationDeliverableRoutesarrayOptional
The list of routes/page types, for which the deliverable location settings should be applied.
This is useful for speeding up the scraping process by not applying the location settings to all pages, for which you don't need the localized data for.
For example, you can set it to ['SEARCH', 'PRODUCT'] to apply the location settings only to search and product pages.
By default, all pages are included.
Default value of this property is ["PRODUCT","SEARCH","OFFERS"]