AS
Apify Store
/junglee/free-amazon-product-scraper
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.
liveasyncunknown~30s typical
ecommercefreeamazonproduct
$0.015
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.012 per result; Cracked adds 25% plus a $0.005 call fee
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/free-amazon-product-scraper for me.
Input
| Field | Type | Description |
|---|---|---|
| categoryUrls* | array | Enter urls of Amazon categories. You can also use specific product URLs directly. |
| 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. |
| 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**. |
| 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 |
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/free-amazon-product-scraper","input":{"categoryUrls":[{"url":"https://www.amazon.com/s?k=keyboard"}],"maxItemsPerStartUrl":3,"maxSearchPagesPerStartUrl":9999,"maxProductVariantsAsSeparateResults":0,"useCaptchaSolver":false,"scrapeProductVariantPrices":false},"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/free-amazon-product-scraper -i '{"categoryUrls":[{"url":"https://www.amazon.com/s?k=keyboard"}],"maxItemsPerStartUrl":3,"maxSearchPagesPerStartUrl":9999,"maxProductVariantsAsSeparateResults":0,"useCaptchaSolver":false,"scrapeProductVariantPrices":false}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/junglee/free-amazon-product-scraper", input: {"categoryUrls":[{"url":"https://www.amazon.com/s?k=keyboard"}],"maxItemsPerStartUrl":3,"maxSearchPagesPerStartUrl":9999,"maxProductVariantsAsSeparateResults":0,"useCaptchaSolver":false,"scrapeProductVariantPrices":false}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.