POST
/
scrage
/
async
curl --request POST \
  --url https://scrapeapi.pangolinfo.com/api/v1/scrage/async \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "url": "https://www.amazon.com/dp/B0DYTF8L2W",
  "callbackUrl": "https://webhook.site",
  "zipcode": "10041",
  "bizKey": "amzProduct"
}'
{
  "code": 0,
  "message": "ok",
  "data": {
    "data": "e7da6144bed54df7a2891e98fdc8d517",
    "bizMsg": "ok",
    "bizCode": 0
  }
}

异步接口,需要额外部署接收程序

Java-data-receive.zip 92.3KB
Go-data-receiver.zip 7KB
Py-data-receiver.zip 1KB

积点消耗说明

消耗积点数
获取解析后的字段1个/次

Authorizations

Authorization
string
header
required

Bearer token authentication 登录 https://tool.pangolinfo.com/ 获取Token

Body

application/json

用于接口任务提交的信息

The body is of type object.

Response

200 - application/json

成功返回示例

The response is of type object.