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 endpoints in total, allowing users to retrieve detailed video metrics, user information, analytics, posts, stories, reels, channels, tweets, timelines, and more.
The node is particularly useful for social media analysts, marketers, content creators, and developers who want to programmatically gather comprehensive data from multiple social media platforms within a single workflow. For example, a marketing team could use this node to fetch video engagement metrics from TikTok and Instagram simultaneously to compare performance, or a developer might automate the retrieval of YouTube channel statistics alongside Twitter timeline data.
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/Video id (item_id) | The unique identifier of the video or post on TikTok. Required when the platform is TikTok and the operation is "Get video metrics". |
Note: The provided properties JSON only includes the "Platform" selector and the "作品id/Video id" property relevant for TikTok video metrics. Other operations and platforms have their own specific properties not listed here.
Output
The node outputs an array of JSON objects representing the data retrieved from the selected social media platform's API endpoint. Each item corresponds to one input item processed and contains the requested data fields as returned by the TikHub API.
- The output JSON structure varies depending on the platform and operation chosen.
- If the operation involves fetching video metrics, the output will include detailed statistics about the video such as views, likes, comments, shares, etc., as provided by the TikHub service.
- In case of errors during execution for any item, the output will contain an
errorfield with the error message for that particular item if "Continue On Fail" is enabled. - The node does not explicitly output binary data.
Dependencies
- Requires an active API key credential for the TikHub service to authenticate requests.
- The node makes HTTP requests to the TikHub API base URL:
https://api.tikhub.io. - No other external dependencies are required.
- Proper configuration of the API key credential in n8n is necessary for successful operation.
Troubleshooting
- Unknown Operation Error: If you select an operation that is not supported or misspell the operation name, the node will throw an error like
Unknown operation: <operation> for platform: <platform>. Ensure the operation name matches exactly one of the supported operations for the chosen platform. - Missing Required Parameters: Some operations require mandatory parameters (e.g., video ID for TikTok video metrics). Omitting these will cause request failures. Double-check that all required inputs are provided.
- API Authentication Errors: If the API key credential is missing, invalid, or expired, the node will fail to authenticate with the TikHub API. Verify your API key setup in n8n credentials.
- Rate Limits or Quotas: The TikHub API may enforce rate limits. If you encounter errors related to too many requests, consider adding delays or reducing request frequency.
- Partial Failures: When processing multiple items, enabling "Continue On Fail" allows the node to continue executing subsequent items even if some fail, returning error details per failed item.
Links and References
- TikHub Official Website – For API documentation and account management.
- TikHub API Documentation – Detailed reference for available endpoints and parameters.
- n8n Documentation on Credentials – How to configure API keys securely.
- n8n Documentation on Error Handling – Using "Continue On Fail" option effectively.