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, allowing users to retrieve various types of data such as videos, user profiles, analytics, posts, stories, reels, channels, tweets, timelines, and more.
The node is particularly useful for social media analysts, marketers, content creators, and developers who want to aggregate and analyze data from multiple social networks within a single workflow. For example, you can use it to search for locations on TikTok, fetch Instagram story insights, get YouTube channel statistics, or retrieve tweets from a specific user timeline.
In the context of the provided Resource "Default" and Operation "Get location search results," the node enables searching for location-based data on TikTok by keyword, with options to control pagination via offset and count parameters.
Properties
| Name | Meaning |
|---|---|
| Platform | Select the social media platform to work with. Options: TikTok, Instagram, YouTube, X/Twitter |
| 关键词/Keyword | The search keyword used for location search on TikTok (required when platform is TikTok) |
| 偏移量/Offset | Offset for pagination in the location search results on TikTok (optional, default 20) |
| 数量/Number | Number of results to return in the location search on TikTok (optional, default 20) |
Note: The properties keyword, offset, and count are only shown and applicable when the platform is set to TikTok and the operation is "locationsearch."
Output
The node outputs an array of JSON objects representing the data retrieved from the selected social media platform's endpoint. Each item corresponds to one result from the API response, enriched with execution metadata linking it back to the input item index.
For the "Get location search results" operation on TikTok, the output JSON contains location search results matching the given keyword, including details such as location names, IDs, and possibly other metadata returned by the TikTok API.
If the node encounters errors during execution and "Continue On Fail" is enabled, the output will include error objects with an error field describing the issue for each failed item.
The node does not output binary data.
Dependencies
- Requires an API key credential for the TikHub service to authenticate requests.
- The node makes HTTP requests to the TikHub API at
https://api.tikhub.io. - No additional environment variables or external services are required beyond the configured API key credential.
Troubleshooting
- Unknown operation error: If the operation parameter does not match any known endpoint, the node throws an error indicating the unknown operation and platform. Ensure the operation name is correct and supported.
- Missing required parameters: For operations like location search, required parameters such as
keywordmust be provided; otherwise, the API call may fail or return empty results. - API request failures: Network issues, invalid API keys, or rate limiting by TikHub can cause request failures. Check your API credentials and network connectivity.
- Handling partial failures: Enable "Continue On Fail" to allow the node to process all items even if some fail, capturing errors in the output for troubleshooting.
Links and References
- TikHub API Documentation (official API base URL referenced)
- n8n Documentation on Creating Custom Nodes
- Social media platform official developer docs for TikTok, Instagram, YouTube, and X/Twitter for understanding data structures and endpoints