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 detailed information such as videos, users, analytics, posts, stories, reels, channels, tweets, timelines, and shop data.

The node is highly versatile and beneficial for scenarios like social media analytics, content monitoring, marketing research, influencer tracking, and e-commerce product insights. For example, a marketer could use it to fetch detailed product data from TikTok shops, analyze Instagram story engagement, or monitor trending YouTube videos.

Specifically, the "Get product detail data V4" operation under the "Default" resource allows fetching detailed product information from TikTok shops by providing a product ID and optionally specifying the country/region code.

Properties

Name Meaning
Platform Select the social media platform to work with. Options: TikTok (64 endpoints), Instagram (56 endpoints), YouTube (16 endpoints), X/Twitter (13 endpoints). Default is TikTok.
商品id / Product ID The unique identifier of the product on TikTok. Required when Platform is TikTok and Operation is "Get product detail data V4".
商品的国家/地区代码/ Country/region code of the product Optional country or region code for the product, used to specify localization or market context when fetching product details from TikTok.

Output

The node outputs an array of JSON objects representing the data retrieved from the selected social media platform endpoint. For the "Get product detail data V4" operation, the output JSON contains detailed product information such as product attributes, pricing, availability, and other metadata returned by the TikTok shop API.

If multiple input items are processed, the output will be a concatenated array of results corresponding to each input item.

No binary data output is indicated in the source code.

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 or external dependencies are explicitly required beyond the API credential.

Troubleshooting

  • Unknown operation error: If an invalid or unsupported operation name is provided, the node throws an error indicating the unknown operation for the selected platform. Ensure the operation parameter matches one of the supported operations.
  • Missing required parameters: For operations like "Get product detail data V4", missing required fields such as Product ID may cause errors or empty responses. Verify all mandatory inputs are provided.
  • API request failures: Network issues, invalid API keys, or rate limiting by the TikHub API can cause request failures. Check API credentials and network connectivity.
  • Continue on Fail behavior: If enabled, the node will continue processing subsequent items even if some fail, returning error messages in the output JSON under an error field.

Links and References


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

Discussion