cURL
curl --request GET \ --url https://api.papercuts.ai/v1/amazon/search \ --header 'Authorization: Bearer <token>' \ --header 'X-User-Token: <api-key>'
{ "status": "ok", "results": [ { "title": "<string>", "price": "<string>", "rating": "<string>", "url": "<string>", "asin": "<string>" } ] }
Search for items on Amazon
Your Papercuts API Key
User Token received while integrating end user accounts
The search query
The maximum number of items to return
Search results retrieved successfully
The response is of type object.
object