TikTok Data
You can extract metadata about user and hashtag, extract video feed metadata from the user, hashtag, trending and music pages (video posts with statistics), extract user followers, following metadata and soon more - I'm on Telegram https://t.me/logicBuilder - News and announcements Telegram Channel https://t.me/logicApi
TikTok Data endpoints
| Method | Endpoint | Description |
|---|---|---|
| Hashtag | ||
| GET |
Real-time hashtag search /live/hashtag/search |
Search for hashtags by keyword |
| GET |
Hashtag feed (Video posts) /live/hashtag/feed/v2 |
Get hashtag feed - Before testing don't forget to fill out the **name** query - Endpoint will return an array of objects with very useful metadata. - Direct urls to the video ,… |
| GET |
Hashtag metadata (information) /live/hashtag/v2 |
Get hashtag metadata |
| Video Post | ||
| GET |
Video post metadata /live/post/meta/v2 |
Get single post metadata |
| GET |
Video post comments /live/post/comments/v2 |
Get video post comments. |
| GET |
Get video without the watermark /live/post/direct |
Get direct post url to the video without watermark |
| Music | ||
| GET |
Music feed (Video posts) /live/music/feed |
Get current music feed. - Endpoint will return an array of objects with very useful metadata. - Direct urls to the video , statistics and more. |
| GET |
Music metadata /live/music |
Get music metadata Basic metadata: number of posts, direct url to the song(MP3) and etc |
| User | ||
| GET |
User feed (Video posts) /live/user/feed/v2 |
Get user feed |
| GET |
User metadata (information) /live/user |
Get user metadata. Number of followers, followings , avatar url, description and more |
| GET |
User followings list /live/user/following/list |
Get user followings: - Before testing don't forget to fill out the username **OR** sec_uid inputs |
| GET |
User followers list /live/user/follower/list |
Get user followers: - Before testing don't forget to fill out the username **OR** sec_uid inputs |
TikTok Data pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $19.99 / month | — |
|
| ULTRA | $75.99 / month | — |
|
| MEGA | $199.99 / month | — |
|