Public Playground
Preview the endpoint before sending a live request
Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.
Playground
Retrieve Amazon search suggestions API Playground
Returns typeahead keyword suggestions from Amazon's public suggestion API for `amazon.com`.
GETapiKey2 credits/requestamazon.suggestResponseDocAmazon
Endpoint details
Returns typeahead keyword suggestions from Amazon's public suggestion API for `amazon.com`.
- Method
- GET
- Path
- /amazon/suggest/{keyword}
- Authentication
- apiKey
- Credit cost
- 2 credits/request
- Platform
- Amazon
- Parameters
- 2 documented fields
Request parameters
keyword:pathx-api-key:header
Response schema fields
codedatamsg
Sample response summary
{
"code": 200,
"msg": "OK",
"data": [
"apple watch",
"apple watch bands",
"apple watch charger"
]
}cURL example
curl "https://api.crawlora.net/api/v1/amazon/suggest/<keyword>" \
-H "x-api-key: <api-key>"