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 shop product category data" under the Default resource for the TikTok platform allows users to fetch product category details related to a seller's shop on TikTok. This is particularly useful for e-commerce analytics, inventory categorization, or integrating TikTok shop data into other systems.
Practical examples:
- An e-commerce manager wants to automatically pull product categories from their TikTok shop to update their internal catalog.
- A marketing analyst integrates TikTok shop product categories with sales data to analyze performance by category.
- A developer builds a dashboard that aggregates product category data from multiple social media shops for competitive analysis.
Properties
| Name | Meaning |
|---|---|
| Platform | Selects 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 when Platform is TikTok and Operation is productcategory. |
Output
The node outputs an array of JSON objects representing the data returned by the selected endpoint. For the "Get shop product category data" operation, the output JSON contains the product category information associated with the specified TikTok shop ID.
Each item in the output corresponds to one input item processed, enriched with the fetched data. The structure depends on the API response but generally includes fields describing product categories, such as category IDs, names, and possibly hierarchical relationships.
No binary data output is indicated for this operation.
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 are explicitly required beyond the API authentication setup.
Troubleshooting
Common issues:
- Providing an invalid or missing seller/shop ID will likely result in errors or empty responses.
- Selecting an unsupported operation or platform combination triggers an error indicating an unknown operation.
- Network connectivity problems or invalid API credentials can cause request failures.
Error messages:
"Unknown operation: [operation] for platform: [platform]": Indicates the requested operation is not supported for the chosen platform. Verify the operation and platform selections.- API request errors typically return messages from the TikHub API; ensure the API key is valid and has necessary permissions.
- If the node is set to continue on failure, errors for individual items are returned in the output JSON under an
errorfield.
Links and References
- TikHub API documentation (general reference): https://api.tikhub.io/docs (assumed based on base URL)
- n8n documentation on creating custom nodes: https://docs.n8n.io/integrations/creating-nodes/
- Social media platform developer portals for TikTok, Instagram, YouTube, and X/Twitter for understanding underlying data structures.