Skip to main content
GET
/
api
/
trending
/
creator
Get Trending Creator
curl --request GET \
  --url https://tiktok-api23.p.rapidapi.com/api/trending/creator \
  --header 'x-rapidapi-key: <api-key>'
{
  "data": {
    "pagination": {
      "has_more": true,
      "page": 1,
      "size": 20,
      "total_count": 500
    },
    "creators": [
      {
        "tcm_id": "7414477993612935173",
        "user_id": "62133858422239232",
        "nick_name": "Fernanda",
        "avatar_url": "https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0068/3fa0e612da6c7528e77ef65fbb79a932~tplv-tiktokx-cropcenter:100:100.png?dr=14579&refresh_token=582025f1&x-expires=1765980000&x-signature=%2FB5JXe3x6EpvbAkG9V7vZSR6Tfg%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=317596d8&idc=my",
        "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/oQIBhn2EeBMUWQR5wVQACFEBtlDxgUDdAfoB8J~tplv-noop.image?dr=18692&refresh_token=c200df0d&x-expires=1765831046&x-signature=5VYpmHh9pxYh60vgof9EJnKScag%3D&t=9276707c&ps=14f1eb3e&shp=9e36835a&shcp=317596d8&idc=my",
            "tt_link": "https://www.tiktok.com/@author/video/7444674312784645432",
            "vv": 13733332,
            "liked_cnt": 516217,
            "create_time": 1733348322
          }
        ]
      }
    ]
  }
}

Authorizations

x-rapidapi-key
string
header
required

Query Parameters

page
integer
default:1

Page

Example:

1

limit
integer
default:20

Number of items per page (maximum is 20)

Required range: x <= 20
Example:

20

sort_by
enum<string>
default:follower
Sort by:
- follower: Follower
- engagement: Engagement
- avg_views: Popularity
Available options:
follower,
engagement,
avg_views
Example:

"follower"

country
string
default:US

Country code. Head here for a full list of supported countries

Example:

"US"

audience_count
enum<string>
Audience count:
- 1: 10k -> 100k
- 2: 100k -> 1m
- 3: 1m -> 10m
- 4: > 10m
Available options:
1,
2,
3,
4
audience_country
string

Audience country code. Head Head here for a full list of supported countries

Response

Success

data
object