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 access to a comprehensive set 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. The node allows users to perform various operations such as retrieving video, user, analytics, shop data, posts, stories, reels, channels, tweets, timelines, and more.

A specific use case within this node is generating a TikTok share link, opening the TikTok app, and jumping directly to a specified keyword search result on TikTok. This can be useful for automating content discovery, marketing campaigns, or social media monitoring workflows where quick access to relevant TikTok search results is needed.

Practical examples:

  • Automatically generate and share TikTok video links based on trending keywords.
  • Search TikTok for specific hashtags or keywords and retrieve related videos or user data.
  • Integrate TikTok search functionality into broader social media analytics pipelines.
  • Quickly open TikTok app with a pre-filled search query from an automation workflow.

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)
关键词/Keyword The keyword to search for on TikTok. Required when performing the keyword search operation.

Note: The "keyword" property is only shown when the platform is TikTok and the operation is the keyword search.

Output

The node outputs JSON data representing the response from the selected social media platform's API endpoint. The structure of the output depends on the chosen operation and platform but generally includes arrays or objects containing social media data such as videos, users, posts, analytics, or search results.

  • The output JSON is wrapped with execution metadata linking each item to its input index.
  • If the operation involves fetching multiple items, the output will be an array of JSON objects.
  • The node does not explicitly output binary data.

Dependencies

  • Requires an API key credential for authenticating requests to the TikHub API service at https://api.tikhub.io.
  • The node uses internal helper functions to make HTTP requests to TikHub endpoints.
  • No other external dependencies are indicated.

Troubleshooting

  • Unknown operation error: If an invalid operation name is provided for the selected platform, the node throws an error indicating the unknown operation. Ensure the operation parameter matches one of the supported operations for the chosen platform.
  • Missing required parameters: Some operations require specific parameters (e.g., "keyword" for TikTok keyword search). Omitting these may cause errors or empty responses.
  • API request failures: Network issues, invalid API keys, or rate limits from the TikHub API can cause request failures. Verify API credentials and network connectivity.
  • Continue on Fail: If enabled, the node will continue processing subsequent items even if some fail, returning error messages in the output JSON.

Links and References

Discussion