You're viewing a demo portfolio

Join the waitlist
PRSM

scrapingdog_amazon_product

Active

Tool of Scrapingdog

declared in 0.1.0

Get Amazon product data by ASIN via Scrapingdog — title, price, rating, review count, availability, feature bullets, and images as parsed JSON. Pass an asin (e.g. "B0BFC7WQ6R") or a full Amazon product url. Example: scrapingdog_amazon_product({ asin: "B0BFC7WQ6R", domain: "com", _apiKey: "your-key" })

Parameters schema

{
  "type": "object",
  "required": [
    "_apiKey"
  ],
  "properties": {
    "url": {
      "type": "string",
      "description": "Full Amazon product URL — the ASIN is extracted from it. Alternative to `asin`."
    },
    "asin": {
      "type": "string",
      "description": "Amazon ASIN (product identifier), e.g. \"B0BFC7WQ6R\". Provide this or `url`."
    },
    "domain": {
      "type": "string",
      "description": "Amazon marketplace TLD, e.g. \"com\", \"co.uk\", \"de\", \"in\". Default \"com\"."
    },
    "_apiKey": {
      "type": "string",
      "description": "BYOK Scrapingdog API key (free trial at scrapingdog.com)"
    },
    "country": {
      "type": "string",
      "description": "ISO country code for marketplace targeting, e.g. \"us\". Default \"us\" (1 credit; other countries cost 5)."
    },
    "language": {
      "type": "string",
      "description": "ISO 639-1 language code for product data, e.g. \"en\", \"de\". Optional."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Scrapingdog

https://github.com/pipeworx-io/mcp-scrapingdog

2/7 registries
View full server →