Actions7
- Photo Post Actions
- Post Status Actions
- Search Actions
- User Profile 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 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
- Fetch a TikTok user's avatar URL and follower count to display on a dashboard.
- 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 imagebio_description- User's bio or description textdisplay_name- User's display namefollower_count- Number of followers the user hasfollowing_count- Number of accounts the user is followinglikes_count- Total likes received by the userprofile_deep_link- Deep link URL to the user's profileusername- User's TikTok usernamevideo_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
- TikTok User Profile API Documentation - Official documentation for TikTok's user profile API endpoints and data fields.