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 creditParameters
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | required | Full Amazon URL to fetch. |
| timeout | number | optional | Upstream timeout in milliseconds. |
| 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/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.