简体中文
cURL
curl --request POST \ --url https://scrapeapi.pangolinfo.com/api/v1/scrape \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "url": "<string>", "formats": [ "json" ], "parserName": "amzProductDetail", "bizContext": { "zipcode": "10041" }, "timeout": 30000 }'
提交任务接口
Bearer token authentication
用于接口任务提交的信息
The body is of type object.
object