Playground

Retrieve Amazon search suggestions API playground

Returns typeahead keyword suggestions from Amazon's public suggestion API for `amazon.com`.

GETapiKey2 credits/requestamazon.suggestResponseDoc

Selected endpoint

GET /amazon/suggest/{keyword}

Returns typeahead keyword suggestions from Amazon's public suggestion API for `amazon.com`.

Group
Amazon
Authentication
apiKey
Credit cost
2 credits/request
Path parameters
1
Query parameters
0
Body parameters
0
GETapiKey2 credits/requestsuggestResponseDoc

Retrieve Amazon search suggestions

Returns typeahead keyword suggestions from Amazon's public suggestion API for `amazon.com`.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key

Path parameters

Request URL will appear here.

Request headers will appear here.

Request body preview will appear here when applicable.

Status, latency, response headers, and response body will appear after a request.

{
  "code": 200,
  "msg": "OK",
  "data": [
    "apple watch",
    "apple watch bands",
    "apple watch charger"
  ]
}