linkfox-kalodata-tiktok-shop
Kalodata - TikTok Shop Search & Detail
This skill supports a two-step TikTok shop workflow via the Kalodata data source:
- Browse TikTok Shop store (店铺) leaderboards to discover high-performing stores.
- Fetch one store's full detail by
shopId.
Use the search (ranking) endpoint when the user wants rankings, store discovery, or store comparison. Use the detail endpoint when the user already has a shopId or has selected one store from a ranking result.
Core Concepts
The shop ranking endpoint returns a paginated leaderboard filtered by region, dateRange, language, and currency. The default ranking order is by revenue (GMV) descending, and each row carries an explicit rank position. Each shop row includes identity, scale, revenue channel split, and growth.
The shop detail endpoint fetches one store by shopId. It returns the store's identity, scale, revenue channel split, and creator/video/live counts. The shopId usually comes from the ranking response field shop_id.
⚠️ Field names differ between the shop RANK and shop DETAIL endpoints. Detail uses
self_account_revenue(rank usesself_promotion_revenue),shoppingmall_revenuewith no internal underscore (rank usesshopping_mall_revenue), andseller_type(rank usesshop_type). Detail returnscreator_number/video_number/live_number/product_number(rank does not), and does not returnrank/revenue_growth_rate/on_sell_product_count. Always use the exact endpoint field names.
Both endpoints may reflect a statistical delay (T+1). See references/api.md for full request and response details.