TikTok Trending Posts Scraper avatar

TikTok Trending Posts Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
TikTok Trending Posts Scraper

TikTok Trending Posts Scraper

Fetch TikTok trending posts in one run with fixed maximum count and export each post as a dataset row.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

PowerAI

PowerAI

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Fetch TikTok trending posts using a fixed request with the maximum supported count.

Key Features

  • No input required: run directly with empty input
  • Exports one dataset row per post from itemList
  • Each record includes scrapedAt (ISO 8601)

Why Use It?

  • Simple: one-click fetch with no configuration
  • Consistent: fixed count for stable snapshots
  • Structured: clean JSON rows for analysis and monitoring

Input Parameters

This actor does not require any input fields.

Output

Each dataset row is one trending post item plus scrapedAt.

AreaFieldDescription
RootidTikTok post ID.
RootdescPost caption text.
RootcreateTimePost creation time (epoch seconds).
RootauthorCreator profile info (id, uniqueId, nickname, avatars, etc.).
RootauthorStats / authorStatsV2Creator follower/like/video counters (number and string forms).
Rootstats / statsV2Post engagement metrics (playCount, diggCount, commentCount, shareCount, etc.).
RootvideoVideo metadata and playback/download URLs, bitrate, dimensions, covers.
RootmusicAudio metadata used by the post.
RootchallengesRelated hashtag/challenge tags list.
Rootcontents / textExtraParsed caption fragments and hashtag spans.
RootscrapedAtCollection timestamp (ISO 8601).

Sample record

{
"id": "7611446804692880653",
"desc": "US Dash Cam #dashcam#drivingfail#dashcamvideos#dashcamusa#dashcamlessons ",
"createTime": 1772178161,
"author": {
"id": "7580601574267913230",
"uniqueId": "dbdjcbcjbf",
"nickname": "dbdjcbcjbf",
"verified": false
},
"authorStats": {
"followerCount": 11200,
"heartCount": 926500,
"videoCount": 147
},
"stats": {
"playCount": 9200000,
"diggCount": 398300,
"commentCount": 582,
"shareCount": 14600
},
"challenges": [
{ "id": "684721", "title": "dashcam" },
{ "id": "32007021", "title": "drivingfail" }
],
"music": {
"id": "7611447206494980877",
"title": "original sound - dbdjcbcjbf",
"duration": 66
},
"video": {
"id": "7611446804692880653",
"duration": 66,
"width": 720,
"height": 1280,
"playAddr": "https://v16-webapp-prime.tiktok.com/video/...",
"downloadAddr": "https://v16-webapp-prime.tiktok.com/video/..."
},
"scrapedAt": "2026-03-24T08:47:44.754Z"
}

Notes

  • Returned post fields depend on TikTok upstream response structure.
  • Respect TikTok terms and applicable laws when using scraped data.