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 analytics data related to a user's profile. It is useful for scenarios where users want to gather insights on their TikTok account performance, such as tracking followers, likes, and views metrics. For example, marketers or social media managers can use this node to monitor engagement and growth on their TikTok profiles.

Use Case Examples

  1. Retrieve the number of followers, likes, and views for a TikTok user profile to analyze audience engagement.
  2. Generate reports on TikTok profile analytics to optimize content strategy.

Properties

Name Meaning
Metrics Select the analytics metrics to include in the response, such as followers, likes, and views.

Output

JSON

  • followers - Number of followers of the TikTok user profile.
  • likes - Number of likes received by the TikTok user profile.
  • views - Number of views on the TikTok user profile content.

Dependencies

  • TikTok API access with appropriate authentication credentials

Troubleshooting

  • Ensure that the TikTok API credentials are correctly configured and have the necessary permissions to access user profile analytics.
  • Verify that the selected metrics are supported and available for the authenticated TikTok user profile.
  • Common errors may include authentication failures, rate limiting by the TikTok API, or invalid metric selections. Resolving these typically involves checking API keys, adjusting request frequency, or modifying metric choices.

Links

Discussion