Playground

Retrieve TikTok popular-trend creators API playground

Returns trending creators from TikTok Creative Center. The service clamps `page` to 1-10 and `limit` to at most 100.

GETapiKey8 credits/requestpopulartrend.creatorTrendResponseDoc

Selected endpoint

GET /tiktok/popular-trend/creator

Returns trending creators from TikTok Creative Center. The service clamps `page` to 1-10 and `limit` to at most 100.

Group
TikTok
Authentication
apiKey
Credit cost
8 credits/request
Path parameters
0
Query parameters
5
Body parameters
0
GETapiKey8 credits/requestcreatorTrendResponseDoc

Retrieve TikTok popular-trend creators

Returns trending creators from TikTok Creative Center. The service clamps `page` to 1-10 and `limit` to at most 100.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key

Query parameters

Request URL will appear here.

Request headers will appear here.

Request body preview will appear here when applicable.

Status, latency, response headers, and response body will appear after a request.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "code": 0,
    "msg": "OK",
    "data": {
      "creators": [
        {
          "tcm_id": "7414477993612935173",
          "user_id": "62133858422239232",
          "nick_name": "Fernanda",
          "avatar_url": "https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0068/3fa0e612da6c7528e77ef65fbb...",
          "country_code": "US",
          "follower_cnt": 9135515,
          "liked_cnt": 668294555,
          "tt_link": "https://www.tiktok.com/@ferchugimenez",
          "tcm_link": "https://creatormarketplace.tiktok.com/ad#/author/7414477993612935173",
          "items": [
            {
              "item_id": "7444674312784645432",
              "cover_url": "https://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068/oQIBhn2EeBMUWQR5wVQACFEBtlDx...",
              "tt_link": "https://www.tiktok.com/@author/video/7444674312784645432",
              "vv": 13733332,
              "liked_cnt": 516217,
              "create_time": 1733348322
            }
          ]
        }
      ],
      "pagination": {
        "page": 1,
        "size": 1,
        "total": 459,
        "has_more": true
      }
    }
  }
}