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 through the TikHub API. It supports four major platforms: TikTok, Instagram, YouTube, and X/Twitter, covering 149 endpoints in total. The node allows users to perform various operations such as retrieving video details, user information, analytics, posts, stories, reels, channels, tweets, timelines, and more.
A common use case is for social media analysts, marketers, or developers who want to aggregate and analyze data from multiple social media platforms within a single workflow. For example, one might batch check if live rooms are online on TikTok or gather recent posts from Instagram accounts for sentiment 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) |
Note: The node dynamically supports many other input properties depending on the selected operation, including identifiers like aweme_id, video_id, username, tweet_id, channel_id, search queries, pagination tokens, counts, limits, etc. These are automatically mapped based on the chosen operation and HTTP method.
Output
The node outputs an array of JSON objects representing the data returned by the TikHub API for the requested operation. Each item corresponds to one input item processed and contains the relevant social media data fields as provided by the API.
If an error occurs during processing an item and the node is configured to continue on failure, the output for that item will contain an error field with the error message.
The node does not explicitly handle binary data output.
Dependencies
- Requires an API key credential for authenticating requests to the TikHub API.
- Uses the TikHub API base URL:
https://api.tikhub.io. - Relies on internal utility functions to make HTTP requests to TikHub endpoints.
- No additional external dependencies beyond the TikHub API and n8n core modules.
Troubleshooting
- Unknown operation error: If you select an operation that is not supported or misspell it, the node throws an error indicating the unknown operation for the selected platform. Ensure the operation name matches exactly one of the supported endpoints.
- Missing or invalid API credentials: Requests will fail if the TikHub API key is missing or invalid. Verify that the API key credential is correctly configured in n8n.
- Parameter errors: Some operations require specific parameters (e.g., IDs, usernames). Omitting required parameters or providing invalid values may cause API errors.
- Continue on Fail behavior: When enabled, the node will output error messages per item instead of stopping execution, which helps in batch processing scenarios.
Links and References
- TikHub API Documentation (for detailed endpoint descriptions)
- n8n Documentation on Creating Custom Nodes
- General info on Social Media APIs