scraperapi_amazon_product

Pack: scraperapi · Endpoint: https://gateway.pipeworx.io/scraperapi/mcp

Get structured Amazon product data by ASIN — title, price, rating, reviews count, features, images, availability.

Parameters

NameTypeRequiredDescription
asinstringyesAmazon ASIN (product identifier), e.g. “B0BFC7WQ6R”
countrystringnoTwo-letter country code for proxy geotargeting, e.g. “us”, “gb”. Optional.
tldstringnoAmazon marketplace top-level domain, e.g. “com”, “co.uk”, “de”. Optional (default com).
_apiKeystringyesScraperAPI key

Example call

curl -X POST https://gateway.pipeworx.io/scraperapi/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"scraperapi_amazon_product","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "scraperapi": {
      "url": "https://gateway.pipeworx.io/scraperapi/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 15, 2026