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/Twitter. It supports 149 endpoints in total, allowing users to retrieve detailed information such as videos, users, analytics, posts, stories, reels, channels, tweets, timelines, and more.

The specific operation "Get details of specified hashtag" under the "Default" resource enables fetching detailed information about a particular hashtag on the selected platform. This is useful for social media marketers, analysts, or developers who want to monitor hashtag performance, trends, or metadata programmatically.

Practical examples:

  • A marketing team wants to analyze the popularity and reach of a hashtag on TikTok to plan their campaign.
  • A social media analyst retrieves hashtag details from Instagram to track engagement metrics.
  • A developer builds an app that shows trending hashtags on YouTube or X/Twitter with detailed metadata.

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).
话题id/Hashtag id The ID of the hashtag/topic to get details for. Required when Platform is TikTok and Operation is "Get details of specified hashtag".

Output

The node outputs JSON data representing the detailed information of the requested hashtag. The structure depends on the platform and endpoint but generally includes metadata such as hashtag name, ID, usage statistics, related content counts, and possibly analytics data.

If multiple input items are processed, the output will be an array of JSON objects corresponding to each input item.

No binary data output is indicated by the source code.

Dependencies

  • Requires an API key credential for authenticating with the TikHub API service.
  • The node makes HTTP requests to https://api.tikhub.io.
  • No other external dependencies are indicated.
  • Proper configuration of the API key credential in n8n is necessary.

Troubleshooting

  • Unknown operation error: If the operation parameter does not match any known endpoint, the node throws an error like Unknown operation: <operation> for platform: <platform>. Ensure the operation name is correct and supported for the chosen platform.
  • Missing required parameters: For example, the hashtag ID must be provided when using the hashtag detail operation on TikTok. Missing required inputs may cause request failures.
  • API request failures: Network issues, invalid API keys, or rate limits from the TikHub API can cause errors. Verify API credentials and network connectivity.
  • Continue on Fail: If enabled, the node will continue processing subsequent items even if one fails, returning error messages in the output JSON.

Links and References

  • TikHub API Documentation (assumed base URL from code)
  • Social media platform official documentation for hashtags:
    • TikTok Hashtag Info
    • Instagram Hashtag Info
    • YouTube Hashtag Info
    • X/Twitter Hashtag Info

Discussion