TikTok
Read a TikTok account's profile and its posted videos with their engagement counts.
Connect TikTok with a user access token from your own TikTok developer app to read the account's profile and list the videos it has posted, including views, likes, comments and shares.
Connect
| Credential field | Required | Where it comes from |
|---|---|---|
User access token (ACCESS_TOKEN) | Yes | A TikTok user access token from your own developer app, sent as a Bearer token. |
Tools
| Tool | Access | What it does |
|---|---|---|
Get profile (yekar.tiktok.get-user-info) | Read | Return the TikTok profile this access token belongs to, including follower, following, like and video counts. |
List videos (yekar.tiktok.list-videos) | Read | List the videos posted by the account this access token belongs to, newest first, with each video's engagement counts. |
Notes
- Register an app in the TikTok for Developers portal, add the Login Kit and Display API products, and request the user.info.profile, user.info.stats and video.list scopes.
- Authorize the app as the account you want to read, then paste the resulting user access token here.
- TikTok access tokens are short-lived - expect to re-authorize and paste a fresh token rather than treating this as a permanent connection.