
Amazon Scraper
Pricing
from $6.20 / 1,000 results

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
from $6.20 / 1,000 results
Gets you product data from Amazon. Unofficial API. Scrapes and downloads product information without using the Amazon API, including reviews, prices, descriptions, and ASIN.
categoryUrls
arrayRequired
Enter urls of Amazon categories. You can also use specific product URLs directly.
maxItemsPerStartUrl
integerOptional
Enter the maximum number of results you want to scrape per each star URL. This will let the scraper know when to stop.
maxSearchPagesPerStartUrl
integerOptional
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.
useCaptchaSolver
booleanOptional
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
scrapeProductVariantPrices
booleanOptional
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
scrapeProductDetails
booleanOptional
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
ensureLoadedProductDescriptionFields
booleanOptional
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