linkfox-kalodata-tiktok-product
Kalodata - TikTok Product Search & Detail
This skill supports a two-step TikTok Shop product workflow via the Kalodata data source:
- Browse TikTok Shop product leaderboards to discover top-ranked and best-selling products.
- Fetch one product's full detail by
productId.
Use the ranking endpoint when the user wants best-seller rankings, hot products, or product discovery. Use the detail endpoint when the user already has a productId or has selected one product from a ranking result.
Core Concepts
The product ranking endpoint returns a paginated leaderboard filtered by region, dateRange, currency, language, and optional sortField. Each product row includes identity, price, sales volume, revenue (split across video, live, and showcase channels), revenue growth rate, commission rate, and launch date. Results are paginated with pageNumber (1-5) and pageSize (5-100).
The product detail endpoint fetches one TikTok Shop product by productId. It returns the product's price range, sales, revenue (with channel split), commission rate, launch date, review count, category hierarchy, owning shop, and associated video/live/creator counts. The productId usually comes from the ranking response field product_id.
Both endpoints may reflect a statistical delay (T+1). See references/api.md for full request and response details.