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 access to a comprehensive set 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. The node allows users to perform various operations such as retrieving video, user, analytics, shop data, posts, stories, reels, channels, tweets, timelines, and more.
A specific use case within this node is generating a TikTok share link, opening the TikTok app, and jumping directly to a specified keyword search result on TikTok. This can be useful for automating content discovery, marketing campaigns, or social media monitoring workflows where quick access to relevant TikTok search results is needed.
Practical examples:
- Automatically generate and share TikTok video links based on trending keywords.
- Search TikTok for specific hashtags or keywords and retrieve related videos or user data.
- Integrate TikTok search functionality into broader social media analytics pipelines.
- Quickly open TikTok app with a pre-filled search query from an automation workflow.
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) |
| 关键词/Keyword | The keyword to search for on TikTok. Required when performing the keyword search operation. |
Note: The "keyword" property is only shown when the platform is TikTok and the operation is the keyword search.
Output
The node outputs JSON data representing the response from the selected social media platform's API endpoint. The structure of the output depends on the chosen operation and platform but generally includes arrays or objects containing social media data such as videos, users, posts, analytics, or search results.
- The output JSON is wrapped with execution metadata linking each item to its input index.
- If the operation involves fetching multiple items, the output will be an array of JSON objects.
- The node does not explicitly output binary data.
Dependencies
- Requires an API key credential for authenticating requests to the TikHub API service at
https://api.tikhub.io. - The node uses internal helper functions to make HTTP requests to TikHub endpoints.
- No other external dependencies are indicated.
Troubleshooting
- Unknown operation error: If an invalid operation name is provided for the selected platform, the node throws an error indicating the unknown operation. Ensure the operation parameter matches one of the supported operations for the chosen platform.
- Missing required parameters: Some operations require specific parameters (e.g., "keyword" for TikTok keyword search). Omitting these may cause errors or empty responses.
- API request failures: Network issues, invalid API keys, or rate limits from the TikHub API can cause request failures. Verify API credentials and network connectivity.
- Continue on Fail: If enabled, the node will continue processing subsequent items even if some fail, returning error messages in the output JSON.
Links and References
- TikTok Official Website
- TikHub API Documentation (general reference) (Note: actual documentation URL not provided in source)