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 64 TikTok endpoints, 56 Instagram endpoints, 16 YouTube endpoints, and 13 X/Twitter endpoints, enabling users to retrieve various types of data such as videos, user profiles, analytics, posts, stories, reels, channels, tweets, timelines, and more.
A common use case for this node is aggregating social media data from multiple platforms in one workflow, simplifying data collection for marketing analysis, content monitoring, or social media management. For example, a marketer could use it to fetch TikTok video analytics, Instagram story insights, YouTube channel statistics, and recent tweets all within a single automation.
Specifically, when the operation is "Encrypt or Decrypt TikTok APP login request body" (as per your selection), the node handles encryption or decryption of TikTok app login request bodies, which can be useful for developers working with TikTok's private API or analyzing login flows securely.
Properties
| Name | Meaning |
|---|---|
| Platform | Select the social media platform to work with. Options: |
| - TikTok (64 endpoints): Access TikTok video, user, analytics, and shop data | |
| - Instagram (56 endpoints): Access Instagram post, user, story, and reel data | |
| - YouTube (16 endpoints): Access YouTube video, channel, and search data | |
| - X/Twitter (13 endpoints): Access X (Twitter) tweet, user, and timeline data |
Additional properties depend on the selected operation and platform but are dynamically loaded from the respective operation and field definitions imported from separate modules. These include parameters like IDs, usernames, keywords, pagination tokens, counts, etc., relevant to the specific API endpoint being called.
Output
The node outputs an array of JSON objects representing the data retrieved from the selected social media platform's API endpoint. The structure of each JSON object depends on the specific operation performed but generally includes fields such as video details, user information, analytics data, posts, or other relevant social media content.
If the node encounters an error during execution and "Continue On Fail" is enabled, it outputs JSON objects containing an error field with the error message corresponding to the failed item.
The node does not output binary data.
Dependencies
- Requires an API key credential for authenticating requests to the TikHub API service at
https://api.tikhub.io. - Uses internal utility functions (
tikHubApiRequest) to make HTTP requests. - No additional external dependencies beyond the TikHub API and n8n core modules.
Troubleshooting
- Unknown Operation Error: If you select an operation that does not exist for the chosen platform, the node throws an error stating "Unknown operation: [operation] for platform: [platform]." Ensure the operation name matches one supported by the platform.
- API Request Failures: Network issues, invalid credentials, or rate limiting by the TikHub API may cause request failures. Check your API key validity and network connectivity.
- Parameter Errors: Missing or incorrect input parameters for the selected operation can lead to errors. Verify that all required parameters are provided and correctly formatted.
- Continue On Fail Behavior: When enabled, the node will continue processing subsequent items even if some fail, outputting error messages per failed item. Disable this option to stop execution on first failure for easier debugging.
Links and References
- TikHub API Documentation (official API base URL referenced)
- n8n Documentation on Creating Custom Nodes
- Social Media Platform APIs (for understanding underlying data structures):
- TikTok Developer Resources
- Instagram Graph API
- YouTube Data API
- Twitter API (X)
If you want me to extract details specifically about the "Encrypt or Decrypt TikTok APP login request body" operation, please provide its exact operation name or confirm, and I can focus the summary accordingly.