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 64 TikTok endpoints, 56 Instagram endpoints, 16 YouTube endpoints, and 13 X/Twitter endpoints, enabling users to retrieve video, user, analytics, shop, post, story, reel, channel, tweet, timeline, and other related data.
The node is particularly useful for scenarios where you want to aggregate or automate interactions with multiple social media platforms through a single interface. For example, marketers can use it to gather analytics from TikTok videos, send private messages to TikTok users, or generate share links that open the TikTok app directly. Content creators might automate fetching their latest posts or videos across platforms, while developers can integrate social media data into custom workflows without managing multiple APIs separately.
Specifically, for the operation "Generate TikTok share link, call TikTok APP, and send private messages to specified users," the node allows generating shareable TikTok URLs, triggering the TikTok app on devices, and sending private messages to TikTok users by specifying their user IDs.
Properties
| Name | Meaning |
|---|---|
| Platform | Select the social media platform to work with. Options: - TikTok (64 endpoints) - Instagram (56 endpoints) - YouTube (16 endpoints) - X/Twitter (13 endpoints) |
| 用户id/User id | The user ID of the TikTok user to whom a private message will be sent. Required when using the private message operation on TikTok. |
Note: Additional properties depend on the selected operation and platform, including parameters like video IDs, usernames, search queries, pagination tokens, etc., which are dynamically handled by the node.
Output
The node outputs an array of JSON objects representing the data returned from the selected social media API endpoint. Each item in the output corresponds to one input item processed and contains the relevant response data under the json field.
For example, when generating a TikTok share link or sending a private message, the output JSON will include confirmation details or the generated URL. When fetching user or video data, the output includes detailed metadata as provided by the respective platform's API.
If the node encounters errors during execution and "Continue On Fail" is enabled, the output will contain error objects with an error field describing the issue for each failed item.
The node does not explicitly handle binary data output.
Dependencies
- Requires an API key credential for authenticating requests to the TikHub API service at
https://api.tikhub.io. - The node depends on the TikHub API, which aggregates multiple social media platform endpoints.
- No additional environment variables or external services are required beyond the configured API key credential.
Troubleshooting
- Unknown Operation Error: If you select an operation that is not supported for the chosen platform, the node throws an error indicating the unknown operation. Ensure the operation name matches one of the available endpoints for the selected platform.
- Missing Required Parameters: Operations like sending private messages require specific parameters such as the user ID. Omitting these will cause request failures.
- API Request Failures: Network issues, invalid API keys, or rate limiting by TikHub may cause errors. Verify your API key validity and network connectivity.
- Error Handling: If "Continue On Fail" is disabled, the node stops execution on the first error. Enable this option to process all items and collect individual error messages.
- Parameter Retrieval Issues: The node dynamically retrieves parameters per item; ensure input data and parameter names align correctly to avoid missing or undefined values.
Links and References
- TikHub API Documentation (for detailed endpoint descriptions and usage)
- n8n Documentation (for general node usage and credential setup)