Tiktok Trends Rental avatar
Tiktok Trends Rental

Pricing

$18.00/month + usage

Go to Apify Store
Tiktok Trends Rental

Tiktok Trends Rental

Developed by

Maged

Maged

Maintained by Community

tiktok trends

5.0 (1)

Pricing

$18.00/month + usage

0

1

1

Last modified

a day ago

TikTok Trends Program

Description

This program fetches trending TikTok videos based on a provided session token (ms_token).
It returns detailed information about trending content including video metadata, author details, statistics, and media URLs.


Input Schema

{
"ms_token": [ "string" ],
"limit": "integer"
}
  • ms_token: Required. An array of TikTok session tokens (at least one valid token is needed) you can get it using an extionsion like "EditThisCookie"
  • limit: Optional. Number of videos to fetch (default may vary).

Input Example

{
"ms_token": [
"DGcP6gWkxs99CGlb9yDMKtKLZcAH1rQ76dt9cesAS3cevqt5Ym7IILgUFCkGzF2-jwVKeN2StR9GGUm7O60qkVqNjwyJrAlNMyXA4yOMXssRtjcy4ysJcKXL5Fr1Z-q7CoXeOnEhV-FeVPy4-rYCTqSU-aE="
],
"limit": 30
}

Output Schema

{
"AIGCDescription": "string",
"CategoryType": "integer",
"anchors": [ { ... } ],
"author": { ... },
"authorStats": { ... },
"authorStatsV2": { ... },
"backendSourceEventTracking": "string",
"collected": "boolean",
"contents": [ { "desc": "string" } ],
"createTime": "integer",
"desc": "string",
"id": "string",
"music": { ... },
"stats": { ... },
"statsV2": { ... },
"video": { ... },
"...": "other metadata"
}

Output Example

{
"AIGCDescription": "",
"CategoryType": 102,
"anchors": [
{
"description": "CapCut · Video Editor",
"id": "0",
"keyword": "CapCut · Editing made easy",
"schema": "https://www.capcut.com/editor?scenario=tiktok&utm_source=tiktok_anchor_tool",
"type": 54
}
],
"author": {
"id": "6995344743761134597",
"nickname": "alnerwegy_official",
"uniqueId": "alnerwegy_official",
"verified": false
},
"authorStats": {
"followerCount": 4100000,
"videoCount": 1029,
"heartCount": 46200000
},
"desc": "‏أنت متعرفنيش 😳 ‏مقدرتش اكمل الفيديو 😰🤦‍♂️ ",
"id": "7520513072625126663",
"music": {
"id": "7520513128426261249",
"title": "الصوت الأصلي",
"authorName": "alnerwegy_official"
},
"stats": {
"playCount": 4100000,
"diggCount": 192800,
"commentCount": 7498,
"shareCount": 3165
},
"video": {
"bitrate": 1014825,
"Width": 480,
"Height": 854,
"UrlList": [
"https://v16-webapp-prime.tiktok.com/video/tos/alisg/..."
]
}
}