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 149 distinct API 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 specific operation "Get live daily rank data" under the "Default" resource is designed to fetch real-time daily ranking information from TikTok's live streaming environment. This can be useful for marketers, content creators, analysts, or social media managers who want to monitor live performance metrics, track influencer rankings, or analyze competitive positioning on TikTok.
Practical examples:
- A marketing analyst fetching daily live streamer rankings to identify trending influencers.
- A content creator monitoring their own live room rank to adjust streaming strategies.
- An agency aggregating live rank data across multiple anchors to report on campaign effectiveness.
Properties
| Name | Meaning |
|---|---|
| Platform | Select the social media platform to work with. Options: TikTok, Instagram, YouTube, X/Twitter. |
| 主播id/Anchor id | Anchor ID on TikTok (optional). Used to specify a particular live streamer. |
| 直播间id/Live room id | Live room ID on TikTok (optional). Identifies a specific live streaming room. |
| 榜单类型/Rank type | Rank type identifier (number between 1 and 1000). Specifies the category or type of ranking list. |
| 地区类型/Region type | Region type identifier (number between 1 and 1000). Defines the geographic region for the ranking. |
| 时间间隔/Time interval | Time interval (number between 1 and 1000). Sets the time gap or granularity for the ranking data. |
| 用户自己的cookie/User's own cookie | User's own cookie string (optional). Allows using personal authentication cookies for requests. |
Output
The node outputs an array of JSON objects representing the live daily rank data retrieved from the TikTok platform. Each object corresponds to an item in the ranking list and contains detailed fields as returned by the TikHub API for this endpoint.
The exact structure depends on the API response but typically includes rank position, anchor/user details, live room statistics, and other relevant metadata.
If the node encounters errors during execution and "Continue On Fail" is enabled, it outputs error objects containing the error message paired with the input item index.
No binary data output is produced by this operation.
Dependencies
- Requires an API key credential for authenticating with the TikHub API service.
- The node makes HTTP requests to
https://api.tikhub.io. - No additional external dependencies are required beyond the configured API credential.
- Proper configuration of the API key credential in n8n is necessary for successful operation.
Troubleshooting
Common issues:
- Invalid or missing API key credential will cause authentication failures.
- Providing unsupported or incorrect parameter values (e.g., invalid rank_type or region_type) may result in API errors.
- Network connectivity problems can prevent successful API calls.
- Using an empty or malformed cookie string might lead to incomplete or unauthorized data retrieval.
Error messages:
"Unknown operation: dailyrank for platform: tiktok": Indicates that the specified operation is not recognized for the selected platform. Verify the operation name and platform selection.- API response errors will be surfaced with their message in the output if "Continue On Fail" is enabled.
- General request failures will throw exceptions stopping execution unless handled.
Resolutions:
- Ensure the API key credential is correctly set up and valid.
- Double-check all input parameters for correctness and completeness.
- Confirm network access to
api.tikhub.iois available. - Use the user's own cookie only if necessary and ensure it is valid.
Links and References
- TikHub API Documentation (official API base URL referenced)
- Social media platform official developer documentation for TikTok, Instagram, YouTube, and X/Twitter for understanding data context.