POST
/
scrape
/
follow-seller
curl --request POST \
  --url https://scrapeapi.pangolinfo.com/api/v1/scrape/follow-seller \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "url": "https://www.amazon.com",
  "bizContext": {
    "zipcode": "10041",
    "asin": "B0G4QPYK4Z"
  }
}'
{
  "code": 0,
  "message": "ok",
  "data": {
    "json": [
      {
        "metadata": {
          "executionTime": 141,
          "parserType": "amzFollowSeller",
          "parsedAt": "2026-01-21T02:01:26.414Z"
        },
        "code": 0,
        "data": {
          "items": [
            {
              "delivery": "Wednesday, January 28",
              "price": "$59.23",
              "soldBy": "Amazon Resale",
              "options": "Used \n                    - Very Good",
              "shipsFrom": "Amazon.com"
            }
          ]
        },
        "message": "ok"
      }
    ],
    "url": "https://www.amazon.com",
    "taskId": "543fefe869cc4c3d9e37a3462f63681c"
  }
}

积点消耗说明

1个/次

Authorizations

Authorization
string
header
required

Bearer token authentication

Body

application/json

用于接口任务提交的信息

The body is of type object.

Response

200 - application/json

成功返回示例

The response is of type object.