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 detailed information such as videos, users, analytics, posts, stories, reels, channels, tweets, timelines, and shop data.
The node is highly versatile and beneficial for scenarios like social media analytics, content monitoring, marketing research, influencer tracking, and e-commerce product insights. For example, a marketer could use it to fetch detailed product data from TikTok shops, analyze Instagram story engagement, or monitor trending YouTube videos.
Specifically, the "Get product detail data V4" operation under the "Default" resource allows fetching detailed product information from TikTok shops by providing a product ID and optionally specifying the country/region code.
Properties
| Name | Meaning |
|---|---|
| Platform | Select the social media platform to work with. Options: TikTok (64 endpoints), Instagram (56 endpoints), YouTube (16 endpoints), X/Twitter (13 endpoints). Default is TikTok. |
| 商品id / Product ID | The unique identifier of the product on TikTok. Required when Platform is TikTok and Operation is "Get product detail data V4". |
| 商品的国家/地区代码/ Country/region code of the product | Optional country or region code for the product, used to specify localization or market context when fetching product details from TikTok. |
Output
The node outputs an array of JSON objects representing the data retrieved from the selected social media platform endpoint. For the "Get product detail data V4" operation, the output JSON contains detailed product information such as product attributes, pricing, availability, and other metadata returned by the TikTok shop API.
If multiple input items are processed, the output will be a concatenated array of results corresponding to each input item.
No binary data output is indicated in the source code.
Dependencies
- Requires an API key credential for authenticating requests to the TikHub API service.
- The node makes HTTP requests to
https://api.tikhub.io. - No additional environment variables or external dependencies are explicitly required beyond the API credential.
Troubleshooting
- Unknown operation error: If an invalid or unsupported operation name is provided, the node throws an error indicating the unknown operation for the selected platform. Ensure the operation parameter matches one of the supported operations.
- Missing required parameters: For operations like "Get product detail data V4", missing required fields such as Product ID may cause errors or empty responses. Verify all mandatory inputs are provided.
- API request failures: Network issues, invalid API keys, or rate limiting by the TikHub API can cause request failures. Check API credentials and network connectivity.
- Continue on Fail behavior: If enabled, the node will continue processing subsequent items even if some fail, returning error messages in the output JSON under an
errorfield.
Links and References
- TikHub API Documentation (official API base URL referenced)
- Social media platform official developer documentation:
Note: This summary is based solely on static analysis of the provided source code and property definitions.