scrapingdog_amazon_product

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

Get Amazon product data by ASIN via Scrapingdog — title, price, rating, review count, availability,

Parameters

NameTypeRequiredDescription
asinstringnoAmazon ASIN (product identifier), e.g. “B0BFC7WQ6R”. Provide this or url.
urlstringnoFull Amazon product URL — the ASIN is extracted from it. Alternative to asin.
domainstringnoAmazon marketplace TLD, e.g. “com”, “co.uk”, “de”, “in”. Default “com”.
countrystringnoISO country code for marketplace targeting, e.g. “us”. Default “us” (1 credit; other countries cost 5).
languagestringnoISO 639-1 language code for product data, e.g. “en”, “de”. Optional.
_apiKeystringyesBYOK Scrapingdog API key (free trial at scrapingdog.com)

Example call

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

Connect

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

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

See Getting Started for client-specific install steps.

Regenerated from source · build July 16, 2026