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 (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 key use case for this node is to generate TikTok share links, invoke the TikTok app, and jump directly to a specified video details page by providing the video ID. This makes it useful for automating workflows that involve sharing or analyzing specific TikTok videos, or integrating social media data into broader automation pipelines.

Practical examples include:

  • Fetching detailed metadata about a TikTok video by its ID.
  • Generating direct shareable links to TikTok videos.
  • Accessing user analytics or shop data on TikTok.
  • Retrieving Instagram posts or stories for marketing analysis.
  • Searching YouTube videos or channels programmatically.
  • Collecting tweets or user timeline data from X/Twitter.

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)
作品id/Video id (aweme_id) The unique identifier of a TikTok video. Required when the operation involves TikTok video details.

Note: The property "作品id/Video id" appears only when the platform is TikTok and the operation is related to video details.

Output

The node outputs an array of JSON objects representing the data retrieved from the selected social media platform endpoint. Each item in the output corresponds to one input item processed and contains the relevant data fields returned by the API.

For example, when generating a TikTok share link or fetching video details, the output JSON will include metadata about the video such as title, author, statistics, and URLs.

If the node encounters errors during execution and "Continue On Fail" is enabled, the output will include error messages paired with the corresponding input item.

The node does not explicitly handle binary data output.

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, which aggregates multiple social media platform endpoints.
  • No additional environment variables are indicated beyond the required API authentication.

Troubleshooting

  • Unknown operation error: If an invalid or unsupported operation is selected for the chosen platform, the node throws an error indicating the unknown operation. Ensure the operation name matches one of the supported endpoints.
  • Missing required parameters: Operations like fetching TikTok video details require the video ID (aweme_id). Omitting these will cause request failures.
  • API request failures: Network issues, invalid API keys, or rate limiting by TikHub API can cause errors. Verify API credentials and network connectivity.
  • Error handling: If "Continue On Fail" is enabled, errors for individual items will be included in the output JSON instead of stopping execution.

To resolve common errors:

  • Double-check platform and operation selections.
  • Provide all required input properties.
  • Confirm valid API credentials are configured.
  • Review error messages in output for specific API response details.

Links and References

Discussion