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 (149 Endpoints)", provides unified access to a wide range of social media data endpoints through the TikHub API. It supports four major platforms: TikTok, Instagram, YouTube, and X/Twitter, covering 149 endpoints in total. The node allows users to retrieve detailed information such as videos, users, analytics, posts, stories, reels, channels, tweets, timelines, and more.
A common use case is aggregating social media data from multiple platforms for analytics, marketing insights, or content monitoring. For example, a marketer could use this node to fetch TikTok video analytics, Instagram post details, YouTube channel statistics, or Twitter tweet data all within one workflow.
Specifically, the "Get comment keywords analysis" operation under the "Default" resource enables extracting keyword analysis from comments on a given video or post, useful for sentiment analysis, trend detection, or audience engagement evaluation.
Properties
| Name | Meaning |
|---|---|
| Platform | Select the social media platform to work with. Options: TikTok, Instagram, YouTube, X/Twitter. |
| 作品id/Video id (item_id) | The ID of the video or post to analyze comments for (required when Platform is TikTok and Operation is comment keywords analysis). |
Output
The node outputs JSON data representing the response from the TikHub API for the selected operation. For the "Get comment keywords analysis" operation, the output JSON contains analyzed keywords extracted from comments related to the specified video/post ID.
The output is structured as an array of JSON objects, each corresponding to an item processed by the node. Each object includes the relevant data fields returned by the TikHub API's comment keyword analysis endpoint.
No binary data output is indicated by the code.
Dependencies
- Requires an active connection to the TikHub API service.
- Needs an API key credential configured in n8n to authenticate requests to TikHub.
- The base URL for API requests is
https://api.tikhub.io. - The node internally uses helper functions to make HTTP requests and handle pagination parameters.
Troubleshooting
- Unknown operation error: If the node throws an error like
Unknown operation: <operation> for platform: <platform>, verify that the selected operation is valid for the chosen platform. - Missing required parameters: Ensure that mandatory input properties such as the video ID (
item_id) are provided when required. - API request failures: Network issues or invalid API credentials can cause request errors. Confirm that the API key is correctly set up and has sufficient permissions.
- Continue on Fail behavior: If enabled, the node will continue processing subsequent items even if some fail, returning error messages in the output JSON for failed items.
Links and References
- TikHub API Documentation (assumed official docs for reference)
- n8n Documentation on Creating Custom Nodes
- General info on social media data analytics and comment keyword extraction techniques