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 (formerly 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 shop product recommend data" under the "Default" resource focuses on retrieving recommended product data from a seller's shop on TikTok. This is useful for e-commerce analytics, marketing insights, or integrating TikTok shop product recommendations into workflows.

Practical examples include:

  • Automatically fetching recommended products from a TikTok shop to display on an external website.
  • Analyzing trending products recommended by TikTok shops for market research.
  • Integrating TikTok shop product recommendations into CRM or inventory management systems.

Properties

Name Meaning
Platform Select 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 for the product recommendation operation.
滚动参数,用于加载更多商品数据 / Scroll parameter, used to load more product data Optional parameter used for pagination to load additional product recommendation data.
每页数量 / Number per page Number of items to retrieve per page. Defaults to 20, with a minimum of 1 and maximum of 1000.

Output

The node outputs JSON data representing the recommended products retrieved from the TikTok shop. Each item in the output array corresponds to a product recommendation entry returned by the TikHub API.

The structure of each JSON object depends on the TikHub API response but generally includes product details such as product IDs, names, prices, images, and other metadata relevant to the recommended products.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authenticating requests to the TikHub API service at https://api.tikhub.io.
  • The node internally uses helper functions to make HTTP requests to TikHub endpoints.
  • No additional environment variables are explicitly required beyond the API authentication credential.

Troubleshooting

  • Unknown operation error: If the specified operation is not recognized for the selected platform, the node throws an error indicating the unknown operation. Ensure that the operation name matches exactly and is supported for the chosen platform.
  • Missing required parameters: For example, the seller/shop ID is mandatory for this operation. Omitting it will likely cause API errors or empty results.
  • API request failures: Network issues, invalid credentials, or rate limiting by the TikHub API can cause request failures. Check API key validity and network connectivity.
  • Pagination issues: Incorrect use of the scroll parameter may result in repeated or missing data when loading more product recommendations.
  • To handle errors gracefully, enable the node’s "Continue On Fail" option to process subsequent items even if some fail.

Links and References

  • TikHub API Documentation (official API base URL referenced)
  • Social media platform developer portals for TikTok, Instagram, YouTube, and X/Twitter for understanding underlying data sources.

This summary is based solely on static analysis of the provided source code and property definitions.

Discussion