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.
For the specified Resource "Default" and Operation "Generate TikTok share link, call TikTok APP, and jump to the specified user profile," the node enables users to generate direct share links or deep links that open the TikTok app and navigate to a particular user profile. This is useful for automating workflows that involve sharing TikTok profiles, integrating TikTok user data into other systems, or creating shortcuts to user profiles within apps or websites.
Practical examples include:
- Automatically generating a TikTok profile link based on user identifiers to embed in marketing emails.
- Creating a workflow that fetches TikTok user data and then generates a shareable link to their profile.
- Building integrations that allow quick navigation to TikTok profiles from dashboards or CRM systems.
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 (可选,纯数字)/User uid (optional, pure number) | Optional numeric user ID for TikTok user profile operations. |
| 用户sec_user_id/User sec_user_id | Secondary user ID string for TikTok user profile operations. |
| 用户unique_id (用户名)/User unique_id (username) | Username string for TikTok user profile operations. |
| 用户id/User id | Required user ID string for TikTok user profile operations. |
| 用户名/Screen Name | Screen name for X/Twitter user profile operations. |
| 用户ID(如果使用用户ID则会忽略用户名)/User ID (If the user ID is used, the user name will be ignored) | Numeric user ID for X/Twitter user profile operations; if provided, it takes precedence over screen name. |
Note: The properties related to TikTok user profile operation are shown only when the platform is set to TikTok and the operation is "userprofile." Similarly, X/Twitter-specific properties appear only when platform is X and operation is "userprofile."
Output
The node outputs an array of JSON objects representing the response data from the TikHub API for the requested operation. For the TikTok user profile operation, the output JSON typically contains detailed information about the user profile or the generated share link.
The structure of each output item corresponds directly to the API response fields, which may include user identifiers, profile URLs, metadata, and other relevant details.
If the operation involves binary data (not indicated here), the node would provide binary output accordingly, but this specific operation focuses on JSON data.
Dependencies
- Requires an API key credential for the TikHub service to authenticate requests.
- The node makes HTTP requests to the TikHub API endpoint at
https://api.tikhub.io. - No additional external dependencies beyond the TikHub API and n8n's standard HTTP request capabilities.
Troubleshooting
- Unknown operation error: If you select an operation not supported by the chosen platform, the node throws an error indicating the unknown operation. Ensure the operation matches the selected platform.
- Missing required parameters: For TikTok user profile operations, the
用户id/User idproperty is required. Omitting it will cause errors. - API authentication failures: Ensure the TikHub API key credential is correctly configured and valid.
- Empty or invalid input values: Input parameters like user IDs or usernames must be correctly formatted and non-empty where required.
- Rate limiting or API errors: The TikHub API may impose rate limits or return errors; handle these gracefully using the node's "Continue On Fail" option if needed.
Links and References
- TikHub API Documentation (general reference for available endpoints)
- TikTok Developer Resources
- n8n Documentation for general node usage and credential setup