POST
/
scrape
curl --request POST \
  --url https://scrapeapi.pangolinfo.com/api/v1/scrape \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "url": "https://www.amazon.com/dp/B0B4NLGCH5",
  "parserName": "amzDeliveryTime",
  "format": "json",
  "bizContext": {
    "zipcode": "10041"
  },
  "timeout": 60000
}'
{
  "code": 0,
  "message": "ok",
  "pointCost": 2,
  "data": {}
}

Credits

2 Credit/Per Request

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Use the existing Scrape API with the amzDeliveryTime parser. Each successful call costs 2 credits.

The body is of type object.

Response

200 - application/json

Full product details and delivery estimates

The response is of type object.