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 64 TikTok endpoints, 56 Instagram endpoints, 16 YouTube endpoints, and 13 X/Twitter endpoints, allowing users to retrieve detailed information such as videos, users, analytics, posts, stories, reels, channels, tweets, timelines, and more.

A common use case is when you want to gather detailed metadata or analytics about specific content or users on these platforms without needing to interact with each platform's API separately. For example, you can fetch detailed music information from TikTok by specifying the music ID, or retrieve user profile details from Instagram.

Specifically for the operation "Get details of specified music" under the "Default" resource, this node fetches detailed information about a particular music item identified by its music ID on TikTok.

Properties

Name Meaning
Platform Select the social media platform to work with. Options:
- TikTok (64 endpoints): Access TikTok video, user, analytics, and shop data
- Instagram (56 endpoints): Access Instagram post, user, story, and reel data
- YouTube (16 endpoints): Access YouTube video, channel, and search data
- X/Twitter (13 endpoints): Access X (Twitter) tweet, user, and timeline data
音乐id/Music id The unique identifier of the music item on TikTok for which details are requested. Required when Platform is TikTok and Operation is "Get details of specified music".

Output

The node outputs an array of JSON objects representing the data returned from the selected social media platform's API endpoint. For the "Get details of specified music" operation on TikTok, the output JSON contains detailed metadata about the specified music item, such as title, author, duration, usage statistics, and other relevant attributes provided by the TikTok API.

If the node encounters errors during execution and "Continue On Fail" is enabled, it outputs JSON objects containing error messages corresponding to each failed item.

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 environment variables or external dependencies are required beyond the configured API authentication.

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 name matches one of the supported endpoints for the selected platform.
  • Missing required parameters: For operations like "Get details of specified music", missing required fields such as the music ID will cause the request to fail. Make sure all required input properties are provided.
  • API request failures: Network issues, invalid API keys, or rate limiting by the TikHub API may cause request failures. Check your API credentials and network connectivity.
  • Error handling: Enable "Continue On Fail" if you want the node to continue processing subsequent items even if some fail, capturing error messages in the output.

Links and References

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

Discussion