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 different API endpoints in total, allowing users to retrieve diverse types of data such as videos, user profiles, analytics, posts, stories, reels, channels, tweets, timelines, and product reviews.
The node is particularly useful for social media analysts, marketers, content creators, and developers who want to automate the extraction of social media data from multiple platforms within a single workflow. For example, it can be used to gather product review data from TikTok shops, analyze Instagram story engagement, fetch YouTube channel statistics, or monitor Twitter timelines.
Specifically, for the "Get product review data" operation on the TikTok platform, the node fetches reviews related to a specified product ID, supporting pagination, filtering, and sorting options.
Properties
| Name | Meaning |
|---|---|
| Platform | Select the social media platform to work with. Options: TikTok, Instagram, YouTube, X/Twitter. |
| 商品id/Product id | The unique identifier of the product for which to retrieve review data (required for TikTok). |
| 游标/Cursor | Pagination cursor to specify the starting point for fetching reviews (optional, default 20). |
| 数量/Number | Number of review items to retrieve (optional, default 20). |
| 筛选条件/Filter condition | Numeric filter condition to refine the review data (optional). |
| 排序条件/Sorting conditions | Numeric sort type to order the review results (optional). |
Output
The node outputs an array of JSON objects representing the requested data from the selected social media platform and operation. For the "Get product review data" operation, the output JSON contains product review details fetched from TikTok's shop data.
Each item in the output corresponds to one review or data entry returned by the API. The exact structure depends on the endpoint but generally includes fields relevant to the review such as reviewer info, rating, comment, timestamp, etc.
If the node encounters errors during execution and "Continue On Fail" is enabled, the output will include error objects paired with the corresponding input item index.
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.
Troubleshooting
- Unknown operation error: If the node throws an error like
Unknown operation: productreview for platform: tiktok, verify that the operation name matches exactly and is supported by the selected platform. - Missing required parameters: Ensure that mandatory fields such as "商品id/Product id" are provided when required.
- API request failures: Network issues, invalid API keys, or rate limits may cause request errors. Check your API key validity and network connectivity.
- Empty or unexpected output: Confirm that the product ID exists and has associated review data on TikTok.
- Enable "Continue On Fail" to allow the workflow to proceed even if some items fail, capturing error details in the output.
Links and References
- TikHub API Documentation (official API docs for all supported endpoints)
- n8n Documentation on Creating Custom Nodes
- Social Media Analytics Use Cases: Various online resources on leveraging social media data for marketing and analysis