TikTok

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

Actions7

Overview

The TikTok node in n8n allows users to interact with the TikTok API, enabling operations such as retrieving user profile analytics, including metrics like followers, likes, and views.

Use Case Examples

  1. Monitoring a TikTok user's follower count over time
  2. Analyzing the number of likes and views on a user's recent videos

Properties

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

Output

JSON

  • followers - The number of followers of the specified TikTok user.
  • likes - The total number of likes received by the specified TikTok user.
  • views - The total number of views received by the specified TikTok user.

Dependencies

  • TikTok API credentials

Troubleshooting

  • Ensure that the TikTok API credentials are correctly configured.
  • Verify that the specified TikTok user exists and is accessible.
  • Check for any rate limits imposed by the TikTok API that might affect data retrieval.

Links

Discussion