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

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


This summary focuses on the "Default" resource and the "Get share QR code" operation for TikTok as requested.

Discussion