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, enabling users to retrieve diverse data such as videos, user profiles, analytics, posts, stories, reels, channels, tweets, timelines, and shop-related information.
The specific operation "Get creator showcase product list" under the "Default" resource for the TikTok platform allows users to fetch a list of products showcased by a creator. This is particularly useful for marketers, social media managers, or e-commerce analysts who want to monitor or analyze the product offerings linked to TikTok creators, track live room sales, or gather insights on seller shops.
Practical examples:
- A marketing analyst fetching the product list from a popular TikTok creator's live room to analyze trending products.
- An e-commerce platform integrating TikTok creator product data to display in their app.
- Social media managers tracking the inventory or promotional items featured by influencers.
Properties
| Name | Meaning |
|---|---|
| Platform | Select the social media platform to work with. Options: TikTok, Instagram, YouTube, X/Twitter. |
创作者的sec_user_id/Creator's sec_user_id (kol_id) |
The unique sec_user_id of the TikTok creator whose product list you want to retrieve. Required for TikTok product list operation. |
数量/Number (count) |
Number of products to retrieve. Optional; default is 20. Range: 1 to 1000. |
翻页参数/Page parameter (next_scroll_param) |
Pagination parameter used to fetch the next set of results. Optional. |
商家id,店铺id/Seller id, shop id (seller_id) |
The seller or shop ID associated with the products. Required for TikTok product list operation. |
滚动参数,用于加载更多商品数据/Scroll parameter, used to load more product data (scroll_params) |
Scroll parameter to load additional product data beyond the initial page. Optional. |
每页数量/Number per page (page_size) |
Number of products per page to retrieve. Optional; default is 20. Range: 1 to 1000. |
排序字段/Sorting field (sort_field) |
Field by which to sort the product list. Optional. Numeric value expected. |
排序方式/Sorting method (sort_order) |
Sorting order/method for the product list. Optional. Numeric value expected. |
直播间id/Live room id (room_id) |
The ID of the live streaming room where products are showcased. Required for TikTok product list operation. |
主播id/Anchor id (author_id) |
The ID of the anchor or host of the live stream. Required for TikTok product list operation. |
数量/Number (offset) |
Offset for pagination to skip a number of products. Optional; default is 20. Range: 1 to 1000. |
地区/Region (region) |
Region code or name to filter products by geographic area. Optional. |
用户自己的cookie/User's own cookie (cookie) |
User's own cookie string for authentication or session purposes. Optional. |
Output
The node outputs JSON data representing the response from the TikHub API endpoint corresponding to the selected operation. For the "Get creator showcase product list" operation, the output JSON contains an array of product objects with details such as product IDs, names, prices, images, availability, and other metadata related to the creator's showcased products.
If the API returns paginated data, the output may also include pagination tokens or scroll parameters to facilitate loading additional pages.
No binary data output is indicated for this operation.
Dependencies
- Requires an API key credential for the TikHub service to authenticate requests.
- The node makes HTTP requests to the TikHub API base URL:
https://api.tikhub.io. - Proper configuration of the API key credential within n8n is necessary.
- For TikTok operations, some parameters like cookies or user-specific tokens may be optionally provided to enhance or authorize data retrieval.
Troubleshooting
Common issues:
- Missing required parameters such as
kol_id,seller_id,room_id, orauthor_idwill cause errors. - Invalid or expired API credentials will result in authentication failures.
- Incorrect pagination parameters may lead to empty or repeated data sets.
- Providing invalid numeric values outside allowed ranges (e.g., count > 1000) can cause request rejections.
- Missing required parameters such as
Error messages:
"Unknown operation"error indicates that the specified operation is not supported for the chosen platform.- API errors returned from TikHub will be passed through; these might include rate limiting, invalid parameters, or server errors.
Resolutions:
- Ensure all required fields are filled correctly.
- Verify API key validity and permissions.
- Use valid pagination and sorting parameters.
- Check platform and operation compatibility.
Links and References
- TikHub API Documentation (hypothetical link)
- n8n Documentation on Creating Custom Nodes
- TikTok Creator Marketplace and Shop APIs (for context on product listings)