Amazon Scraper
Pricing
Pay per event
Amazon Scraper
Gets you product data from Amazon. Unofficial API. Scrapes and downloads product information without using the Amazon API, including reviews, prices, descriptions, and ASIN.
Pricing
Pay per event
Gets you product data from Amazon. Unofficial API. Scrapes and downloads product information without using the Amazon API, including reviews, prices, descriptions, and ASIN.
categoryUrlsarrayRequired
Enter urls of Amazon categories. You can also use specific product URLs directly.
maxItemsPerStartUrlintegerOptional
Enter the maximum number of results you want to scrape per each star URL. This will let the scraper know when to stop.
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.
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
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
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.
Default value of this property is true
ensureLoadedProductDescriptionFieldsbooleanOptional
Enable this feature to always load all seller-editable product description fields, such as description, aPlusContent, attributes, etc.
Default value of this property is false