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 is designed to fetch various types of data such as videos, user profiles, analytics, posts, stories, reels, channels, tweets, timelines, and shop data depending on the selected platform and operation.
Common scenarios where this node is beneficial include:
- Social media analytics and reporting by aggregating data from multiple platforms.
- Marketing automation workflows that require fetching creator or content information.
- Building dashboards or monitoring tools for social media performance.
- E-commerce integrations leveraging TikTok shop data.
For example, you can use this node to get detailed information about a TikTok creator by specifying their unique creator UID, or retrieve Instagram post data for marketing analysis.
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) |
| 创作者uid/Creator uid | (Required for TikTok creator info operation) The unique identifier (UID) of the creator whose information you want to retrieve |
Output
The node outputs an array of JSON objects representing the data retrieved from the selected social media platform endpoint. The structure of each JSON object depends on the specific operation and platform chosen but generally includes detailed information relevant to the requested resource, such as user profiles, video metadata, post details, or analytics data.
If the API response contains multiple items, the node returns them as separate JSON objects in the output array, each paired with its input item index for traceability.
The node does not explicitly handle binary data output; it focuses on JSON-formatted social media data.
Dependencies
- Requires an API key credential for authenticating requests to the TikHub API service at
https://api.tikhub.io. - No other external dependencies are indicated.
- The node uses internal helper functions to make HTTP requests to the TikHub API endpoints.
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 select a valid operation supported by the platform. - Missing required parameters: Some operations require mandatory parameters (e.g., Creator UID for TikTok creator info). Omitting these will likely cause API errors or empty responses.
- API request failures: Network issues, invalid API keys, or rate limits may cause request failures. Check your API credentials and network connectivity.
- Continue on Fail behavior: If enabled, the node will continue processing subsequent items even if one fails, returning error messages in the output JSON for failed items.
Links and References
- TikHub API Documentation (official API base URL referenced in the code)
- Social media platform developer documentation for TikTok, Instagram, YouTube, and X/Twitter for understanding data structures and IDs used.