TikTok Trending Posts Scraper
Pricing
from $4.99 / 1,000 results
Go to Apify Store
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
Maintained by Community
Actor stats
1
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
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.
| Area | Field | Description |
|---|---|---|
| Root | id | TikTok post ID. |
| Root | desc | Post caption text. |
| Root | createTime | Post creation time (epoch seconds). |
| Root | author | Creator profile info (id, uniqueId, nickname, avatars, etc.). |
| Root | authorStats / authorStatsV2 | Creator follower/like/video counters (number and string forms). |
| Root | stats / statsV2 | Post engagement metrics (playCount, diggCount, commentCount, shareCount, etc.). |
| Root | video | Video metadata and playback/download URLs, bitrate, dimensions, covers. |
| Root | music | Audio metadata used by the post. |
| Root | challenges | Related hashtag/challenge tags list. |
| Root | contents / textExtra | Parsed caption fragments and hashtag spans. |
| Root | scrapedAt | Collection 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.