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 creator showcase product list" under the "Default" resource for the TikTok platform allows users to fetch a list of products showcased by a creator. This is particularly useful for marketers, social media managers, or e-commerce analysts who want to monitor or analyze the product offerings linked to TikTok creators, track live room sales, or gather insights on seller shops.

Practical examples:

  • A marketing analyst fetching the product list from a popular TikTok creator's live room to analyze trending products.
  • An e-commerce platform integrating TikTok creator product data to display in their app.
  • Social media managers tracking the inventory or promotional items featured by influencers.

Properties

Name Meaning
Platform Select the social media platform to work with. Options: TikTok, Instagram, YouTube, X/Twitter.
创作者的sec_user_id/Creator's sec_user_id (kol_id) The unique sec_user_id of the TikTok creator whose product list you want to retrieve. Required for TikTok product list operation.
数量/Number (count) Number of products to retrieve. Optional; default is 20. Range: 1 to 1000.
翻页参数/Page parameter (next_scroll_param) Pagination parameter used to fetch the next set of results. Optional.
商家id,店铺id/Seller id, shop id (seller_id) The seller or shop ID associated with the products. Required for TikTok product list operation.
滚动参数,用于加载更多商品数据/Scroll parameter, used to load more product data (scroll_params) Scroll parameter to load additional product data beyond the initial page. Optional.
每页数量/Number per page (page_size) Number of products per page to retrieve. Optional; default is 20. Range: 1 to 1000.
排序字段/Sorting field (sort_field) Field by which to sort the product list. Optional. Numeric value expected.
排序方式/Sorting method (sort_order) Sorting order/method for the product list. Optional. Numeric value expected.
直播间id/Live room id (room_id) The ID of the live streaming room where products are showcased. Required for TikTok product list operation.
主播id/Anchor id (author_id) The ID of the anchor or host of the live stream. Required for TikTok product list operation.
数量/Number (offset) Offset for pagination to skip a number of products. Optional; default is 20. Range: 1 to 1000.
地区/Region (region) Region code or name to filter products by geographic area. Optional.
用户自己的cookie/User's own cookie (cookie) User's own cookie string for authentication or session purposes. Optional.

Output

The node outputs JSON data representing the response from the TikHub API endpoint corresponding to the selected operation. For the "Get creator showcase product list" operation, the output JSON contains an array of product objects with details such as product IDs, names, prices, images, availability, and other metadata related to the creator's showcased products.

If the API returns paginated data, the output may also include pagination tokens or scroll parameters to facilitate loading additional pages.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for the TikHub service to authenticate requests.
  • The node makes HTTP requests to the TikHub API base URL: https://api.tikhub.io.
  • Proper configuration of the API key credential within n8n is necessary.
  • For TikTok operations, some parameters like cookies or user-specific tokens may be optionally provided to enhance or authorize data retrieval.

Troubleshooting

  • Common issues:

    • Missing required parameters such as kol_id, seller_id, room_id, or author_id will cause errors.
    • Invalid or expired API credentials will result in authentication failures.
    • Incorrect pagination parameters may lead to empty or repeated data sets.
    • Providing invalid numeric values outside allowed ranges (e.g., count > 1000) can cause request rejections.
  • Error messages:

    • "Unknown operation" error indicates that the specified operation is not supported for the chosen platform.
    • API errors returned from TikHub will be passed through; these might include rate limiting, invalid parameters, or server errors.
  • Resolutions:

    • Ensure all required fields are filled correctly.
    • Verify API key validity and permissions.
    • Use valid pagination and sorting parameters.
    • Check platform and operation compatibility.

Links and References

Discussion