Skip to main content

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 fieldRequiredWhere it comes from
User access token (ACCESS_TOKEN)YesA TikTok user access token from your own developer app, sent as a Bearer token.

Tools

ToolAccessWhat it does
Get profile (yekar.tiktok.get-user-info)ReadReturn the TikTok profile this access token belongs to, including follower, following, like and video counts.
List videos (yekar.tiktok.list-videos)ReadList 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.