返回 Skill 列表
extension
分类: 数据与分析需要 API Key

kalodata_tiktok电商数据查询

支持查询 TikTok Shop 全球 15 大站点的商品、店铺、达人、视频、直播、品类销量排行与营收趋势,支持选品调研、达人挖掘、竞品诊断、爆款视频分析等深度场景。 一. 核心能力, 1. 六大深度分析 : a. 商品诊断 "分析这个商品为什么卖不动" 同品类同价位对标,相对位置评估,增长归因 b. 达人诊断 "分析 @xxx 的带货能力" GPM、视频 / 直播营收占比、同层级对标 c. 品类选品调研 "美国区美妆类目有什么机会" 品类健康度、价格带分布、Top 商品 / 店铺聚合 d. 达人推荐 "找粉丝 10-50 万的美妆达人" 按品类 / 粉丝 / 营收 / 互动率筛选,输出候选清单 e. 爆款视频方法论 "怎么拍出带货爆款视频" 爆款视频共性拆解 + 3 套高转化脚本模板 f. 分镜脚本撰写 "写一个 15 秒带货脚本" 可直接拍摄的场景化分镜脚本(纯写作,不耗 API 额度) 2. 个数据查询命令 a. 商品:product rank(销量 / 营收排行)、product detail(价格区间、店铺 ID、营收趋势) b. 店铺:shop rank(品牌 / 零售店铺排行)、shop detail(营收构成、Top 商品) c. 达人:creator rank(达人排行)、creator detail(联系方式、GPM、趋势)、creator images(批量头像) d. 视频:video rank(带货视频排行,支持 AI 标签筛选)、video detail(完整指标 + 趋势) e. 直播:live rank(直播排行)、live detail(观看人数、GPM、带货商品) f. 品类:category rank(品类排行)、category detail(营收构成 + 趋势)、category search(关键词查品类 ID) 二. 覆盖市场 1. 支持 15 个 TikTok Shop 站点:US(美国)、GB(英国)、ID(印尼)、TH(泰国)、VN(越南)、PH(菲律宾)、MY(马来西亚)、SG(新加坡)、JP(日本)、MX(墨西哥)、DE(德国)、IT(意大利)、FR(法国)、ES(西班牙)、BR(巴西) 数据维度 2. 时间范围:近 7 天、近 30 天、指定月份、自定义日期区间 3. 排序维度:营收、销量、增长率、互动率、GPM 等 4. 筛选条件:价格区间、粉丝区间、品类、关键词、店铺类型、达人类型等 三. 适用人群 1. TikTok Shop 卖家(选品、竞品分析、达人合作) 2. 跨境电商运营(市场调研、趋势洞察) 3. MCN 机构(达人筛选、带货能力评估) 4. 品牌方(品类机会分析、达人营销) 5. 数据分析师(电商数据采集与建模) 四. 典型工作流示例 1. 选品调研:品类搜索 → 品类健康度检查 → 商品排行 → 批量详情 → 店铺聚合分析 2. 达人挖掘:品类搜索 → 按粉丝/品类筛选达人 → 达人详情(含邮箱)→ 输出合作清单 3. 爆款拆解:品类视频排行 → 爆款视频详情 → 共性提取 → 脚本模板生成 五. 调用模式:随用随扣,按量计费

person作者: user_69885abbhubcommunity

KaloData TikTok Shop analytics (kalo)

TikTok Shop e-commerce analytics from KaloData — rankings and details for products, shops, creators, videos, livestreams and categories.

Run

The CLI ships inside this skill (scripts/kalo.py, Python 3.11+ stdlib only — nothing to install):

python3 <this-skill-dir>/scripts/kalo.py product rank --region US

All examples below write kalo as shorthand for python3 <this-skill-dir>/scripts/kalo.py.

Output is TOON (token-oriented) on stdout; add --json to any command for raw JSON. Errors are structured on stdout with actionable help: lines. Exit codes: 0 ok, 1 error, 2 usage.

Setup — check this before the first query

Every command needs a KaloData API key (sent as the secret-key header). Before the first query of a session run kalo config and look at api_key. If it says missing, stop — don't guess a key and don't retry the query. Walk the user through these three steps and wait:

  1. Get a key — sign in at https://www.kalodata.com/open-center/account and click generate key. No account yet? Register at https://www.kalodata.com/open-center/home first. If they already call the KaloData API on credit-based billing, that same key works here — no new key needed.
  2. Save itkalo config set --key <API_KEY> (stored in ~/.config/kalodata/config.toml, mode 0600), or set KALODATA_API_KEY in the environment.
  3. Credits — every query spends KaloData credits: 0.2–0.4 for a basic lookup, 1–2 for an analysis/diagnosis playbook. kalo credit shows the remaining quota; top up at https://www.kalodata.com/pricing.

Once the key is set, mention the credit cost when a request would fan out into many calls (a playbook, or dozens of detail lookups), so the spend isn't a surprise.

Commands

| command | what | |---|---| | kalo product rank | top products; --category --keyword --price --launch --shop --creator | | kalo product detail <id...> | price range, shop id, revenue trend | | kalo shop rank | top shops; --type BRAND|RETAILER --keyword | | kalo shop detail <id...> | revenue split, top product ids | | kalo creator rank | top creators; --followers --engagement --product | | kalo creator detail <id\|@handle...> | contact email/handle, GPM, trend; handle match is fuzzy — verify the returned creator_handle | | kalo creator images <id...> | avatar URLs for a batch of creator ids | | kalo video rank | top shoppable videos; --product --creator --keyword --ai | | kalo video detail <id...> | full video metrics + trend | | kalo live rank | top livestreams; --keyword | | kalo live detail <id...> | viewers, GPM, top product ids | | kalo category rank | top categories; --level 1|2|3 | | kalo category detail <id...> | category revenue split + trend | | kalo category search <kw> | resolve category ids by keyword | | kalo credit | remaining API credit quota per endpoint group | | kalo config | show/set credentials and defaults |

Conventions

  • All list commands take --region --range --page (1-5) --limit (5-100) --sort --asc --fields --json
  • Regions: US GB ID TH VN PH MY SG JP MX DE IT FR ES BR; ranges like last7Day, last30Day, yyyy-MM, or yyyy-MM-dd~yyyy-MM-dd
  • Numeric ranges are "min-max" with both ends numeric, e.g. --revenue 1000-50000
  • Add --images on product/shop/creator rank or product detail to include image URLs
  • Run kalo <command> --help for per-command flags and examples

Typical flows

  • Trending research: kalo product rank --region US --range last7Daykalo product detail <id>kalo video rank --product <id>
  • Creator scouting: kalo creator rank --category <id> --followers 10000-1000000kalo creator detail <id> (has contact email)
  • Category drilldown: kalo category search "beauty"kalo category detail <id>kalo shop rank --category <id>

Playbooks

For complex analysis — product/creator diagnosis, category sourcing research, creator recommendation, viral-video methodology, shot-by-shot script writing — read references/playbooks.md first and follow its mandatory steps (always benchmark against same-category / same-price-band / same-follower-tier peers before drawing conclusions).