Amazon
Search
Amazon search results with listings and their ranking. Category pages use the same structure, so a category term works here too.
GET
/v1/amazon/search1 creditParameters
| Name | Type | Required | Description |
|---|---|---|---|
| keyword | string | required | Search term, product name, brand or category. |
| page | number | optional | One-based page number. |
| 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/search?keyword=%3Ckeyword%3E' \
--header 'Authorization: Bearer YOUR_TOKEN'MCP
Available to AI agents as the tool amazon_search, with the same parameters and the same credit cost.