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 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 data such as videos, users, analytics, posts, stories, reels, channels, tweets, timelines, and shop information depending on the selected platform and operation.

A common use case is to integrate social media data retrieval into automated workflows, enabling marketers, analysts, or developers to gather insights or content from multiple platforms without managing separate API integrations.

For example, you can use this node to:

  • Retrieve detailed shop information from TikTok shops.
  • Fetch recent Instagram posts or stories.
  • Get YouTube channel statistics.
  • Access tweets or user timelines from X/Twitter.

Properties

Name Meaning
Platform Select the social media platform to work with. Options: TikTok, Instagram, YouTube, X/Twitter
商家id,店铺id/Seller id, shop id The seller or shop ID for TikTok platform shop information retrieval (required for TikTok shop info operation)

Output

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

If the operation involves fetching shop information (e.g., TikTok shop info), the output JSON will include details about the shop such as its ID, name, status, and other metadata provided by the TikHub API.

The node does not explicitly handle binary data outputs; all responses are returned as JSON.

Dependencies

  • Requires an API key credential for authenticating requests to the TikHub API service.
  • The base URL for API requests is https://api.tikhub.io.
  • No additional external dependencies beyond the configured API credential and network access to TikHub.

Troubleshooting

  • Unknown operation error: If you select an operation that is not supported or misspell it, the node throws an error indicating the unknown operation for the chosen platform. Ensure the operation name matches one of the supported endpoints.
  • Missing required parameters: For operations like getting shop information on TikTok, the required shop_id must be provided. Omitting it will likely cause API errors.
  • API authentication failures: Make sure the API key credential is correctly configured and valid.
  • Rate limits or API errors: The TikHub API may enforce rate limits or return errors if requests are malformed. Check the error messages returned in the output JSON for clues.
  • Continue on Fail option: If enabled, the node will continue processing subsequent items even if some fail, returning error details in the output JSON.

Links and References

Discussion