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. The node allows users to select a platform and an operation to retrieve specific data such as videos, user profiles, analytics, posts, stories, reels, channels, tweets, timelines, and shop information.

A common use case is aggregating social media data from multiple platforms into workflows for marketing analysis, content monitoring, or e-commerce insights. For example, a marketer could use this node to fetch TikTok shop home page list data by providing the seller/shop ID, enabling automated tracking of product listings and sales performance.

Properties

Name Meaning
Platform Select the social media platform to work with. Options: TikTok, Instagram, YouTube, X/Twitter
商家id,店铺id/Seller id, shop id Seller or shop identifier required for TikTok platform when performing the "Get shop home page list data" operation

Output

The node outputs JSON data representing the response from the selected social media platform's API endpoint. The structure of the JSON depends on the chosen operation and platform but generally includes arrays or objects containing the requested data (e.g., video lists, user info, shop items).

If the node encounters errors during execution, it outputs JSON objects with an error field describing the issue.

The node does not output binary data.

Dependencies

  • Requires an API key credential for authenticating requests to the TikHub API service.
  • The node makes HTTP requests to https://api.tikhub.io.
  • No additional external dependencies are needed beyond the configured API key credential.

Troubleshooting

  • Unknown operation error: If you select an operation that is not supported for the chosen platform, the node will throw an error indicating the unknown operation. Ensure the operation matches the platform.
  • Missing required parameters: For some operations like "Get shop home page list data" on TikTok, required parameters such as the seller/shop ID must be provided; otherwise, the request will fail.
  • API authentication errors: If the API key credential is missing or invalid, requests will fail. Verify that the API key is correctly configured in n8n credentials.
  • Rate limiting or network issues: Since the node relies on external API calls, network problems or rate limits imposed by the TikHub API may cause failures. Implement retry logic or handle errors gracefully using the node's "Continue On Fail" option.

Links and References

  • TikHub API Documentation (official API base URL)
  • Social media platform developer documentation for TikTok, Instagram, YouTube, and X/Twitter for understanding underlying data structures and endpoints

Discussion