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 total endpoints distributed as follows: TikTok (64), Instagram (56), YouTube (16), and X/Twitter (13). The node allows users to select a platform and an operation to retrieve specific data such as videos, user profiles, analytics, posts, stories, reels, tweets, channels, and more.
A typical use case is automating the retrieval of social media content or analytics for marketing, research, or monitoring purposes. For example, a marketer could use this node to fetch TikTok video details by share link, gather Instagram story insights, or extract YouTube channel statistics, all within a single workflow.
Specifically, for the "Get Product ID by Share Link" operation under the "Default" resource (which corresponds to the "sharelink" operation on TikTok platform), the node extracts product identifiers from a given TikTok share link, enabling workflows that integrate TikTok shop data with other systems.
Properties
| Name | Meaning |
|---|---|
| Platform | Select the social media platform to work with. Options: TikTok, Instagram, YouTube, X/Twitter |
| 分享链接/Share link | The share link URL string from which to extract the product ID (required for TikTok sharelink operation) |
Note: The "分享链接/Share link" property appears twice in the input JSON but represents the same input field shown conditionally when Platform is TikTok and Operation is "sharelink".
Output
The node outputs an array of JSON objects representing the data returned by the selected API endpoint. For the "Get Product ID by Share Link" operation, the output JSON contains the extracted product ID(s) or related product information parsed from the provided TikTok share link.
If the API response includes multiple items, each item is returned as a separate JSON object in the output array. The node also attaches metadata linking each output item to its corresponding input item index.
Binary data output is not indicated in the source code and thus is not supported by this node.
Dependencies
- Requires an API key credential for authenticating requests to the TikHub API service at
https://api.tikhub.io. - The node uses internal helper functions to make HTTP requests to TikHub endpoints.
- No additional external dependencies are required beyond the configured API key credential.
Troubleshooting
- Unknown operation error: If you select an operation that does not exist for the chosen platform, the node throws an error like
Unknown operation: <operation> for platform: <platform>. Ensure the operation name matches one of the supported operations for the selected platform. - Missing or invalid share link: For the "Get Product ID by Share Link" operation, providing an empty or malformed share link will likely cause the API request to fail or return no data. Verify the share link format before running the node.
- API authentication errors: If the API key credential is missing, invalid, or expired, requests to TikHub will fail. Confirm that the API key is correctly configured in n8n credentials.
- Continue on Fail behavior: If enabled, the node will continue processing subsequent items even if some fail, returning error messages in the output JSON for failed items.
Links and References
- TikHub API Documentation (general reference for available endpoints)
- n8n Documentation on Creating Custom Nodes
- Social media platform official developer docs for TikTok, Instagram, YouTube, and X/Twitter APIs (for understanding underlying data structures)
This summary is based solely on static analysis of the provided source code and input properties definition.