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/Twitter. It supports 149 endpoints in total, allowing users to retrieve detailed information such as videos, users, analytics, posts, stories, reels, channels, tweets, timelines, and more.
The specific operation "Get details of specified hashtag" under the "Default" resource enables fetching detailed information about a particular hashtag on the selected platform. This is useful for social media marketers, analysts, or developers who want to monitor hashtag performance, trends, or metadata programmatically.
Practical examples:
- A marketing team wants to analyze the popularity and reach of a hashtag on TikTok to plan their campaign.
- A social media analyst retrieves hashtag details from Instagram to track engagement metrics.
- A developer builds an app that shows trending hashtags on YouTube or X/Twitter with detailed metadata.
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). |
| 话题id/Hashtag id | The ID of the hashtag/topic to get details for. Required when Platform is TikTok and Operation is "Get details of specified hashtag". |
Output
The node outputs JSON data representing the detailed information of the requested hashtag. The structure depends on the platform and endpoint but generally includes metadata such as hashtag name, ID, usage statistics, related content counts, and possibly analytics data.
If multiple input items are processed, the output will be an array of JSON objects corresponding to each input item.
No binary data output is indicated by the source code.
Dependencies
- Requires an API key credential for authenticating with the TikHub API service.
- The node makes HTTP requests to
https://api.tikhub.io. - No other external dependencies are indicated.
- Proper configuration of the API key credential in n8n is necessary.
Troubleshooting
- Unknown operation error: If the operation parameter does not match any known endpoint, the node throws an error like
Unknown operation: <operation> for platform: <platform>. Ensure the operation name is correct and supported for the chosen platform. - Missing required parameters: For example, the hashtag ID must be provided when using the hashtag detail operation on TikTok. Missing required inputs may cause request failures.
- API request failures: Network issues, invalid API keys, or rate limits from the TikHub API can cause errors. Verify API credentials and network connectivity.
- Continue on Fail: If enabled, the node will continue processing subsequent items even if one fails, returning error messages in the output JSON.
Links and References
- TikHub API Documentation (assumed base URL from code)
- Social media platform official documentation for hashtags:
- TikTok Hashtag Info
- Instagram Hashtag Info
- YouTube Hashtag Info
- X/Twitter Hashtag Info