Playground
Amazon Follow Seller API
API Guide
Amazon Scrape API
General Scrape API
AI Overview SERP API
Keyword Trends API
Map Data API
Amazon Review API
Playground
Amazon Follow Seller API
Submit Amazon Product Follow Seller Scraping Task
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"
}
}redit Consumption
1 Credit/Per RequestAuthorizations
Bearer token authentication
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.
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"
}
}
