cURL
curl --request POST \ --url https://api.anysite.io/api/ai_based/newegg/laptops \ --header 'Content-Type: application/json' \ --header 'access-token: <api-key>' \ --data ' { "timeout": 300, "d": "laptop", "N": "4131", "page": "1", "count": "10" } '
{ "name": "<unknown>", "price": "<unknown>", "description": "<unknown>", "url": "<unknown>" }
Get laptop product listings from Newegg.com including prices and descriptions
Price: 1 credit
API token from the dashboard
Max scrapping execution timeout (in seconds)
20 <= x <= 1500
Successful Response