actors/amazon-search-scraper

datacortex/amazon-search-scraper

Amazon Search Scraper

Keyword search on Amazon — organic, sponsored, and Amazon’s Choice listings with price and rating.

When to use it

Use this to collect ASINs, prices, and sponsored flags for a keyword. One page typically returns ~20–48 listings. It does not open product-detail pages.

Versus the sibling Actors

Search is the catalog scan. Amazon Product Scraper is the ASIN lookup (variants, stock, a fuller record). Start here; pass ASINs there.

Example input

{
  "keywords": [
    "wireless earbuds"
  ],
  "domain": "com",
  "pages": 1,
  "maxResults": 20,
  "sortBy": "featured"
}

Example output

{
  "title": "Soundcore Q20i Wireless Headphones",
  "asin": "B0CHWRXH8B",
  "price": 39.99,
  "rating": 4.5,
  "isPrime": true,
  "isSponsored": false
}

MCP pin

Agents call this through Apify MCP. Running it needs an Apify token.

{
  "mcpServers": {
    "apify": {
      "url": "https://mcp.apify.com?tools=datacortex/amazon-search-scraper"
    }
  }
}

Pricing

$0.50 per 1,000 results + $0.001 per run. Confirm on the Apify pricing tab if you are budgeting a large run.

Limitations

  • Does not open product-detail pages or pull reviews.
  • Price and Prime flags are search-card values and can differ from the PDP.

Related Actors

Built and maintained by Irfan Ali, senior AI engineer. Open to senior AI IC roles — Bengaluru or remote. Get in touch.