TikHub Complete (149 Endpoints) icon

TikHub Complete (149 Endpoints)

Access ALL 149 TikHub social media data endpoints for TikTok (64), Instagram (56), YouTube (16), and X/Twitter (13)

Actions64

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 node is designed to fetch various types of social media data such as videos, user profiles, analytics, posts, stories, reels, channels, tweets, timelines, and more. It is particularly useful for social media analysts, marketers, content creators, or developers who want to automate the retrieval of social media insights from multiple platforms within a single workflow.

For example, you can use this node to:

  • Retrieve a list of videos liked by a specific TikTok user.
  • Fetch Instagram story data for a given user.
  • Get YouTube channel statistics.
  • Access recent tweets or user timeline data on X/Twitter.

In your case, focusing on the "Get user like video data" operation under the "Default" resource corresponds to fetching videos liked by a TikTok user.

Properties

Name Meaning
Platform Select the social media platform to work with. Options: TikTok, Instagram, YouTube, X/Twitter.
用户sec_user_id/User sec_user_id The unique sec_user_id identifier of the TikTok user whose liked videos are to be retrieved. Required for TikTok "likevideos" operation.
最大游标/Maximum cursor Maximum cursor value for pagination; controls how far to paginate through results. Optional, default is 20. Range: 1 to 1000.
每页数量/Number per page Number of items to retrieve per page/request. Optional, default is 20. Range: 1 to 1000.

Output

The node outputs an array of JSON objects representing the data returned by the selected endpoint. For the "Get user like video data" operation on TikTok, the output JSON contains details about each video liked by the specified user. This typically includes video metadata such as video IDs, descriptions, author info, stats, and other relevant fields as provided by the TikTok API via TikHub.

If the node encounters errors during execution and "Continue On Fail" is enabled, it outputs error messages paired with the corresponding input item index.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for the TikHub service, which aggregates social media data from TikTok, Instagram, YouTube, and X/Twitter.
  • The node makes HTTP requests to the TikHub API at https://api.tikhub.io.
  • Proper configuration of the TikHub API credential in n8n is necessary for authentication.

Troubleshooting

  • Unknown operation error: If you select an unsupported operation or mismatch platform-operation combination, the node throws an error indicating the unknown operation. Ensure that the operation name matches one supported for the chosen platform.
  • Missing required parameters: For TikTok "likevideos" operation, the sec_user_id parameter is mandatory. Omitting it will likely cause API errors.
  • API rate limits or quota exceeded: Since the node relies on an external API, hitting rate limits may cause failures. Check your TikHub account limits.
  • Invalid credentials: Incorrect or expired API keys will result in authentication errors.
  • Pagination issues: Setting very high values for max_cursor or counts might lead to large responses or timeouts. Use reasonable values.

To resolve errors, verify input parameters, ensure valid credentials, and consult TikHub API documentation for endpoint-specific requirements.

Links and References


This summary is based solely on static analysis of the provided source code and property definitions.

Discussion