decodo_amazon_product
ActiveTool of Decodo
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)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Decodo
https://github.com/pipeworx-io/mcp-decodo
2/7 registries