AS
Apify Store
/junglee/Amazon-crawler
Search Amazon Products
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.
liveverifiedasyncdegraded · 3.9s~30s typical
amazonproductspricessearch
$0.0020
per result + $0.01 call
plus $0.001 platform fee per run
Usage-based actor: event charges passed through at cost plus 25%
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /junglee/Amazon-crawler for me.
Input
| Field | Type | Description |
|---|---|---|
| categoryOrProductUrls* | array | Use 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. |
| maxItemsPerStartUrl | integer | Enter the maximum number of results you want to scrape per each star URL. This will let the scraper know when to stop. |
| language | string (cs | da | de | en | es | fr) | 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. |
| proxyCountry | string (AUTO_SELECT_PROXY_COUNTRY | AF | AL | DZ | AS | AD) | 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 "AUTO_SELECT_PROXY_COUNTRY" |
| maxSearchPagesPerStartUrl | integer | 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. |
| maxProductVariantsAsSeparateResults | integer | Enter 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**. |
| maxOffers | integer | 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 0 |
| scrapeSellers | boolean | 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**. default false |
| useCaptchaSolver | boolean | 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.<br><br>***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 false |
| scrapeProductVariantPrices | boolean | 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 false |
| scrapeProductDetails | boolean | 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 true |
| countryCode | string (AF | AX | AL | DZ | AS | AD) | The country code to use as the delivery location. |
| zipCode | string | The zip code to use as the delivery location. This is useful for more precise location settings, especially in larger countries. |
| locationDeliverableRoutes | array | 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 ["PRODUCT","SEARCH","OFFERS"] |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"apify","endpoint":"/junglee/Amazon-crawler","input":{"categoryOrProductUrls":[{"url":"https://www.amazon.com/s?k=keyboard"}],"maxItemsPerStartUrl":3,"language":"en","proxyCountry":"AUTO_SELECT_PROXY_COUNTRY","maxSearchPagesPerStartUrl":9999,"maxProductVariantsAsSeparateResults":0,"maxOffers":0,"scrapeSellers":false,"useCaptchaSolver":false,"scrapeProductVariantPrices":false,"countryCode":"US","zipCode":"10001","locationDeliverableRoutes":["PRODUCT","SEARCH"]},"wait":false}'poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."cli
npx cracked-ai run -p apify -e /junglee/Amazon-crawler -i '{"categoryOrProductUrls":[{"url":"https://www.amazon.com/s?k=keyboard"}],"maxItemsPerStartUrl":3,"language":"en","proxyCountry":"AUTO_SELECT_PROXY_COUNTRY","maxSearchPagesPerStartUrl":9999,"maxProductVariantsAsSeparateResults":0,"maxOffers":0,"scrapeSellers":false,"useCaptchaSolver":false,"scrapeProductVariantPrices":false,"countryCode":"US","zipCode":"10001","locationDeliverableRoutes":["PRODUCT","SEARCH"]}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/junglee/Amazon-crawler", input: {"categoryOrProductUrls":[{"url":"https://www.amazon.com/s?k=keyboard"}],"maxItemsPerStartUrl":3,"language":"en","proxyCountry":"AUTO_SELECT_PROXY_COUNTRY","maxSearchPagesPerStartUrl":9999,"maxProductVariantsAsSeparateResults":0,"maxOffers":0,"scrapeSellers":false,"useCaptchaSolver":false,"scrapeProductVariantPrices":false,"countryCode":"US","zipCode":"10001","locationDeliverableRoutes":["PRODUCT","SEARCH"]}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.