创建任务

提交 Amazon 商品跟卖卖家(Follow Seller)抓取任务

请求URL

POST https://scrapeapi.pangolinfo.com/api/v1/scrape/follow-seller

请求头

参数名参数值类型说明
Content-Typeapplication/jsonstring数据格式
AuthorizationBearer xxxstring认证凭证

请求参数

参数必填类型说明
urlYesstring目标网页URL
bizContextYesobject业务上下文信息

bizContext业务上下文参数说明

参数类型说明
zipcodestring亚马逊邮编信息
asinstring亚马逊商品的标准识别号 (ASIN)

响应值

返回值类型说明
codeint状态码
messagestring信息
dataobject返回数据

返回参数 data 说明

返回值类型说明
jsonstring[]返回json数据
urlstring任务URL
taskIdstring任务ID

请求示例

curl --request POST \
  --url https://scrapeapi.pangolinfo.com/api/v1/scrape/follow-seller \
  --header 'Authorization: ' \
  --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个/次