简体中文
cURL
curl --request POST \ --url https://scrapeapi.pangolinfo.com/api/v1/scrape/async \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "url": "<string>", "callbackUrl": "<string>", "zipcode": "<string>", "bizKey": "amzProductOfCategory" }'
异步提交任务接口,需要额外部署接收程序. Java-data-receive.zip 92.3KB Go-data-receiver.zip 7KB Py-data-receiver.zip 1KB
Bearer token authentication
用于接口任务提交的信息
The body is of type object.
object