POST
http://scrapeapi.pangolinfo.com/api/v1
/
scrape
/
async
curl --request POST \
  --url http://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"
}'

Authorizations

Authorization
string
header
required

Bearer token authentication

Body

application/json

用于接口任务提交的信息

The body is of type object.