You're viewing a demo portfolio

Join the waitlist
PRSM

decodo_amazon_product

Active

Tool of Decodo

declared in 0.1.0

Get structured Amazon product data via Decodo (formerly Smartproxy) — title, pricing, rating, reviews, images, availability — parsed into JSON. Pass either a full Amazon product URL or an ASIN. BYOK — _apiKey is your Decodo Web Scraping API "username:password" credentials. Example: decodo_amazon_product({ asin: "B09H74FXNW", _apiKey: "user:pass" })

Parameters schema

{
  "type": "object",
  "required": [
    "_apiKey"
  ],
  "properties": {
    "geo": {
      "type": "string",
      "description": "Proxy exit location as a location name, e.g. \"United States\". Optional."
    },
    "url": {
      "type": "string",
      "description": "Full Amazon product page URL, e.g. \"https://www.amazon.com/dp/B09H74FXNW\". Provide this or `asin`."
    },
    "asin": {
      "type": "string",
      "description": "Amazon ASIN (product identifier), e.g. \"B09H74FXNW\". Used to build the product URL when `url` is omitted."
    },
    "domain": {
      "type": "string",
      "description": "Amazon marketplace domain used with `asin`, e.g. \"com\" (default), \"co.uk\", \"de\"."
    },
    "_apiKey": {
      "type": "string",
      "description": "Decodo Web Scraping API credentials as \"username:password\" (from https://dashboard.decodo.com)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Decodo

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

2/7 registries
View full server →
decodo_amazon_product — Decodo — PRSM MCP