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
The node "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, user profiles, analytics, posts, stories, reels, channels, tweets, timelines, and more.
A specific operation within this node is Get share QR code under the Default resource, which allows users to generate or retrieve a QR code related to a given object ID on TikTok. This can be useful for sharing content or profiles via QR codes easily.
Practical examples:
- Marketing teams can fetch TikTok video analytics and generate QR codes for campaigns.
- Social media managers can pull Instagram post data and analyze engagement.
- Content creators can retrieve YouTube channel statistics.
- Analysts can monitor X/Twitter timelines and tweets.
Properties
| Name | Meaning |
|---|---|
| Platform | Select the social media platform to work with. Options: TikTok, Instagram, YouTube, X/Twitter |
| 对象id/Object id | The unique identifier of the object (e.g., video, user) on TikTok for which to get the QR code (required for Get share QR code operation on TikTok) |
| 模式类型/Schema type | Numeric schema type parameter (optional, default 20) used in the QR code generation on TikTok; valid values between 1 and 1000 |
Output
The node outputs JSON data representing the response from the TikHub API corresponding to the selected operation and platform. For the Get share QR code operation, the output JSON will typically include the QR code data or URL associated with the specified object ID.
If the API returns binary data (e.g., an image of the QR code), it would be included in the binary output field, allowing further processing or saving within n8n workflows.
Dependencies
- Requires an API key credential for authenticating requests to the TikHub API service at
https://api.tikhub.io. - The node depends on the TikHub API to provide social media data endpoints.
- No additional external dependencies are required beyond the configured API key credential.
Troubleshooting
- Unknown operation error: If you select an operation not supported by the chosen platform, the node throws an error like
Unknown operation: <operation> for platform: <platform>. Ensure that the operation matches the platform's available endpoints. - Missing required parameters: For example, the "对象id/Object id" is required for the QR code operation on TikTok. Omitting it will cause the API request to fail.
- API authentication errors: Make sure the API key credential is correctly set up and has sufficient permissions.
- Rate limits or API downtime: The TikHub API may enforce rate limits or experience outages. Handle these gracefully using the node's "Continue On Fail" option if needed.
- Invalid schema_type value: The schema_type must be between 1 and 1000; values outside this range might cause errors.
Links and References
- TikHub API Documentation (general reference for all endpoints)
- TikTok Developer Resources
- Instagram Graph API
- YouTube Data API
- X (Twitter) Developer Platform
This summary focuses on the "Default" resource and the "Get share QR code" operation for TikTok as requested.