InsightSocial API
TikTok

Videos › Popular

GET
/v1/tiktok/videos/popular

Returns TikTok's Top Videos board for the US, Japan, Vietnam, Thailand or Indonesia over 7 or 30 days: each video's rank, lifetime and window views, organic views, engagement rate and creator.

Use it for the videos TikTok ranks highest in those five markets. Other markets have no board and return a free 400; use hashtags/popular there.

Metered: 520–900 credits. We reserve the ceiling when the call starts and charge what it actually used when it finishes.

Re-running the exact same call within 6h is free.

x-api-key<token>

Your key from the dashboard. It starts with isk_.

In: header

Query Parameters

countryCode?string

Market: US, JP, VN, TH or ID, the only markets TikTok publishes this board for. Defaults to US.

Value in

  • "US"
  • "JP"
  • "VN"
  • "TH"
  • "ID"
period?string

Window in days: 7 or 30. Defaults to 7.

Value in

  • "7"
  • "30"
orderBy?string

How TikTok ranks the board: views (the default), engagement, or six_second_views.

Value in

  • "views"
  • "engagement"
  • "six_second_views"
limit?integer

How many videos to return, 1-20, default 20.

Range1 <= value <= 20

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/tiktok/videos/popular"
{  "success": true,  "platform": "instagram",  "endpoint": "/v1/instagram/profile/posts",  "data": {    "items": [      "…"    ],    "dropped": 0  },  "pagination": {    "next_cursor": "is2.eyJwIjoyfQ",    "has_more": true,    "page_size": 12  },  "credits_used": 20,  "credits_remaining": 9980,  "request_id": "req_1a2b3c4d5e6f",  "cached": false,  "idempotent_replay": false,  "charge_reason": "miss",  "free_call": false}