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 need to fetch specific details about a TikTok user, such as their avatar URL, bio description, follower count, and other profile metrics. For example, it can be used in social media analytics, user data aggregation, or personalized content delivery systems.

Use Case Examples

  1. Fetching a TikTok user's follower count and video count for analytics.
  2. Retrieving a user's avatar URL and bio description to display on a website.
  3. Getting the username and profile deep link for user profile management.

Properties

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

Output

JSON

  • avatar_url - The URL of the user's avatar image
  • bio_description - The user's bio or description text
  • display_name - The display name of the user
  • follower_count - The number of followers the user has
  • following_count - The number of users the user is following
  • likes_count - The total number of likes the user has received
  • profile_deep_link - A deep link URL to the user's profile
  • username - The user's TikTok username
  • video_count - The total number of videos the user has posted

Dependencies

  • TikTok API access with appropriate authentication credentials

Troubleshooting

  • Ensure that the API credentials are correctly configured and have the necessary permissions to access user profile data.
  • If the response is empty or missing fields, verify that the selected fields are supported and that the user profile exists.
  • Common error messages may include authentication errors, rate limiting, or invalid field selections. Check the API documentation for error codes and handle them accordingly.

Links

Discussion