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
| Name | Type | Required | Description |
|---|---|---|---|
asin | string | no | Amazon ASIN (product identifier), e.g. “B0BFC7WQ6R”. Provide this or url. |
url | string | no | Full Amazon product URL — the ASIN is extracted from it. Alternative to asin. |
domain | string | no | Amazon marketplace TLD, e.g. “com”, “co.uk”, “de”, “in”. Default “com”. |
country | string | no | ISO country code for marketplace targeting, e.g. “us”. Default “us” (1 credit; other countries cost 5). |
language | string | no | ISO 639-1 language code for product data, e.g. “en”, “de”. Optional. |
_apiKey | string | yes | BYOK 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.