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, enabling users to retrieve diverse data such as videos, user profiles, analytics, posts, stories, reels, channels, tweets, timelines, and shop-related information.

The specific operation "Get shop product category data" under the Default resource for the TikTok platform allows users to fetch product category details related to a seller's shop on TikTok. This is particularly useful for e-commerce analytics, inventory categorization, or integrating TikTok shop data into other systems.

Practical examples:

  • An e-commerce manager wants to automatically pull product categories from their TikTok shop to update their internal catalog.
  • A marketing analyst integrates TikTok shop product categories with sales data to analyze performance by category.
  • A developer builds a dashboard that aggregates product category data from multiple social media shops for competitive analysis.

Properties

Name Meaning
Platform Selects the social media platform to work with. Options: TikTok, Instagram, YouTube, X/Twitter.
商家id,店铺id/Seller id, shop id The unique identifier of the seller or shop on TikTok. Required when Platform is TikTok and Operation is productcategory.

Output

The node outputs an array of JSON objects representing the data returned by the selected endpoint. For the "Get shop product category data" operation, the output JSON contains the product category information associated with the specified TikTok shop ID.

Each item in the output corresponds to one input item processed, enriched with the fetched data. The structure depends on the API response but generally includes fields describing product categories, such as category IDs, names, and possibly hierarchical relationships.

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 environment variables are explicitly required beyond the API authentication setup.

Troubleshooting

  • Common issues:

    • Providing an invalid or missing seller/shop ID will likely result in errors or empty responses.
    • Selecting an unsupported operation or platform combination triggers an error indicating an unknown operation.
    • Network connectivity problems or invalid API credentials can cause request failures.
  • Error messages:

    • "Unknown operation: [operation] for platform: [platform]": Indicates the requested operation is not supported for the chosen platform. Verify the operation and platform selections.
    • API request errors typically return messages from the TikHub API; ensure the API key is valid and has necessary permissions.
    • If the node is set to continue on failure, errors for individual items are returned in the output JSON under an error field.

Links and References

Discussion