DocumentationDashboard

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 credit

Parameters

NameTypeRequiredDescription
keywordstringrequiredSearch term, product name, brand or category.
pagenumberoptionalOne-based page number.
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/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.