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 diverse types of data such as videos, user profiles, analytics, posts, stories, reels, channels, tweets, timelines, and product reviews.

The node is particularly useful for social media analysts, marketers, content creators, and developers who want to automate the extraction of social media data from multiple platforms within a single workflow. For example, it can be used to gather product review data from TikTok shops, analyze Instagram story engagement, fetch YouTube channel statistics, or monitor Twitter timelines.

Specifically, for the "Get product review data" operation on the TikTok platform, the node fetches reviews related to a specified product ID, supporting pagination, filtering, and sorting options.

Properties

Name Meaning
Platform Select the social media platform to work with. Options: TikTok, Instagram, YouTube, X/Twitter.
商品id/Product id The unique identifier of the product for which to retrieve review data (required for TikTok).
游标/Cursor Pagination cursor to specify the starting point for fetching reviews (optional, default 20).
数量/Number Number of review items to retrieve (optional, default 20).
筛选条件/Filter condition Numeric filter condition to refine the review data (optional).
排序条件/Sorting conditions Numeric sort type to order the review results (optional).

Output

The node outputs an array of JSON objects representing the requested data from the selected social media platform and operation. For the "Get product review data" operation, the output JSON contains product review details fetched from TikTok's shop data.

Each item in the output corresponds to one review or data entry returned by the API. The exact structure depends on the endpoint but generally includes fields relevant to the review such as reviewer info, rating, comment, timestamp, etc.

If the node encounters errors during execution and "Continue On Fail" is enabled, the output will include error objects paired with the corresponding input item index.

The node does not output binary data.

Dependencies

  • Requires an API key credential for authenticating requests to the TikHub API service.
  • The base URL for API requests is https://api.tikhub.io.
  • No additional external dependencies are required beyond this API access.
  • Proper configuration of the API key credential in n8n is necessary.

Troubleshooting

  • Unknown operation error: If the node throws an error like Unknown operation: productreview for platform: tiktok, verify that the operation name matches exactly and is supported by the selected platform.
  • Missing required parameters: Ensure that mandatory fields such as "商品id/Product id" are provided when required.
  • API request failures: Network issues, invalid API keys, or rate limits may cause request errors. Check your API key validity and network connectivity.
  • Empty or unexpected output: Confirm that the product ID exists and has associated review data on TikTok.
  • Enable "Continue On Fail" to allow the workflow to proceed even if some items fail, capturing error details in the output.

Links and References

  • TikHub API Documentation (official API docs for all supported endpoints)
  • n8n Documentation on Creating Custom Nodes
  • Social Media Analytics Use Cases: Various online resources on leveraging social media data for marketing and analysis

Discussion