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
  }
}

Asynchronous endpoint – requires a separate callback receiver to be deployed

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

Credit Consumption

Credits Consumption
Structured page data1 Credit/Per Request

Authorizations

Authorization
string
header
required

Bearer token authentication Login to https://tool.pangolinfo.com/ to obtain a token.

Body

application/json

Information for API task submission

The body is of type object.

Response

200 - application/json

Successful return example

The response is of type object.