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, including 64 for TikTok, 56 for Instagram, 16 for YouTube, and 13 for X/Twitter.

The specific operation "Get following list of specified user" under the TikTok platform allows users to retrieve the list of accounts that a particular TikTok user is following. This can be useful for social media analysts, marketers, or developers who want to analyze user connections, track influencer networks, or build applications that integrate TikTok social graph data.

Practical examples:

  • A marketing analyst wants to gather the following lists of several TikTok influencers to understand their network reach.
  • A developer builds an app that recommends new accounts based on the followings of a given user.
  • A social media monitoring tool tracks changes in a user's following list over time.

Properties

Name Meaning
Platform Select the social media platform to work with. Options: TikTok, Instagram, YouTube, X/Twitter.
用户sec_user_id/User sec_user_id (sec_user_id) The unique secure user ID of the TikTok user whose following list is to be retrieved. Required.
数量/Number (count) Number of following users to retrieve. Optional. Range: 1 to 1000. Default: 20.
最小时间,用于翻页/Minimum time for paging (min_time) Minimum timestamp used for pagination when retrieving the following list. Optional.
翻页token/Page token (page_token) Token used for pagination to fetch the next page of results. Optional.

Output

The node outputs JSON data representing the list of users that the specified TikTok user is following. Each item in the output array corresponds to one followed user and contains relevant user information as returned by the TikHub API.

The output structure is dynamic depending on the API response but generally includes user identifiers, usernames, profile details, and possibly metadata related to the follow relationship.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for the TikHub service to authenticate requests.
  • The node makes HTTP requests to the TikHub API endpoint at https://api.tikhub.io.
  • No additional environment variables are explicitly required beyond the API credential.

Troubleshooting

  • Common issues:

    • Invalid or missing API key credential will cause authentication failures.
    • Providing an incorrect or non-existent sec_user_id may result in empty or error responses.
    • Pagination parameters (min_time, page_token) must be correctly managed to retrieve subsequent pages; otherwise, only the first page of results is returned.
    • Exceeding the maximum allowed count value (1000) will likely cause errors.
  • Error messages:

    • "Unknown operation" error indicates that the selected operation is not supported for the chosen platform.
    • Network or API errors from TikHub will be propagated; ensure network connectivity and valid credentials.
    • If the node is set to continue on fail, errors for individual items will be included in the output JSON under an error field.

Links and References

Discussion