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.

For the specified Resource "Default" and Operation "Generate TikTok share link, call TikTok APP, and jump to the specified user profile," the node enables users to generate direct share links or deep links that open the TikTok app and navigate to a particular user profile. This is useful for automating workflows that involve sharing TikTok profiles, integrating TikTok user data into other systems, or creating shortcuts to user profiles within apps or websites.

Practical examples include:

  • Automatically generating a TikTok profile link based on user identifiers to embed in marketing emails.
  • Creating a workflow that fetches TikTok user data and then generates a shareable link to their profile.
  • Building integrations that allow quick navigation to TikTok profiles from dashboards or CRM systems.

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).
用户uid (可选,纯数字)/User uid (optional, pure number) Optional numeric user ID for TikTok user profile operations.
用户sec_user_id/User sec_user_id Secondary user ID string for TikTok user profile operations.
用户unique_id (用户名)/User unique_id (username) Username string for TikTok user profile operations.
用户id/User id Required user ID string for TikTok user profile operations.
用户名/Screen Name Screen name for X/Twitter user profile operations.
用户ID(如果使用用户ID则会忽略用户名)/User ID (If the user ID is used, the user name will be ignored) Numeric user ID for X/Twitter user profile operations; if provided, it takes precedence over screen name.

Note: The properties related to TikTok user profile operation are shown only when the platform is set to TikTok and the operation is "userprofile." Similarly, X/Twitter-specific properties appear only when platform is X and operation is "userprofile."

Output

The node outputs an array of JSON objects representing the response data from the TikHub API for the requested operation. For the TikTok user profile operation, the output JSON typically contains detailed information about the user profile or the generated share link.

The structure of each output item corresponds directly to the API response fields, which may include user identifiers, profile URLs, metadata, and other relevant details.

If the operation involves binary data (not indicated here), the node would provide binary output accordingly, but this specific operation focuses on JSON data.

Dependencies

  • Requires an API key credential for the TikHub service to authenticate requests.
  • The node makes HTTP requests to the TikHub API endpoint at https://api.tikhub.io.
  • No additional external dependencies beyond the TikHub API and n8n's standard HTTP request capabilities.

Troubleshooting

  • Unknown operation error: If you select an operation not supported by the chosen platform, the node throws an error indicating the unknown operation. Ensure the operation matches the selected platform.
  • Missing required parameters: For TikTok user profile operations, the 用户id/User id property is required. Omitting it will cause errors.
  • API authentication failures: Ensure the TikHub API key credential is correctly configured and valid.
  • Empty or invalid input values: Input parameters like user IDs or usernames must be correctly formatted and non-empty where required.
  • Rate limiting or API errors: The TikHub API may impose rate limits or return errors; handle these gracefully using the node's "Continue On Fail" option if needed.

Links and References

Discussion