Amazon
Product Detail
Full Amazon product page for an ASIN: title, pricing, images, specifications and description, from the marketplace you name.
GET
/v1/amazon/product-detail1 creditParameters
| Name | Type | Required | Description |
|---|---|---|---|
| asin | string | required | Amazon Standard Identification Number — the 10-character product id. |
| include_html | boolean | optional | Return the raw page HTML alongside the structured JSON. |
| geocode | string | optional | Amazon marketplace country code, e.g. "us", "gb", "de", "jp". |
| zipcode | string | optional | Postal code, for ZIP-level marketplaces. Use this or countryName, not both. |
| countryName | string | optional | Country-level location, for marketplaces that don't take a ZIP. |
| language | string | optional | ISO 639-1 language code. |
| device | string | optional | Device profile to render as. One of: desktop, mobile. |
| super | boolean | optional | Put the call on residential/mobile proxies for a higher success rate. Costs 10x — 10 credits instead of 1. |
Request
curl --request GET 'https://data-api.roketfy.com/v1/amazon/product-detail?asin=%3Casin%3E' \
--header 'Authorization: Bearer YOUR_TOKEN'MCP
Available to AI agents as the tool amazon_product_detail, with the same parameters and the same credit cost.