actors/amazon-product-scraper
datacortex/amazon-product-scraper
Amazon Product Scraper
Full Amazon product record by ASIN — title, price, rating, images, variants, stock.
When to use it
Use this when you already have ASINs and need the product page: variants, availability, a larger image set.
Versus the sibling Actors
More expensive per row than search because each input is one lookup. Do not use product lookup to discover a keyword’s catalog.
Example input
{
"asins": [
"B0CHWRXH8B"
],
"domain": "com"
}Example output
{
"asin": "B0CHWRXH8B",
"title": "Soundcore Q20i Wireless Headphones",
"price": 39.99,
"rating": 4.5
}MCP pin
Agents call this through Apify MCP. Running it needs an Apify token.
{
"mcpServers": {
"apify": {
"url": "https://mcp.apify.com?tools=datacortex/amazon-product-scraper"
}
}
}Pricing
$1.25 per 1,000 products + $0.001 per run. Confirm on the Apify pricing tab if you are budgeting a large run.
Limitations
- One product per input. Search scrapers return many rows per keyword.
- Marketplace (`domain`) must match the ASIN’s listing country.
Related Actors
Built and maintained by Irfan Ali, senior AI engineer. Open to senior AI IC roles — Bengaluru or remote. Get in touch.