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 different API endpoints in total, allowing users to retrieve detailed information such as videos, user profiles, analytics, posts, stories, reels, channels, tweets, timelines, and shop data.

The specific operation "Get Shop ID by Share Link" under the "Default" resource is designed to extract the shop identifier from a given share link on TikTok. This can be useful for marketers, e-commerce managers, or social media analysts who want to programmatically obtain shop IDs linked to shared content for further analysis or integration.

Practical examples:

  • Extracting a TikTok shop ID from a product share link to automate inventory or sales tracking.
  • Integrating TikTok shop data into a CRM or marketing dashboard.
  • Quickly retrieving shop identifiers for influencer marketing campaigns.

Properties

Name Meaning
Platform Select the social media platform to work with. Options: TikTok, Instagram, YouTube, X/Twitter.
分享链接/Share link The share link URL from which to extract the shop ID. Required when Platform is TikTok and Operation is "sharelink".

Output

The node outputs an array of JSON objects representing the data returned by the TikHub API for the requested operation. For the "Get Shop ID by Share Link" operation, the output JSON will contain the extracted shop ID and possibly related metadata.

The output structure is dynamically constructed based on the API response but generally includes fields relevant to the shop identified by the share link.

No binary data output is indicated for this operation.

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 required beyond the configured API authentication.

Troubleshooting

  • Common issues:

    • Invalid or missing share link parameter: Ensure the share link is correctly provided and matches expected TikTok URL formats.
    • Unknown operation error: Occurs if the operation name does not match any supported endpoint; verify the operation parameter.
    • API authentication errors: Confirm that the API key credential is valid and has necessary permissions.
    • Network or timeout errors: Check internet connectivity and TikHub API service status.
  • Error messages:

    • "Unknown operation: <operation> for platform: <platform>": Means the specified operation is not recognized for the selected platform. Double-check the operation name.
    • API request failures typically return error messages from the TikHub API; review these messages for details on invalid parameters or quota limits.

Links and References

Discussion