TikTok icon

TikTok

Upload and manage TikTok videos and photos, and retrieve profile information

Actions7

Overview

This node interacts with the TikTok API to retrieve user profile information based on selected profile fields. It is useful for scenarios where you want to fetch specific details about a TikTok user, such as their avatar URL, bio, follower count, or username, for use in workflows that involve social media analytics, user data enrichment, or content personalization.

Use Case Examples

  1. Fetch a TikTok user's avatar URL and follower count to display on a dashboard.
  2. Retrieve a user's bio description and video count for content analysis.

Properties

Name Meaning
Fields Select the profile fields to include in the response

Output

JSON

  • avatar_url - URL of the user's avatar image
  • bio_description - User's bio or description text
  • display_name - User's display name
  • follower_count - Number of followers the user has
  • following_count - Number of accounts the user is following
  • likes_count - Total likes received by the user
  • profile_deep_link - Deep link URL to the user's profile
  • username - User's TikTok username
  • video_count - Number of videos posted by the user

Dependencies

  • TikTok API access with appropriate authentication credentials

Troubleshooting

  • Ensure the TikTok API credentials are correctly configured and have the necessary permissions to access user profile data.
  • If the selected fields array is empty, the node will not return any user information; make sure to select at least one field.
  • API rate limits may cause request failures; handle errors and retry accordingly.

Links

Discussion