addSellerTask: Seller Store Information API

Submit a seller ID to collect store page information: ratings, store address, business name and the breakdown of star ratings.

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

Request parameters

ParameterTypeRequiredDescription
sellerIdstringYesSeller ID, e.g. A1738THC4GAJK2
regionstringYesMarketplace code, e.g. us — see supported marketplaces
zipCodestringYesDelivery postal code (required) — simulates a local delivery address

Request example

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

Response example

JSON
{
  "code": 0,
  "msg": "请求成功",
  "t": 1735891200000
}
Collected data sample (click to expand)
JSON
{
  "address": [
    "FLAT C 9/F WINNING HOUSE",
    "72-74 WING LOK ST",
    "SHEUNG WAN HK",
    "HK",
    "999077",
    "HK"
  ],
  "businessName": "CGR TRADING COMPANY LIMITED",
  "ratingCount": [
    "{\"star5Count\":570,\"star4Count\":38,\"star3Count\":16,\"star2Count\":10,\"star1Count\":40,\"ratingCount\":674}"
  ],
  "ratingNumber": ["4.6", "4.7", "4.7", "4.6"],
  "region": "us",
  "sellerId": "A1738THC4GAJK2",
  "sellerName": "CGR-Leo"
}

Returned fields

FieldNameTypeDescription
address地址List<String>Store address (not returned for some marketplaces, e.g. Canada)
businessName名称StringBusiness name
ratingCount各个评分数量List<String>Per-star rating counts (JSON string)
ratingNumber打分情况List<String>Ratings for 1 / 3 / 12 months and lifetime
region国家StringMarketplace code, e.g. us
sellerId卖家 IDStringSeller ID
sellerName卖家名称StringSeller display name

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

Why is the address empty?

Some marketplaces such as Canada (ca) do not publish a store address, so the address field is empty.

What is inside ratingCount?

Each element is a JSON string with per-star counts and the number of ratings that include review text.

Does ratingNumber have four values?

Yes — ratings for the last 1 month, 3 months, 12 months and since the store opened.

Can I collect the store’s products?

Use addSellerAsinTask to collect the ASIN list of a seller store.

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