← API Catalog
Apify·Async

Amazon Product Scraper

E-commerce$0.004 / Result

What it does

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.

Returns: 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.

Parameters

ParameterTypeRequiredDescription
zipCodetextNoThe zip code to use as the delivery location. This is useful for more precise location settings, especially in larger countries.
languageselectNoLanguage 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.
maxOffersnumberNoEnter 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.
countryCodeselectNoThe country code to use as the delivery location.
proxyCountryselectNoYou 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.
scrapeSellersbooleanNoEnable 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.
useCaptchaSolverbooleanNoIf 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')
maxItemsPerStartUrlnumberNoEnter the maximum number of results you want to scrape per each star URL. This will let the scraper know when to stop.
categoryOrProductUrlsarrayYesUse a link to the Amazon category you want to scrape, e.g. video games - https://www.amazon.com/s?bbn=16225016011&rh=n%3A20972781011, https://www.amazon.com/dp/B0B3BVWJ6Y. You can also filter within the category with almost any filter available, i.e. price, manufacturer, rating, etc. By using a different URL you can also choose a different Amazon country, e.g. Germany: https://www.amazon.de/. You don't need to set a proxy country to do that.
locationDeliverableRoutesselectNoThe 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.
maxSearchPagesPerStartUrlnumberNoEnter 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.
scrapeProductVariantPricesbooleanNoEnable 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.
maxProductVariantsAsSeparateResultsnumberNoEnter the maximum number of product variants you want to scrape per each product, outputted as separate results. Please beware that you can already get most of the variant details changes, in the variantDetails field, which is outputted by default. Note that this will increase the number of requests and extend the scraping time.

Endpoints

GET/v1/agents/resources/inspect/apify.junglee.Amazon-crawlerPublic
POST/v1/agents/resources/estimate/apify.junglee.Amazon-crawlerPublic
POST/v1/agents/resources/run/apify.junglee.Amazon-crawlerAgent key
GET/v1/agents/resources/runs/{run_id}Agent key

Quick start

Run it with one Agent One Key over the OpenAI-compatible resource rail.

curl -X POST https://api.deva.me/v1/agents/resources/run/apify.junglee.Amazon-crawler \
  -H "Authorization: Bearer deva_i1_your_key_here" \
  -H "Content-Type: application/json" \
  --data '{
    "params": {}
  }'

Related in E-commerce