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," provides unified access to a wide range of social media data endpoints across four major platforms: TikTok, Instagram, YouTube, and X (formerly Twitter). It supports 149 endpoints in total, including 64 for TikTok, 56 for Instagram, 16 for YouTube, and 13 for X/Twitter.
The specific operation "Get shop product recommend data" under the "Default" resource focuses on retrieving recommended product data from a seller's shop on TikTok. This is useful for e-commerce analytics, marketing insights, or integrating TikTok shop product recommendations into workflows.
Practical examples include:
- Automatically fetching recommended products from a TikTok shop to display on an external website.
- Analyzing trending products recommended by TikTok shops for market research.
- Integrating TikTok shop product recommendations into CRM or inventory management systems.
Properties
| Name | Meaning |
|---|---|
| Platform | Select the social media platform to work with. Options: TikTok, Instagram, YouTube, X/Twitter. |
| 商家id,店铺id / Seller id, shop id | The unique identifier of the seller or shop on TikTok. Required for the product recommendation operation. |
| 滚动参数,用于加载更多商品数据 / Scroll parameter, used to load more product data | Optional parameter used for pagination to load additional product recommendation data. |
| 每页数量 / Number per page | Number of items to retrieve per page. Defaults to 20, with a minimum of 1 and maximum of 1000. |
Output
The node outputs JSON data representing the recommended products retrieved from the TikTok shop. Each item in the output array corresponds to a product recommendation entry returned by the TikHub API.
The structure of each JSON object depends on the TikHub API response but generally includes product details such as product IDs, names, prices, images, and other metadata relevant to the recommended products.
No binary data output is indicated for this operation.
Dependencies
- Requires an API key credential for authenticating requests to the TikHub API service at
https://api.tikhub.io. - The node internally uses helper functions to make HTTP requests to TikHub endpoints.
- No additional environment variables are explicitly required beyond the API authentication credential.
Troubleshooting
- Unknown operation error: If the specified operation is not recognized for the selected platform, the node throws an error indicating the unknown operation. Ensure that the operation name matches exactly and is supported for the chosen platform.
- Missing required parameters: For example, the seller/shop ID is mandatory for this operation. Omitting it will likely cause API errors or empty results.
- API request failures: Network issues, invalid credentials, or rate limiting by the TikHub API can cause request failures. Check API key validity and network connectivity.
- Pagination issues: Incorrect use of the scroll parameter may result in repeated or missing data when loading more product recommendations.
- To handle errors gracefully, enable the node’s "Continue On Fail" option to process subsequent items even if some fail.
Links and References
- TikHub API Documentation (official API base URL referenced)
- Social media platform developer portals for TikTok, Instagram, YouTube, and X/Twitter for understanding underlying data sources.
This summary is based solely on static analysis of the provided source code and property definitions.