TikHub Complete (149 Endpoints)
Actions64
- Get single video data
- Get single video data V2
- Batch Get Video Information
- Batch Get Video Information V2
- Get single video data by sharing link
- Get information of specified user
- Get user repost video data
- Get user homepage video data
- Get user like video data
- Get single video comments data
- Get comment replies data of specified video
- Get comprehensive search results of specified keywords
- Get video search results of specified keywords
- Get user search results of specified keywords
- Get music search results of specified keywords
- Get hashtag search results of specified keywords
- Get live search results of specified keywords
- Get details of specified music
- Get video list of specified music
- Get details of specified hashtag
- Get video list of specified hashtag
- Get follower list of specified user
- Get following list of specified user
- Get data of specified live room
- Get live room ranking list
- Check if live room is online
- Batch check if live rooms are online
- Get share short link
- Get share QR code
- Get location search results
- Get product search results
- Get shopping creator information
- Get creator showcase product list
- Get Shop ID by Share Link
- Get Product ID by Share Link
- Get product detail data (will be deprecated, use fetch_product_detail_v2 instead)
- Get product detail data V2
- Get product detail data V3
- Get product detail data V4
- Get product review data
- Get shop home page list data
- Get shop home page data
- Get shop product recommend data
- Get shop product list data
- Get shop product list data V2
- Get shop information data
- Get shop product category data
- Get live daily rank data
- Get user music list data
- Get content translation data
- Get home feed(recommend) video data
- TikTok APP encryption algorithm
- Get live room product list data
- Get live room product list data V2
- Increase the number of plays of the work according to the video ID
- Encrypt or Decrypt TikTok APP login request body
- Generate TikTok share link, call TikTok APP, and jump to the specified video details page
- Generate TikTok share link, call TikTok APP, and jump to the specified user profile
- Generate TikTok share link, call TikTok APP, and jump to the specified keyword search result
- Generate TikTok share link, call TikTok APP, and send private messages to specified users
- Get video metrics
- Detect fake views in video
- Get comment keywords analysis
- Get creator info and milestones
Overview
This node, named "TikHub Complete," provides access to a comprehensive set of social media data endpoints (149 in total) across four major platforms: TikTok, Instagram, YouTube, and X/Twitter. It allows users to retrieve detailed information such as video data, user profiles, analytics, posts, stories, reels, channels, tweets, timelines, and more.
The specific operation "Detect fake views in video" under the "Default" resource is designed to analyze a given video on a selected platform (currently only TikTok supports this operation based on the provided properties) to identify whether its view count might be artificially inflated or manipulated.
Common scenarios where this node is beneficial:
- Marketers and advertisers verifying the authenticity of influencer metrics before partnerships.
- Social media analysts detecting fraudulent activity or bot-generated views.
- Content creators monitoring their own videos for suspicious engagement patterns.
- Researchers studying social media manipulation trends.
Practical example:
A marketing agency wants to verify if a TikTok video has genuine engagement before signing a collaboration deal with the creator. They input the video ID and optionally specify the content category to get an analysis report indicating the likelihood of fake views.
Properties
| Name | Meaning |
|---|---|
| Platform | Select the social media platform to work with. Options: TikTok, Instagram, YouTube, X/Twitter. |
| 作品id/Video id | The unique identifier of the video to analyze (required for TikTok platform when detecting fake views). |
| 内容分类/Content category | Optional content classification for the video. Possible values: default, entertainment, education, product, verified_large. |
Output
The node outputs JSON data containing the results of the fake view detection analysis. The structure typically includes fields returned by the external API describing the video's view authenticity metrics, such as flags or scores indicating suspicious activity.
If multiple items are processed, the output is an array of JSON objects, each corresponding to one input item.
No binary data output is indicated in the source code.
Dependencies
- Requires an API key credential for authenticating requests to the TikHub API service (
https://api.tikhub.io). - The node internally calls the TikHub API endpoints corresponding to the selected platform and operation.
- No other external dependencies are required.
Troubleshooting
Common issues:
- Providing an invalid or empty video ID will cause the API request to fail.
- Selecting an unsupported platform-operation combination will throw an error.
- Network connectivity problems can prevent successful API calls.
- Missing or invalid API credentials will result in authentication errors.
Error messages:
"Unknown operation: <operation> for platform: <platform>": This means the requested operation is not supported for the chosen platform. Verify the platform and operation selections.- API errors returned from TikHub (e.g., invalid parameters, rate limits) will be passed through in the output's error field if "Continue On Fail" is enabled.
Resolutions:
- Ensure all required parameters (like video ID) are correctly set.
- Confirm that the API key credential is valid and configured in n8n.
- Check network connectivity and API service status.
- Use the "Continue On Fail" option to handle partial failures gracefully.
Links and References
- TikHub API Documentation (official API base URL referenced)
- Social media platform developer documentation for TikTok, Instagram, YouTube, and X/Twitter for understanding data context.
Note: This summary is based solely on static analysis of the provided source code and property definitions without runtime execution.