Actions7
- Search Actions
- User Profile Actions
- Photo Post Actions
- Post Status Actions
- Video Post Actions
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
- Monitoring a TikTok user's follower count over time
- 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
- Detect influencer fraud and fake followers with Instagram, X, TikTok and Claude - An n8n workflow template that analyzes influencer profiles and scores authenticity before brand partnership approval.
- Template for TikTok, RapidAPI, and Google Sheets services - An n8n workflow template that automates the daily process of fetching TikTok account analytics and logging the results to Google Sheets.