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 access to a comprehensive set of social media data endpoints across four major platforms: TikTok, Instagram, YouTube, and X/Twitter. It supports 149 endpoints in total, allowing users to retrieve various types of data such as videos, user profiles, analytics, posts, stories, reels, tweets, channels, and product search results.

The specific operation "Get product search results" under the "Default" resource for the TikTok platform enables users to search for products on TikTok's shop data using keywords and various filtering options. This is useful for marketers, e-commerce analysts, or developers who want to programmatically gather product information from TikTok shops based on search criteria like price range, discounts, review ratings, and sorting preferences.

Practical examples:

  • An e-commerce business can use this node to find trending products on TikTok with high customer ratings and discounts.
  • A marketing analyst might extract product data filtered by keyword and price range to analyze competitive pricing.
  • Developers can automate product discovery workflows integrated into larger social media monitoring systems.

Properties

Name Meaning
Platform Select the social media platform to work with. Options: TikTok, Instagram, YouTube, X/Twitter.
关键词/Keyword The search keyword for product search on TikTok (required).
游标/Cursor Cursor for pagination, controls the starting point of the search results (default 20).
数量/Number Number of products to return in the search results (default 20).
商品排序条件/Product sorting conditions Numeric value representing how products should be sorted in the results.
四星以上评价/Four-star or more reviews Boolean flag to filter products with customer reviews of four stars or higher.
有优惠/Having discount Boolean flag to filter products that currently have discounts.
最低价格/Minimum price Minimum price filter for the product search (string format).
最高价格/Maximum price Maximum price filter for the product search (string format).

Output

The node outputs an array of JSON objects representing the product search results retrieved from the TikTok shop data endpoint. Each item in the output corresponds to a product matching the search criteria, including details such as product name, price, discount status, customer reviews, and other relevant metadata provided by the API.

If the node encounters errors during execution and "Continue On Fail" is enabled, it outputs error messages 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 environment variables are explicitly required beyond the API authentication setup.
  • The node depends on internal utility functions to make HTTP requests to the TikHub API.

Troubleshooting

  • Common issues:

    • Invalid or missing API credentials will cause authentication failures.
    • Providing unsupported or incorrect operation names or platform values will result in an "Unknown operation" error.
    • Exceeding allowed parameter ranges (e.g., count or cursor outside 1-1000) may cause API request errors.
    • Network connectivity issues can lead to request timeouts or failures.
  • Error messages:

    • "Unknown operation: <operation> for platform: <platform>": Indicates the specified operation is not supported for the chosen platform. Verify the operation and platform parameters.
    • API response errors typically include descriptive messages; ensure all required parameters are correctly set.
    • If the node throws errors related to parameter parsing, check that numeric fields are within valid ranges and string fields are properly formatted.
  • Resolution tips:

    • Double-check API credentials and permissions.
    • Validate input parameters before running the node.
    • Use the "Continue On Fail" option to handle partial failures gracefully.

Links and References

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

Discussion