API Description

The Amazon Follow Seller API is used to initiate data collection for sellers offering the same product. After calling the API, the system will automatically fetch follow sellers and competing seller information in the background, helping you understand seller competition and support pricing, competitor analysis, and market decisions.

Request URL

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

Request Headers

ParametersParameter valueTypeDescription
Content-Typeapplication/jsonstringData format
AuthorizationBearer xxxstringAuthorization Token

Request Parameters

ParametersRequiredTypeDescription
urlYesstringTarget site URL
Note: If omitted, site are required.
siteYesstringSite information
Note: site is optional if url is provided.
bizContextYesobjectBusiness context

Business Context Parameters

ParameterTypeDescription
zipcodestringAmazon ZIPCode
asinstringAmazon Standard Identification Number (ASIN)

Response value

Return valueTypeDescription
codeintStatus Code
messagestringMessage
dataobjectReturned data

Return parameter data description

Return valueTypeDescription
jsonstring[]Return JSON data
urlstringTask URL
taskIdstringTask ID

Request example

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",
  "site": "",
  "bizContext": {
    "zipcode": "10041",
    "asin": "B0G4QPYK4Z"
  }
}'

Return example

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

Credit Consumption

  • Average response time: 5s
  • Credit consumption: 1 Credit/Per Request