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 across four major platforms: TikTok, Instagram, YouTube, and X/Twitter. It supports 149 total endpoints distributed as follows: TikTok (64), Instagram (56), YouTube (16), and X/Twitter (13). The node allows users to select a platform and an operation to retrieve specific data such as videos, user profiles, analytics, posts, stories, reels, tweets, channels, and more.
A common use case is aggregating social media data from multiple platforms in one workflow for marketing analytics, content monitoring, or social listening. For example, a marketer could fetch live room information from TikTok, recent posts from Instagram, and trending videos on YouTube all within the same automation.
Specifically, the "Get data of specified live room" operation under the Default resource for TikTok lets users retrieve detailed information about a particular live streaming room by providing its live room ID.
Properties
| Name | Meaning |
|---|---|
| Platform | Select the social media platform to work with. Options: TikTok, Instagram, YouTube, X/Twitter. |
| 直播间id/Live room id | The unique identifier of the live room to get data for (required when platform is TikTok and operation is "roominfo"). |
Output
The node outputs JSON data representing the response from the selected social media platform's API endpoint. The structure depends on the chosen operation but generally includes detailed information relevant to that operation, such as user details, video metadata, analytics, or live room info.
If the operation returns multiple items, each item is output as a separate JSON object in an array. The node also attaches execution metadata linking each output item to its input item index.
Binary data output is not indicated in the provided code, so the node primarily outputs structured JSON data.
Dependencies
- Requires an API key credential for authenticating requests to the TikHub API service.
- The node makes HTTP requests to
https://api.tikhub.io. - No other external dependencies are indicated.
- Users must configure the API key credential in n8n before using this node.
Troubleshooting
- Unknown operation error: If you select an operation that does not exist for the chosen platform, the node will throw an error like
Unknown operation: <operation> for platform: <platform>. Ensure you pick a valid operation supported by the platform. - Missing required parameters: Some operations require mandatory parameters (e.g., live room ID for the "Get data of specified live room" operation). Omitting these will cause errors.
- API authentication failures: Make sure the API key credential is correctly set up and has sufficient permissions.
- Rate limits or API errors: The underlying TikHub API may impose rate limits or return errors; handle these by enabling "Continue On Fail" in the node settings if needed.
- Empty or unexpected responses: Verify that the input parameters are correct and that the requested data exists on the platform.
Links and References
- TikHub API Documentation (official API base URL referenced)
- n8n documentation on Creating Custom Nodes
- Social media platform developer docs (TikTok, Instagram, YouTube, X/Twitter) for understanding data structures and IDs used