DocumentationDashboard

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 credit

Parameters

NameTypeRequiredDescription
asinstringrequiredAmazon Standard Identification Number — the 10-character product id.
include_htmlbooleanoptionalReturn the raw page HTML alongside the structured JSON.
geocodestringoptionalAmazon marketplace country code, e.g. "us", "gb", "de", "jp".
zipcodestringoptionalPostal code, for ZIP-level marketplaces. Use this or countryName, not both.
countryNamestringoptionalCountry-level location, for marketplaces that don't take a ZIP.
languagestringoptionalISO 639-1 language code.
devicestringoptionalDevice profile to render as. One of: desktop, mobile.
superbooleanoptionalPut 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.