DocumentationDashboard

Amazon

Raw HTML

The complete HTML of any Amazon URL, rendered from the location you name. Returns `{ html }` rather than structured JSON; capped at 4 MB upstream.

GET/v1/amazon/raw-html1 credit

Parameters

NameTypeRequiredDescription
urlstringrequiredFull Amazon URL to fetch.
timeoutnumberoptionalUpstream timeout in milliseconds.
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/raw-html?url=%3Curl%3E' \
  --header 'Authorization: Bearer YOUR_TOKEN'

MCP

Available to AI agents as the tool amazon_raw_html, with the same parameters and the same credit cost.