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 unified access to a wide range of social media data endpoints across four major platforms: TikTok, Instagram, YouTube, and X (formerly Twitter). It supports 149 endpoints in total, including 64 for TikTok, 56 for Instagram, 16 for YouTube, and 13 for X/Twitter.
The node is designed to fetch various types of social media data such as videos, user profiles, analytics, posts, stories, reels, channels, tweets, timelines, and more. It is particularly useful for social media analysts, marketers, content creators, or developers who want to automate the retrieval of social media insights from multiple platforms within a single workflow.
For example, you can use this node to:
- Retrieve a list of videos liked by a specific TikTok user.
- Fetch Instagram story data for a given user.
- Get YouTube channel statistics.
- Access recent tweets or user timeline data on X/Twitter.
In your case, focusing on the "Get user like video data" operation under the "Default" resource corresponds to fetching videos liked by a TikTok user.
Properties
| Name | Meaning |
|---|---|
| Platform | Select the social media platform to work with. Options: TikTok, Instagram, YouTube, X/Twitter. |
| 用户sec_user_id/User sec_user_id | The unique sec_user_id identifier of the TikTok user whose liked videos are to be retrieved. Required for TikTok "likevideos" operation. |
| 最大游标/Maximum cursor | Maximum cursor value for pagination; controls how far to paginate through results. Optional, default is 20. Range: 1 to 1000. |
| 每页数量/Number per page | Number of items to retrieve per page/request. Optional, default is 20. Range: 1 to 1000. |
Output
The node outputs an array of JSON objects representing the data returned by the selected endpoint. For the "Get user like video data" operation on TikTok, the output JSON contains details about each video liked by the specified user. This typically includes video metadata such as video IDs, descriptions, author info, stats, and other relevant fields as provided by the TikTok API via TikHub.
If the node encounters errors during execution and "Continue On Fail" is enabled, it outputs error messages paired with the corresponding input item index.
No binary data output is indicated for this operation.
Dependencies
- Requires an API key credential for the TikHub service, which aggregates social media data from TikTok, Instagram, YouTube, and X/Twitter.
- The node makes HTTP requests to the TikHub API at
https://api.tikhub.io. - Proper configuration of the TikHub API credential in n8n is necessary for authentication.
Troubleshooting
- Unknown operation error: If you select an unsupported operation or mismatch platform-operation combination, the node throws an error indicating the unknown operation. Ensure that the operation name matches one supported for the chosen platform.
- Missing required parameters: For TikTok "likevideos" operation, the
sec_user_idparameter is mandatory. Omitting it will likely cause API errors. - API rate limits or quota exceeded: Since the node relies on an external API, hitting rate limits may cause failures. Check your TikHub account limits.
- Invalid credentials: Incorrect or expired API keys will result in authentication errors.
- Pagination issues: Setting very high values for
max_cursororcountsmight lead to large responses or timeouts. Use reasonable values.
To resolve errors, verify input parameters, ensure valid credentials, and consult TikHub API documentation for endpoint-specific requirements.
Links and References
- TikHub API Documentation (for detailed endpoint info)
- TikTok Developer Documentation
- Instagram Graph API
- YouTube Data API
- X (Twitter) Developer Platform
This summary is based solely on static analysis of the provided source code and property definitions.