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 64 TikTok endpoints, 56 Instagram endpoints, 16 YouTube endpoints, and 13 X/Twitter endpoints, allowing users to retrieve various types of data such as videos, user profiles, analytics, posts, stories, reels, channels, tweets, timelines, and shop information.
The node is particularly useful for social media analysts, marketers, content creators, and developers who want to automate the extraction of comprehensive social media data from multiple platforms within a single workflow. For example, one could use it to fetch TikTok shop home page data, gather Instagram reel insights, or retrieve YouTube channel statistics without switching between different APIs or tools.
Specifically, for the "Get shop home page data" operation under the "Default" resource (which corresponds to TikTok platform), the node fetches detailed information about a seller's shop home page on TikTok, which can be used for market research, competitor analysis, or e-commerce integration.
Properties
| Name | Meaning |
|---|---|
| Platform | Select the social media platform to work with. Options: TikTok, Instagram, YouTube, X/Twitter. |
爬取的商家主页Page id/Page id of the crawled shop home page (page_id) |
The unique identifier of the TikTok shop home page to crawl. Required for TikTok shophome operation. |
商家id,店铺id/Seller id, shop id (seller_id) |
The seller or shop ID associated with the TikTok shop home page. Required for TikTok shophome operation. |
Output
The node outputs an array of JSON objects representing the data retrieved from the selected social media platform endpoint. For the "Get shop home page data" operation on TikTok, the output JSON contains detailed information about the shop home page, including metadata about the seller, products, and other relevant shop details as returned by the TikHub API.
If the node encounters errors during execution and "Continue On Fail" is enabled, the output will include JSON objects containing error messages corresponding to each failed item.
The node does not output binary data.
Dependencies
- Requires an API key credential for authenticating requests to the TikHub API service.
- The base URL for API requests is
https://api.tikhub.io. - No additional external dependencies are required beyond this API access.
- 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 incorrect or empty
page_idorseller_idparameters for the TikTok shop home page operation will result in errors or empty responses. - Selecting an unsupported operation or platform combination will throw an "Unknown operation" error.
Error Messages:
"Unknown operation: <operation> for platform: <platform>": This indicates that the requested operation is not defined for the chosen platform. Verify that the operation name matches one of the supported endpoints.- API request errors (e.g., network issues, rate limits) will propagate as error messages in the output if "Continue On Fail" is enabled; otherwise, they will stop execution.
Resolution Tips:
- Double-check all input parameters for correctness and completeness.
- Ensure the API key credential is valid and has sufficient permissions.
- Use the "Continue On Fail" option to handle partial failures gracefully in batch executions.
Links and References
- TikHub API Documentation (general reference for available endpoints)
- n8n Documentation on Creating Custom Nodes
- Social Media Platform Official APIs for further context:
- TikTok for Developers: https://developers.tiktok.com/
- Instagram Graph API: https://developers.facebook.com/docs/instagram-api/
- YouTube Data API: https://developers.google.com/youtube/v3
- X (Twitter) API: https://developer.twitter.com/en/docs