addCategory400Task: Category Top 400 API

Submit a category node ID to collect the ASINs listed across that category’s ranking pages — up to 400 pages — for bulk product discovery.

POST https://ksicdata.com/api/addCategory400Task

Request parameters

ParameterTypeRequiredDescription
nodeIdstringYesCategory node ID, e.g. 17720255011
pageintegerNoNumber of pages to collect, max 400; defaults to 400
regionstringYesMarketplace code, e.g. us — see supported marketplaces
zipCodestringYesDelivery postal code (required) — simulates a local delivery address

Request example

JSON
[
  {
    "nodeId": "17720255011",
    "page": 400,
    "region": "us",
    "zipCode": "10001"
  }
]
cURL example (click to expand)
cURL
curl -X POST "https://ksicdata.com/api/addCategory400Task" \
  -H "Content-Type: application/json" \
  -H "ks-token: YOUR_TOKEN" \
  -d '[
    {
      "nodeId": "17720255011",
      "page": 400,
      "region": "us",
      "zipCode": "10001"
    }
  ]'

Response example

JSON
{
  "code": 0,
  "msg": "请求成功",
  "t": 1735891200000
}
Collected data sample (click to expand)
JSON
{
  "asins": [
    "B0D14Y57K7", "B0DKKVRHK9", "B0DPNC61JZ", "B0CH1NYCV1",
    "B0DYTZP95B", "B0CB5BX8JK", "B0CSTFLRK4", "B0D2JL223K"
  ],
  "nodeId": "17720255011",
  "page": 5,
  "region": "us",
  "type": "BSR"
}

Returned fields

FieldNameTypeDescription
asinsASIN 列表List<String>ASINs in page display order
page页码Integer1 - 400
nodeId类目节点 IDStringEchoed nodeId
region国家StringMarketplace code, e.g. us
type榜单类型StringAlways BSR

Every endpoint uses the https://ksicdata.com/api prefix, accepts a JSON array over POST, authenticates with ks-token and allows up to 2000 items per request.

FAQ

What happens if page is omitted?

page is optional; when omitted the task collects 400 pages by default (maximum 400).

Where do I find nodeId?

It is the Amazon category node ID from the category URL, e.g. 17720255011 in /zgbs/baby-products/17720255011/.

Does this return product details?

No — it returns the ASIN list for the category lists. Use addAsinTask afterwards for detail data.

What is the type field?

It is always BSR, indicating the data came from a category ranking list.

Ready to get your Amazon data?

Scan the QR code for a custom quote and a free data sample.

WeChat customer service QR code

Scan the QR code to contact us

Get your custom quote and technical consultation

Or email us at
deepsleep@kszcdata.cn