Actions7
- Search Actions
- User Profile Actions
- Photo Post Actions
- Post Status Actions
- Video Post Actions
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
- Fetching a TikTok user's follower count and video count for analytics.
- Retrieving a user's avatar URL and bio description to display on a website.
- 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 imagebio_description- The user's bio or description textdisplay_name- The display name of the userfollower_count- The number of followers the user hasfollowing_count- The number of users the user is followinglikes_count- The total number of likes the user has receivedprofile_deep_link- A deep link URL to the user's profileusername- The user's TikTok usernamevideo_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
- TikTok User Profile API Documentation - Official documentation for the TikTok User Profile API endpoints and field descriptions.