cURL
curl --request POST \ --url https://api.anysite.io/api/ai_based/amazon/search \ --header 'Content-Type: application/json' \ --header 'access-token: <api-key>' \ --data ' { "field-keywords": "<string>", "timeout": 300 } '
{ "product_name": "<unknown>", "rating": "<unknown>", "reviews_count": "<unknown>" }
Search Amazon products by keywords
Price: 1 credit
API token from the dashboard
Max scrapping execution timeout (in seconds)
20 <= x <= 1500
Successful Response