@tikomni/skills 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.skill-package-allowlist.txt +4 -0
- package/LICENSE +21 -0
- package/README.md +167 -0
- package/README.zh-CN.md +167 -0
- package/bin/tikomni-skills.js +127 -0
- package/env.example +160 -0
- package/lib/installer.js +176 -0
- package/package.json +44 -0
- package/skills/creator-analysis/SKILL.md +71 -0
- package/skills/creator-analysis/agents/openai.yaml +4 -0
- package/skills/creator-analysis/env.example +36 -0
- package/skills/creator-analysis/references/api-capability-index.md +92 -0
- package/skills/creator-analysis/references/api-contracts/asr-api.md +130 -0
- package/skills/creator-analysis/references/api-contracts/bilibili-app-api.md +776 -0
- package/skills/creator-analysis/references/api-contracts/bilibili-web-api.md +2017 -0
- package/skills/creator-analysis/references/api-contracts/demo-api.md +717 -0
- package/skills/creator-analysis/references/api-contracts/douyin-app-v3-api.md +3594 -0
- package/skills/creator-analysis/references/api-contracts/douyin-billboard-api.md +2274 -0
- package/skills/creator-analysis/references/api-contracts/douyin-creator-api.md +1575 -0
- package/skills/creator-analysis/references/api-contracts/douyin-creator-v2-api.md +3254 -0
- package/skills/creator-analysis/references/api-contracts/douyin-search-api.md +4118 -0
- package/skills/creator-analysis/references/api-contracts/douyin-web-api.md +5544 -0
- package/skills/creator-analysis/references/api-contracts/douyin-xingtu-api.md +1916 -0
- package/skills/creator-analysis/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
- package/skills/creator-analysis/references/api-contracts/health-check.md +69 -0
- package/skills/creator-analysis/references/api-contracts/hybrid-parsing.md +78 -0
- package/skills/creator-analysis/references/api-contracts/instagram-v1-api.md +2256 -0
- package/skills/creator-analysis/references/api-contracts/instagram-v2-api.md +2011 -0
- package/skills/creator-analysis/references/api-contracts/instagram-v3-api.md +2630 -0
- package/skills/creator-analysis/references/api-contracts/ios-shortcut.md +44 -0
- package/skills/creator-analysis/references/api-contracts/kuaishou-app-api.md +1518 -0
- package/skills/creator-analysis/references/api-contracts/kuaishou-web-api.md +1242 -0
- package/skills/creator-analysis/references/api-contracts/lemon8-app-api.md +1088 -0
- package/skills/creator-analysis/references/api-contracts/linkedin-web-api.md +1949 -0
- package/skills/creator-analysis/references/api-contracts/media-ingest-api.md +126 -0
- package/skills/creator-analysis/references/api-contracts/pipixia-app-api.md +1142 -0
- package/skills/creator-analysis/references/api-contracts/reddit-app-api.md +2025 -0
- package/skills/creator-analysis/references/api-contracts/sora2-api.md +2266 -0
- package/skills/creator-analysis/references/api-contracts/temp-mail-api.md +208 -0
- package/skills/creator-analysis/references/api-contracts/threads-web-api.md +897 -0
- package/skills/creator-analysis/references/api-contracts/tikhub-downloader-api.md +134 -0
- package/skills/creator-analysis/references/api-contracts/tikhub-user-api.md +494 -0
- package/skills/creator-analysis/references/api-contracts/tiktok-ads-api.md +5947 -0
- package/skills/creator-analysis/references/api-contracts/tiktok-analytics-api.md +968 -0
- package/skills/creator-analysis/references/api-contracts/tiktok-app-v3-api.md +5735 -0
- package/skills/creator-analysis/references/api-contracts/tiktok-creator-api.md +1951 -0
- package/skills/creator-analysis/references/api-contracts/tiktok-interaction-api.md +742 -0
- package/skills/creator-analysis/references/api-contracts/tiktok-shop-web-api.md +1890 -0
- package/skills/creator-analysis/references/api-contracts/tiktok-web-api.md +4448 -0
- package/skills/creator-analysis/references/api-contracts/toutiao-app-api.md +342 -0
- package/skills/creator-analysis/references/api-contracts/toutiao-web-api.md +143 -0
- package/skills/creator-analysis/references/api-contracts/twitter-web-api.md +989 -0
- package/skills/creator-analysis/references/api-contracts/wechat-channels-api.md +809 -0
- package/skills/creator-analysis/references/api-contracts/wechat-media-platform-web-api.md +677 -0
- package/skills/creator-analysis/references/api-contracts/weibo-app-api.md +1547 -0
- package/skills/creator-analysis/references/api-contracts/weibo-web-api.md +798 -0
- package/skills/creator-analysis/references/api-contracts/weibo-web-v2-api.md +2459 -0
- package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-api.md +1291 -0
- package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
- package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-api.md +1324 -0
- package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
- package/skills/creator-analysis/references/api-contracts/xigua-app-v2-api.md +489 -0
- package/skills/creator-analysis/references/api-contracts/youtube-web-api.md +2636 -0
- package/skills/creator-analysis/references/api-contracts/youtube-web-v2-api.md +2660 -0
- package/skills/creator-analysis/references/api-contracts/zhihu-web-api.md +2315 -0
- package/skills/creator-analysis/references/api-tags/asr-api.md +100 -0
- package/skills/creator-analysis/references/api-tags/bilibili-app-api.md +482 -0
- package/skills/creator-analysis/references/api-tags/bilibili-web-api.md +1267 -0
- package/skills/creator-analysis/references/api-tags/demo-api.md +365 -0
- package/skills/creator-analysis/references/api-tags/douyin-app-v3-api.md +2012 -0
- package/skills/creator-analysis/references/api-tags/douyin-billboard-api.md +1428 -0
- package/skills/creator-analysis/references/api-tags/douyin-creator-api.md +694 -0
- package/skills/creator-analysis/references/api-tags/douyin-creator-v2-api.md +694 -0
- package/skills/creator-analysis/references/api-tags/douyin-search-api.md +1059 -0
- package/skills/creator-analysis/references/api-tags/douyin-web-api.md +3314 -0
- package/skills/creator-analysis/references/api-tags/douyin-xingtu-api.md +935 -0
- package/skills/creator-analysis/references/api-tags/douyin-xingtu-v2-api.md +925 -0
- package/skills/creator-analysis/references/api-tags/health-check.md +40 -0
- package/skills/creator-analysis/references/api-tags/hybrid-parsing.md +57 -0
- package/skills/creator-analysis/references/api-tags/instagram-v1-api.md +1224 -0
- package/skills/creator-analysis/references/api-tags/instagram-v2-api.md +1147 -0
- package/skills/creator-analysis/references/api-tags/instagram-v3-api.md +1123 -0
- package/skills/creator-analysis/references/api-tags/ios-shortcut.md +45 -0
- package/skills/creator-analysis/references/api-tags/kuaishou-app-api.md +846 -0
- package/skills/creator-analysis/references/api-tags/kuaishou-web-api.md +551 -0
- package/skills/creator-analysis/references/api-tags/lemon8-app-api.md +687 -0
- package/skills/creator-analysis/references/api-tags/linkedin-web-api.md +1105 -0
- package/skills/creator-analysis/references/api-tags/media-ingest-api.md +112 -0
- package/skills/creator-analysis/references/api-tags/pipixia-app-api.md +721 -0
- package/skills/creator-analysis/references/api-tags/reddit-app-api.md +1057 -0
- package/skills/creator-analysis/references/api-tags/sora2-api.md +737 -0
- package/skills/creator-analysis/references/api-tags/temp-mail-api.md +136 -0
- package/skills/creator-analysis/references/api-tags/threads-web-api.md +472 -0
- package/skills/creator-analysis/references/api-tags/tikhub-downloader-api.md +65 -0
- package/skills/creator-analysis/references/api-tags/tikhub-user-api.md +253 -0
- package/skills/creator-analysis/references/api-tags/tiktok-ads-api.md +1393 -0
- package/skills/creator-analysis/references/api-tags/tiktok-analytics-api.md +179 -0
- package/skills/creator-analysis/references/api-tags/tiktok-app-v3-api.md +3264 -0
- package/skills/creator-analysis/references/api-tags/tiktok-creator-api.md +709 -0
- package/skills/creator-analysis/references/api-tags/tiktok-interaction-api.md +366 -0
- package/skills/creator-analysis/references/api-tags/tiktok-shop-web-api.md +663 -0
- package/skills/creator-analysis/references/api-tags/tiktok-web-api.md +2516 -0
- package/skills/creator-analysis/references/api-tags/toutiao-app-api.md +220 -0
- package/skills/creator-analysis/references/api-tags/toutiao-web-api.md +96 -0
- package/skills/creator-analysis/references/api-tags/twitter-web-api.md +562 -0
- package/skills/creator-analysis/references/api-tags/wechat-channels-api.md +405 -0
- package/skills/creator-analysis/references/api-tags/wechat-media-platform-web-api.md +431 -0
- package/skills/creator-analysis/references/api-tags/weibo-app-api.md +851 -0
- package/skills/creator-analysis/references/api-tags/weibo-web-api.md +470 -0
- package/skills/creator-analysis/references/api-tags/weibo-web-v2-api.md +1405 -0
- package/skills/creator-analysis/references/api-tags/xiaohongshu-app-api.md +534 -0
- package/skills/creator-analysis/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
- package/skills/creator-analysis/references/api-tags/xiaohongshu-web-api.md +757 -0
- package/skills/creator-analysis/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
- package/skills/creator-analysis/references/api-tags/xigua-app-v2-api.md +308 -0
- package/skills/creator-analysis/references/api-tags/youtube-web-api.md +934 -0
- package/skills/creator-analysis/references/api-tags/youtube-web-v2-api.md +717 -0
- package/skills/creator-analysis/references/api-tags/zhihu-web-api.md +1384 -0
- package/skills/creator-analysis/references/asr-orchestration.md +33 -0
- package/skills/creator-analysis/references/config-templates/defaults.yaml +60 -0
- package/skills/creator-analysis/references/contracts/creator-card-fields.md +23 -0
- package/skills/creator-analysis/references/contracts/work-card-fields.md +32 -0
- package/skills/creator-analysis/references/platform-guides/douyin.md +49 -0
- package/skills/creator-analysis/references/platform-guides/generic.md +46 -0
- package/skills/creator-analysis/references/platform-guides/xiaohongshu.md +54 -0
- package/skills/creator-analysis/references/prompt-contracts/asr-clean.md +28 -0
- package/skills/creator-analysis/references/prompt-contracts/author-analysis-v2.md +46 -0
- package/skills/creator-analysis/references/prompt-contracts/author-analysis.md +49 -0
- package/skills/creator-analysis/references/prompt-contracts/cta.md +24 -0
- package/skills/creator-analysis/references/prompt-contracts/hook.md +25 -0
- package/skills/creator-analysis/references/prompt-contracts/insight.md +47 -0
- package/skills/creator-analysis/references/prompt-contracts/sampled-work-batch-explanations.md +30 -0
- package/skills/creator-analysis/references/prompt-contracts/structure.md +25 -0
- package/skills/creator-analysis/references/prompt-contracts/style.md +27 -0
- package/skills/creator-analysis/references/prompt-contracts/summary.md +29 -0
- package/skills/creator-analysis/references/prompt-contracts/topic.md +29 -0
- package/skills/creator-analysis/references/schemas/author-analysis-input-v1.schema.json +325 -0
- package/skills/creator-analysis/references/schemas/author-analysis-v2.schema.json +158 -0
- package/skills/creator-analysis/references/schemas/sampled-work-batch-explanations.schema.json +41 -0
- package/skills/creator-analysis/references/service-guides/asr-u2-u3-fallback.md +75 -0
- package/skills/creator-analysis/references/workflow.md +18 -0
- package/skills/creator-analysis/scripts/__init__.py +0 -0
- package/skills/creator-analysis/scripts/author_home/__init__.py +0 -0
- package/skills/creator-analysis/scripts/author_home/adapters/__init__.py +0 -0
- package/skills/creator-analysis/scripts/author_home/adapters/platform_adapters.py +299 -0
- package/skills/creator-analysis/scripts/author_home/analyzers/__init__.py +0 -0
- package/skills/creator-analysis/scripts/author_home/analyzers/author_analysis_v2_support.py +1122 -0
- package/skills/creator-analysis/scripts/author_home/analyzers/prompt_first_analyzers.py +260 -0
- package/skills/creator-analysis/scripts/author_home/analyzers/sampled_work_batch_explainer.py +260 -0
- package/skills/creator-analysis/scripts/author_home/asr/__init__.py +5 -0
- package/skills/creator-analysis/scripts/author_home/asr/home_asr.py +961 -0
- package/skills/creator-analysis/scripts/author_home/builders/__init__.py +0 -0
- package/skills/creator-analysis/scripts/author_home/builders/home_builders.py +149 -0
- package/skills/creator-analysis/scripts/author_home/collectors/__init__.py +0 -0
- package/skills/creator-analysis/scripts/author_home/collectors/homepage_collectors.py +636 -0
- package/skills/creator-analysis/scripts/author_home/orchestrator/__init__.py +0 -0
- package/skills/creator-analysis/scripts/author_home/orchestrator/run_author_analysis.py +491 -0
- package/skills/creator-analysis/scripts/author_home/orchestrator/work_analysis_artifacts.py +553 -0
- package/skills/creator-analysis/scripts/author_home/schema.py +417 -0
- package/skills/creator-analysis/scripts/core/__init__.py +0 -0
- package/skills/creator-analysis/scripts/core/analysis_pipeline.py +133 -0
- package/skills/creator-analysis/scripts/core/bootstrap_env.py +35 -0
- package/skills/creator-analysis/scripts/core/config_loader.py +418 -0
- package/skills/creator-analysis/scripts/core/extract_pipeline.py +173 -0
- package/skills/creator-analysis/scripts/core/progress_report.py +111 -0
- package/skills/creator-analysis/scripts/core/storage_router.py +253 -0
- package/skills/creator-analysis/scripts/core/tikomni_common.py +588 -0
- package/skills/creator-analysis/scripts/pipeline/__init__.py +0 -0
- package/skills/creator-analysis/scripts/pipeline/asr/__init__.py +0 -0
- package/skills/creator-analysis/scripts/pipeline/asr/asr_pipeline.py +1189 -0
- package/skills/creator-analysis/scripts/pipeline/asr/poll_u2_task.py +95 -0
- package/skills/creator-analysis/scripts/platform/__init__.py +0 -0
- package/skills/creator-analysis/scripts/platform/douyin/__init__.py +0 -0
- package/skills/creator-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +224 -0
- package/skills/creator-analysis/scripts/platform/douyin/run_douyin_single_video.py +1208 -0
- package/skills/creator-analysis/scripts/platform/douyin/select_low_quality_video_url.py +200 -0
- package/skills/creator-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
- package/skills/creator-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +2128 -0
- package/skills/creator-analysis/scripts/writers/__init__.py +0 -0
- package/skills/creator-analysis/scripts/writers/write_author_homepage_samples.py +106 -0
- package/skills/creator-analysis/scripts/writers/write_benchmark_card.py +1402 -0
- package/skills/meta-capability/SKILL.md +69 -0
- package/skills/meta-capability/agents/openai.yaml +4 -0
- package/skills/meta-capability/env.example +42 -0
- package/skills/meta-capability/references/api-capability-index.md +92 -0
- package/skills/meta-capability/references/api-contracts/asr-api.md +130 -0
- package/skills/meta-capability/references/api-contracts/bilibili-app-api.md +776 -0
- package/skills/meta-capability/references/api-contracts/bilibili-web-api.md +2017 -0
- package/skills/meta-capability/references/api-contracts/demo-api.md +717 -0
- package/skills/meta-capability/references/api-contracts/douyin-app-v3-api.md +3594 -0
- package/skills/meta-capability/references/api-contracts/douyin-billboard-api.md +2274 -0
- package/skills/meta-capability/references/api-contracts/douyin-creator-api.md +1575 -0
- package/skills/meta-capability/references/api-contracts/douyin-creator-v2-api.md +3254 -0
- package/skills/meta-capability/references/api-contracts/douyin-search-api.md +4118 -0
- package/skills/meta-capability/references/api-contracts/douyin-web-api.md +5544 -0
- package/skills/meta-capability/references/api-contracts/douyin-xingtu-api.md +1916 -0
- package/skills/meta-capability/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
- package/skills/meta-capability/references/api-contracts/health-check.md +69 -0
- package/skills/meta-capability/references/api-contracts/hybrid-parsing.md +78 -0
- package/skills/meta-capability/references/api-contracts/instagram-v1-api.md +2256 -0
- package/skills/meta-capability/references/api-contracts/instagram-v2-api.md +2011 -0
- package/skills/meta-capability/references/api-contracts/instagram-v3-api.md +2630 -0
- package/skills/meta-capability/references/api-contracts/ios-shortcut.md +44 -0
- package/skills/meta-capability/references/api-contracts/kuaishou-app-api.md +1518 -0
- package/skills/meta-capability/references/api-contracts/kuaishou-web-api.md +1242 -0
- package/skills/meta-capability/references/api-contracts/lemon8-app-api.md +1088 -0
- package/skills/meta-capability/references/api-contracts/linkedin-web-api.md +1949 -0
- package/skills/meta-capability/references/api-contracts/media-ingest-api.md +126 -0
- package/skills/meta-capability/references/api-contracts/pipixia-app-api.md +1142 -0
- package/skills/meta-capability/references/api-contracts/reddit-app-api.md +2025 -0
- package/skills/meta-capability/references/api-contracts/sora2-api.md +2266 -0
- package/skills/meta-capability/references/api-contracts/temp-mail-api.md +208 -0
- package/skills/meta-capability/references/api-contracts/threads-web-api.md +897 -0
- package/skills/meta-capability/references/api-contracts/tikhub-downloader-api.md +134 -0
- package/skills/meta-capability/references/api-contracts/tikhub-user-api.md +494 -0
- package/skills/meta-capability/references/api-contracts/tiktok-ads-api.md +5947 -0
- package/skills/meta-capability/references/api-contracts/tiktok-analytics-api.md +968 -0
- package/skills/meta-capability/references/api-contracts/tiktok-app-v3-api.md +5735 -0
- package/skills/meta-capability/references/api-contracts/tiktok-creator-api.md +1951 -0
- package/skills/meta-capability/references/api-contracts/tiktok-interaction-api.md +742 -0
- package/skills/meta-capability/references/api-contracts/tiktok-shop-web-api.md +1890 -0
- package/skills/meta-capability/references/api-contracts/tiktok-web-api.md +4448 -0
- package/skills/meta-capability/references/api-contracts/toutiao-app-api.md +342 -0
- package/skills/meta-capability/references/api-contracts/toutiao-web-api.md +143 -0
- package/skills/meta-capability/references/api-contracts/twitter-web-api.md +989 -0
- package/skills/meta-capability/references/api-contracts/wechat-channels-api.md +809 -0
- package/skills/meta-capability/references/api-contracts/wechat-media-platform-web-api.md +677 -0
- package/skills/meta-capability/references/api-contracts/weibo-app-api.md +1547 -0
- package/skills/meta-capability/references/api-contracts/weibo-web-api.md +798 -0
- package/skills/meta-capability/references/api-contracts/weibo-web-v2-api.md +2459 -0
- package/skills/meta-capability/references/api-contracts/xiaohongshu-app-api.md +1291 -0
- package/skills/meta-capability/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
- package/skills/meta-capability/references/api-contracts/xiaohongshu-web-api.md +1324 -0
- package/skills/meta-capability/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
- package/skills/meta-capability/references/api-contracts/xigua-app-v2-api.md +489 -0
- package/skills/meta-capability/references/api-contracts/youtube-web-api.md +2636 -0
- package/skills/meta-capability/references/api-contracts/youtube-web-v2-api.md +2660 -0
- package/skills/meta-capability/references/api-contracts/zhihu-web-api.md +2315 -0
- package/skills/meta-capability/references/api-tags/asr-api.md +100 -0
- package/skills/meta-capability/references/api-tags/bilibili-app-api.md +482 -0
- package/skills/meta-capability/references/api-tags/bilibili-web-api.md +1267 -0
- package/skills/meta-capability/references/api-tags/demo-api.md +365 -0
- package/skills/meta-capability/references/api-tags/douyin-app-v3-api.md +2012 -0
- package/skills/meta-capability/references/api-tags/douyin-billboard-api.md +1428 -0
- package/skills/meta-capability/references/api-tags/douyin-creator-api.md +694 -0
- package/skills/meta-capability/references/api-tags/douyin-creator-v2-api.md +694 -0
- package/skills/meta-capability/references/api-tags/douyin-search-api.md +1059 -0
- package/skills/meta-capability/references/api-tags/douyin-web-api.md +3314 -0
- package/skills/meta-capability/references/api-tags/douyin-xingtu-api.md +935 -0
- package/skills/meta-capability/references/api-tags/douyin-xingtu-v2-api.md +925 -0
- package/skills/meta-capability/references/api-tags/health-check.md +40 -0
- package/skills/meta-capability/references/api-tags/hybrid-parsing.md +57 -0
- package/skills/meta-capability/references/api-tags/instagram-v1-api.md +1224 -0
- package/skills/meta-capability/references/api-tags/instagram-v2-api.md +1147 -0
- package/skills/meta-capability/references/api-tags/instagram-v3-api.md +1123 -0
- package/skills/meta-capability/references/api-tags/ios-shortcut.md +45 -0
- package/skills/meta-capability/references/api-tags/kuaishou-app-api.md +846 -0
- package/skills/meta-capability/references/api-tags/kuaishou-web-api.md +551 -0
- package/skills/meta-capability/references/api-tags/lemon8-app-api.md +687 -0
- package/skills/meta-capability/references/api-tags/linkedin-web-api.md +1105 -0
- package/skills/meta-capability/references/api-tags/media-ingest-api.md +112 -0
- package/skills/meta-capability/references/api-tags/pipixia-app-api.md +721 -0
- package/skills/meta-capability/references/api-tags/reddit-app-api.md +1057 -0
- package/skills/meta-capability/references/api-tags/sora2-api.md +737 -0
- package/skills/meta-capability/references/api-tags/temp-mail-api.md +136 -0
- package/skills/meta-capability/references/api-tags/threads-web-api.md +472 -0
- package/skills/meta-capability/references/api-tags/tikhub-downloader-api.md +65 -0
- package/skills/meta-capability/references/api-tags/tikhub-user-api.md +253 -0
- package/skills/meta-capability/references/api-tags/tiktok-ads-api.md +1393 -0
- package/skills/meta-capability/references/api-tags/tiktok-analytics-api.md +179 -0
- package/skills/meta-capability/references/api-tags/tiktok-app-v3-api.md +3264 -0
- package/skills/meta-capability/references/api-tags/tiktok-creator-api.md +709 -0
- package/skills/meta-capability/references/api-tags/tiktok-interaction-api.md +366 -0
- package/skills/meta-capability/references/api-tags/tiktok-shop-web-api.md +663 -0
- package/skills/meta-capability/references/api-tags/tiktok-web-api.md +2516 -0
- package/skills/meta-capability/references/api-tags/toutiao-app-api.md +220 -0
- package/skills/meta-capability/references/api-tags/toutiao-web-api.md +96 -0
- package/skills/meta-capability/references/api-tags/twitter-web-api.md +562 -0
- package/skills/meta-capability/references/api-tags/wechat-channels-api.md +405 -0
- package/skills/meta-capability/references/api-tags/wechat-media-platform-web-api.md +431 -0
- package/skills/meta-capability/references/api-tags/weibo-app-api.md +851 -0
- package/skills/meta-capability/references/api-tags/weibo-web-api.md +470 -0
- package/skills/meta-capability/references/api-tags/weibo-web-v2-api.md +1405 -0
- package/skills/meta-capability/references/api-tags/xiaohongshu-app-api.md +534 -0
- package/skills/meta-capability/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
- package/skills/meta-capability/references/api-tags/xiaohongshu-web-api.md +757 -0
- package/skills/meta-capability/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
- package/skills/meta-capability/references/api-tags/xigua-app-v2-api.md +308 -0
- package/skills/meta-capability/references/api-tags/youtube-web-api.md +934 -0
- package/skills/meta-capability/references/api-tags/youtube-web-v2-api.md +717 -0
- package/skills/meta-capability/references/api-tags/zhihu-web-api.md +1384 -0
- package/skills/meta-capability/references/config-templates/defaults.yaml +18 -0
- package/skills/meta-capability/references/dispatch.md +27 -0
- package/skills/meta-capability/references/execution-guidelines.md +25 -0
- package/skills/meta-capability/references/implemented-route-map.md +177 -0
- package/skills/meta-capability/references/service-guides/asr-u2-u3-fallback.md +75 -0
- package/skills/meta-capability/scripts/__init__.py +1 -0
- package/skills/meta-capability/scripts/call_route.py +141 -0
- package/skills/meta-capability/scripts/core/__init__.py +1 -0
- package/skills/meta-capability/scripts/core/bootstrap_env.py +32 -0
- package/skills/meta-capability/scripts/core/config_loader.py +204 -0
- package/skills/meta-capability/scripts/core/tikomni_common.py +443 -0
- package/skills/meta-capability/scripts/test_auth.py +98 -0
- package/skills/single-work-analysis/SKILL.md +62 -0
- package/skills/single-work-analysis/agents/openai.yaml +4 -0
- package/skills/single-work-analysis/env.example +36 -0
- package/skills/single-work-analysis/references/api-capability-index.md +92 -0
- package/skills/single-work-analysis/references/api-contracts/asr-api.md +130 -0
- package/skills/single-work-analysis/references/api-contracts/bilibili-app-api.md +776 -0
- package/skills/single-work-analysis/references/api-contracts/bilibili-web-api.md +2017 -0
- package/skills/single-work-analysis/references/api-contracts/demo-api.md +717 -0
- package/skills/single-work-analysis/references/api-contracts/douyin-app-v3-api.md +3594 -0
- package/skills/single-work-analysis/references/api-contracts/douyin-billboard-api.md +2274 -0
- package/skills/single-work-analysis/references/api-contracts/douyin-creator-api.md +1575 -0
- package/skills/single-work-analysis/references/api-contracts/douyin-creator-v2-api.md +3254 -0
- package/skills/single-work-analysis/references/api-contracts/douyin-search-api.md +4118 -0
- package/skills/single-work-analysis/references/api-contracts/douyin-web-api.md +5544 -0
- package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-api.md +1916 -0
- package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
- package/skills/single-work-analysis/references/api-contracts/health-check.md +69 -0
- package/skills/single-work-analysis/references/api-contracts/hybrid-parsing.md +78 -0
- package/skills/single-work-analysis/references/api-contracts/instagram-v1-api.md +2256 -0
- package/skills/single-work-analysis/references/api-contracts/instagram-v2-api.md +2011 -0
- package/skills/single-work-analysis/references/api-contracts/instagram-v3-api.md +2630 -0
- package/skills/single-work-analysis/references/api-contracts/ios-shortcut.md +44 -0
- package/skills/single-work-analysis/references/api-contracts/kuaishou-app-api.md +1518 -0
- package/skills/single-work-analysis/references/api-contracts/kuaishou-web-api.md +1242 -0
- package/skills/single-work-analysis/references/api-contracts/lemon8-app-api.md +1088 -0
- package/skills/single-work-analysis/references/api-contracts/linkedin-web-api.md +1949 -0
- package/skills/single-work-analysis/references/api-contracts/media-ingest-api.md +126 -0
- package/skills/single-work-analysis/references/api-contracts/pipixia-app-api.md +1142 -0
- package/skills/single-work-analysis/references/api-contracts/reddit-app-api.md +2025 -0
- package/skills/single-work-analysis/references/api-contracts/sora2-api.md +2266 -0
- package/skills/single-work-analysis/references/api-contracts/temp-mail-api.md +208 -0
- package/skills/single-work-analysis/references/api-contracts/threads-web-api.md +897 -0
- package/skills/single-work-analysis/references/api-contracts/tikhub-downloader-api.md +134 -0
- package/skills/single-work-analysis/references/api-contracts/tikhub-user-api.md +494 -0
- package/skills/single-work-analysis/references/api-contracts/tiktok-ads-api.md +5947 -0
- package/skills/single-work-analysis/references/api-contracts/tiktok-analytics-api.md +968 -0
- package/skills/single-work-analysis/references/api-contracts/tiktok-app-v3-api.md +5735 -0
- package/skills/single-work-analysis/references/api-contracts/tiktok-creator-api.md +1951 -0
- package/skills/single-work-analysis/references/api-contracts/tiktok-interaction-api.md +742 -0
- package/skills/single-work-analysis/references/api-contracts/tiktok-shop-web-api.md +1890 -0
- package/skills/single-work-analysis/references/api-contracts/tiktok-web-api.md +4448 -0
- package/skills/single-work-analysis/references/api-contracts/toutiao-app-api.md +342 -0
- package/skills/single-work-analysis/references/api-contracts/toutiao-web-api.md +143 -0
- package/skills/single-work-analysis/references/api-contracts/twitter-web-api.md +989 -0
- package/skills/single-work-analysis/references/api-contracts/wechat-channels-api.md +809 -0
- package/skills/single-work-analysis/references/api-contracts/wechat-media-platform-web-api.md +677 -0
- package/skills/single-work-analysis/references/api-contracts/weibo-app-api.md +1547 -0
- package/skills/single-work-analysis/references/api-contracts/weibo-web-api.md +798 -0
- package/skills/single-work-analysis/references/api-contracts/weibo-web-v2-api.md +2459 -0
- package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-api.md +1291 -0
- package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
- package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-api.md +1324 -0
- package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
- package/skills/single-work-analysis/references/api-contracts/xigua-app-v2-api.md +489 -0
- package/skills/single-work-analysis/references/api-contracts/youtube-web-api.md +2636 -0
- package/skills/single-work-analysis/references/api-contracts/youtube-web-v2-api.md +2660 -0
- package/skills/single-work-analysis/references/api-contracts/zhihu-web-api.md +2315 -0
- package/skills/single-work-analysis/references/api-tags/asr-api.md +100 -0
- package/skills/single-work-analysis/references/api-tags/bilibili-app-api.md +482 -0
- package/skills/single-work-analysis/references/api-tags/bilibili-web-api.md +1267 -0
- package/skills/single-work-analysis/references/api-tags/demo-api.md +365 -0
- package/skills/single-work-analysis/references/api-tags/douyin-app-v3-api.md +2012 -0
- package/skills/single-work-analysis/references/api-tags/douyin-billboard-api.md +1428 -0
- package/skills/single-work-analysis/references/api-tags/douyin-creator-api.md +694 -0
- package/skills/single-work-analysis/references/api-tags/douyin-creator-v2-api.md +694 -0
- package/skills/single-work-analysis/references/api-tags/douyin-search-api.md +1059 -0
- package/skills/single-work-analysis/references/api-tags/douyin-web-api.md +3314 -0
- package/skills/single-work-analysis/references/api-tags/douyin-xingtu-api.md +935 -0
- package/skills/single-work-analysis/references/api-tags/douyin-xingtu-v2-api.md +925 -0
- package/skills/single-work-analysis/references/api-tags/health-check.md +40 -0
- package/skills/single-work-analysis/references/api-tags/hybrid-parsing.md +57 -0
- package/skills/single-work-analysis/references/api-tags/instagram-v1-api.md +1224 -0
- package/skills/single-work-analysis/references/api-tags/instagram-v2-api.md +1147 -0
- package/skills/single-work-analysis/references/api-tags/instagram-v3-api.md +1123 -0
- package/skills/single-work-analysis/references/api-tags/ios-shortcut.md +45 -0
- package/skills/single-work-analysis/references/api-tags/kuaishou-app-api.md +846 -0
- package/skills/single-work-analysis/references/api-tags/kuaishou-web-api.md +551 -0
- package/skills/single-work-analysis/references/api-tags/lemon8-app-api.md +687 -0
- package/skills/single-work-analysis/references/api-tags/linkedin-web-api.md +1105 -0
- package/skills/single-work-analysis/references/api-tags/media-ingest-api.md +112 -0
- package/skills/single-work-analysis/references/api-tags/pipixia-app-api.md +721 -0
- package/skills/single-work-analysis/references/api-tags/reddit-app-api.md +1057 -0
- package/skills/single-work-analysis/references/api-tags/sora2-api.md +737 -0
- package/skills/single-work-analysis/references/api-tags/temp-mail-api.md +136 -0
- package/skills/single-work-analysis/references/api-tags/threads-web-api.md +472 -0
- package/skills/single-work-analysis/references/api-tags/tikhub-downloader-api.md +65 -0
- package/skills/single-work-analysis/references/api-tags/tikhub-user-api.md +253 -0
- package/skills/single-work-analysis/references/api-tags/tiktok-ads-api.md +1393 -0
- package/skills/single-work-analysis/references/api-tags/tiktok-analytics-api.md +179 -0
- package/skills/single-work-analysis/references/api-tags/tiktok-app-v3-api.md +3264 -0
- package/skills/single-work-analysis/references/api-tags/tiktok-creator-api.md +709 -0
- package/skills/single-work-analysis/references/api-tags/tiktok-interaction-api.md +366 -0
- package/skills/single-work-analysis/references/api-tags/tiktok-shop-web-api.md +663 -0
- package/skills/single-work-analysis/references/api-tags/tiktok-web-api.md +2516 -0
- package/skills/single-work-analysis/references/api-tags/toutiao-app-api.md +220 -0
- package/skills/single-work-analysis/references/api-tags/toutiao-web-api.md +96 -0
- package/skills/single-work-analysis/references/api-tags/twitter-web-api.md +562 -0
- package/skills/single-work-analysis/references/api-tags/wechat-channels-api.md +405 -0
- package/skills/single-work-analysis/references/api-tags/wechat-media-platform-web-api.md +431 -0
- package/skills/single-work-analysis/references/api-tags/weibo-app-api.md +851 -0
- package/skills/single-work-analysis/references/api-tags/weibo-web-api.md +470 -0
- package/skills/single-work-analysis/references/api-tags/weibo-web-v2-api.md +1405 -0
- package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-api.md +534 -0
- package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
- package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-api.md +757 -0
- package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
- package/skills/single-work-analysis/references/api-tags/xigua-app-v2-api.md +308 -0
- package/skills/single-work-analysis/references/api-tags/youtube-web-api.md +934 -0
- package/skills/single-work-analysis/references/api-tags/youtube-web-v2-api.md +717 -0
- package/skills/single-work-analysis/references/api-tags/zhihu-web-api.md +1384 -0
- package/skills/single-work-analysis/references/asr-and-fallback.md +20 -0
- package/skills/single-work-analysis/references/config-templates/defaults.yaml +58 -0
- package/skills/single-work-analysis/references/contracts/work-card-fields.md +41 -0
- package/skills/single-work-analysis/references/platform-guides/douyin.md +47 -0
- package/skills/single-work-analysis/references/platform-guides/generic.md +43 -0
- package/skills/single-work-analysis/references/platform-guides/xiaohongshu.md +54 -0
- package/skills/single-work-analysis/references/prompt-contracts/asr-clean.md +28 -0
- package/skills/single-work-analysis/references/prompt-contracts/cta.md +24 -0
- package/skills/single-work-analysis/references/prompt-contracts/hook.md +25 -0
- package/skills/single-work-analysis/references/prompt-contracts/insight.md +47 -0
- package/skills/single-work-analysis/references/prompt-contracts/structure.md +25 -0
- package/skills/single-work-analysis/references/prompt-contracts/style.md +27 -0
- package/skills/single-work-analysis/references/prompt-contracts/summary.md +29 -0
- package/skills/single-work-analysis/references/prompt-contracts/topic.md +29 -0
- package/skills/single-work-analysis/references/schemas/work-card.schema.json +39 -0
- package/skills/single-work-analysis/references/service-guides/asr-u2-u3-fallback.md +75 -0
- package/skills/single-work-analysis/scripts/__init__.py +0 -0
- package/skills/single-work-analysis/scripts/core/__init__.py +0 -0
- package/skills/single-work-analysis/scripts/core/analysis_pipeline.py +133 -0
- package/skills/single-work-analysis/scripts/core/bootstrap_env.py +35 -0
- package/skills/single-work-analysis/scripts/core/config_loader.py +418 -0
- package/skills/single-work-analysis/scripts/core/extract_pipeline.py +173 -0
- package/skills/single-work-analysis/scripts/core/progress_report.py +111 -0
- package/skills/single-work-analysis/scripts/core/storage_router.py +253 -0
- package/skills/single-work-analysis/scripts/core/tikomni_common.py +588 -0
- package/skills/single-work-analysis/scripts/pipeline/__init__.py +0 -0
- package/skills/single-work-analysis/scripts/pipeline/asr/__init__.py +0 -0
- package/skills/single-work-analysis/scripts/pipeline/asr/asr_pipeline.py +1189 -0
- package/skills/single-work-analysis/scripts/pipeline/asr/poll_u2_task.py +95 -0
- package/skills/single-work-analysis/scripts/platform/__init__.py +0 -0
- package/skills/single-work-analysis/scripts/platform/douyin/__init__.py +0 -0
- package/skills/single-work-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +224 -0
- package/skills/single-work-analysis/scripts/platform/douyin/run_douyin_single_video.py +1233 -0
- package/skills/single-work-analysis/scripts/platform/douyin/select_low_quality_video_url.py +200 -0
- package/skills/single-work-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
- package/skills/single-work-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +2156 -0
- package/skills/single-work-analysis/scripts/writers/__init__.py +0 -0
- package/skills/single-work-analysis/scripts/writers/write_benchmark_card.py +1402 -0
|
@@ -0,0 +1,663 @@
|
|
|
1
|
+
# TikTok-Shop-Web-API Route Summary
|
|
2
|
+
|
|
3
|
+
- Back to index: [`api-capability-index.md`](../api-capability-index.md)
|
|
4
|
+
- Current tag file: `api-tags/tiktok-shop-web-api.md`
|
|
5
|
+
- Full contract: [`api-contracts/tiktok-shop-web-api.md`](../api-contracts/tiktok-shop-web-api.md)
|
|
6
|
+
- Source: `https://app.tikomni.com/openapi/tikomni-openapi.full.with-u2.public.latest.json`
|
|
7
|
+
- Fetched at: `2026-03-08T06:54:04+00:00`
|
|
8
|
+
- Route count: `15`
|
|
9
|
+
- Common capabilities: commerce / search / details / trends / rankings
|
|
10
|
+
- Default auth: Header `Authorization` Bearer
|
|
11
|
+
- Common inputs: `region`, `product_id`, `offset`, `seller_id`, `search_word`, `page_token`, `lang`, `count`, `sort_type`, `filter_id`
|
|
12
|
+
- Tag description: **(TikTok电商网页版数据接口/TikTok-Shop-Web-API data endpoints)**
|
|
13
|
+
|
|
14
|
+
## Routes
|
|
15
|
+
|
|
16
|
+
### `GET /api/u1/v1/tiktok/shop/web/fetch_hot_selling_products_list`
|
|
17
|
+
|
|
18
|
+
- Summary: 获取热卖商品列表/Get hot selling products list
|
|
19
|
+
- Capabilities: trends / rankings / commerce
|
|
20
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
21
|
+
- operationId: `fetch_hot_selling_products_list_api_v1_tiktok_shop_web_fetch_hot_selling_products_list_get`
|
|
22
|
+
- Full contract: [`api-contracts/tiktok-shop-web-api.md#get-api-u1-v1-tiktok-shop-web-fetch-hot-selling-products-list`](../api-contracts/tiktok-shop-web-api.md#get-api-u1-v1-tiktok-shop-web-fetch-hot-selling-products-list)
|
|
23
|
+
|
|
24
|
+
#### Parameters
|
|
25
|
+
|
|
26
|
+
| Field | In | Type | Required | Description |
|
|
27
|
+
| --- | --- | --- | --- | --- |
|
|
28
|
+
| region | query | string | No | 地区代码/Region code |
|
|
29
|
+
| count | query | integer | No | 返回商品数量/Number of products to return |
|
|
30
|
+
|
|
31
|
+
#### Request Body
|
|
32
|
+
|
|
33
|
+
None
|
|
34
|
+
|
|
35
|
+
#### Success Response
|
|
36
|
+
|
|
37
|
+
##### `200 application/json`
|
|
38
|
+
|
|
39
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
40
|
+
|
|
41
|
+
| Field | Type | Required | Description |
|
|
42
|
+
| --- | --- | --- | --- |
|
|
43
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
44
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
45
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
46
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
47
|
+
| support | string | No | Support message \| 支持消息 |
|
|
48
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
49
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
50
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
51
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
52
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
53
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
54
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
55
|
+
|
|
56
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
57
|
+
|
|
58
|
+
### `GET /api/u1/v1/tiktok/shop/web/fetch_product_detail`
|
|
59
|
+
|
|
60
|
+
- Summary: 获取商品详情V1(桌面端-数据完整)/Get product detail V1(Full data)
|
|
61
|
+
- Capabilities: details / commerce
|
|
62
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
63
|
+
- operationId: `fetch_product_detail_api_v1_tiktok_shop_web_fetch_product_detail_get`
|
|
64
|
+
- Full contract: [`api-contracts/tiktok-shop-web-api.md#get-api-u1-v1-tiktok-shop-web-fetch-product-detail`](../api-contracts/tiktok-shop-web-api.md#get-api-u1-v1-tiktok-shop-web-fetch-product-detail)
|
|
65
|
+
|
|
66
|
+
#### Parameters
|
|
67
|
+
|
|
68
|
+
| Field | In | Type | Required | Description |
|
|
69
|
+
| --- | --- | --- | --- | --- |
|
|
70
|
+
| product_id | query | string | Yes | 商品ID/Product ID |
|
|
71
|
+
| seller_id | query | string | No | 卖家ID(可选)/Seller ID (optional) |
|
|
72
|
+
| region | query | string | No | 地区代码/Region code |
|
|
73
|
+
|
|
74
|
+
#### Request Body
|
|
75
|
+
|
|
76
|
+
None
|
|
77
|
+
|
|
78
|
+
#### Success Response
|
|
79
|
+
|
|
80
|
+
##### `200 application/json`
|
|
81
|
+
|
|
82
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
83
|
+
|
|
84
|
+
| Field | Type | Required | Description |
|
|
85
|
+
| --- | --- | --- | --- |
|
|
86
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
87
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
88
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
89
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
90
|
+
| support | string | No | Support message \| 支持消息 |
|
|
91
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
92
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
93
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
94
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
95
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
96
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
97
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
98
|
+
|
|
99
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
100
|
+
|
|
101
|
+
### `GET /api/u1/v1/tiktok/shop/web/fetch_product_detail_v2`
|
|
102
|
+
|
|
103
|
+
- Summary: 获取商品详情V2(移动端-数据少)/Get product detail V2 (Less Data)
|
|
104
|
+
- Capabilities: details / commerce
|
|
105
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
106
|
+
- operationId: `fetch_product_detail_v2_api_v1_tiktok_shop_web_fetch_product_detail_v2_get`
|
|
107
|
+
- Full contract: [`api-contracts/tiktok-shop-web-api.md#get-api-u1-v1-tiktok-shop-web-fetch-product-detail-v2`](../api-contracts/tiktok-shop-web-api.md#get-api-u1-v1-tiktok-shop-web-fetch-product-detail-v2)
|
|
108
|
+
|
|
109
|
+
#### Parameters
|
|
110
|
+
|
|
111
|
+
| Field | In | Type | Required | Description |
|
|
112
|
+
| --- | --- | --- | --- | --- |
|
|
113
|
+
| product_id | query | string | Yes | 商品ID/Product ID |
|
|
114
|
+
| seller_id | query | string | No | 卖家ID(可选)/Seller ID (optional) |
|
|
115
|
+
| region | query | string | No | 地区代码/Region code |
|
|
116
|
+
|
|
117
|
+
#### Request Body
|
|
118
|
+
|
|
119
|
+
None
|
|
120
|
+
|
|
121
|
+
#### Success Response
|
|
122
|
+
|
|
123
|
+
##### `200 application/json`
|
|
124
|
+
|
|
125
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
126
|
+
|
|
127
|
+
| Field | Type | Required | Description |
|
|
128
|
+
| --- | --- | --- | --- |
|
|
129
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
130
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
131
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
132
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
133
|
+
| support | string | No | Support message \| 支持消息 |
|
|
134
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
135
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
136
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
137
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
138
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
139
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
140
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
141
|
+
|
|
142
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
143
|
+
|
|
144
|
+
### `GET /api/u1/v1/tiktok/shop/web/fetch_product_detail_v3`
|
|
145
|
+
|
|
146
|
+
- Summary: 获取商品详情V3(移动端-数据完整)/Get product detail V3 (Full Data)
|
|
147
|
+
- Capabilities: details / commerce
|
|
148
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
149
|
+
- operationId: `fetch_product_detail_v3_api_v1_tiktok_shop_web_fetch_product_detail_v3_get`
|
|
150
|
+
- Full contract: [`api-contracts/tiktok-shop-web-api.md#get-api-u1-v1-tiktok-shop-web-fetch-product-detail-v3`](../api-contracts/tiktok-shop-web-api.md#get-api-u1-v1-tiktok-shop-web-fetch-product-detail-v3)
|
|
151
|
+
|
|
152
|
+
#### Parameters
|
|
153
|
+
|
|
154
|
+
| Field | In | Type | Required | Description |
|
|
155
|
+
| --- | --- | --- | --- | --- |
|
|
156
|
+
| product_id | query | string | Yes | 商品ID/Product ID |
|
|
157
|
+
| region | query | string | No | 地区代码/Region code |
|
|
158
|
+
|
|
159
|
+
#### Request Body
|
|
160
|
+
|
|
161
|
+
None
|
|
162
|
+
|
|
163
|
+
#### Success Response
|
|
164
|
+
|
|
165
|
+
##### `200 application/json`
|
|
166
|
+
|
|
167
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
168
|
+
|
|
169
|
+
| Field | Type | Required | Description |
|
|
170
|
+
| --- | --- | --- | --- |
|
|
171
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
172
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
173
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
174
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
175
|
+
| support | string | No | Support message \| 支持消息 |
|
|
176
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
177
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
178
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
179
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
180
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
181
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
182
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
183
|
+
|
|
184
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
185
|
+
|
|
186
|
+
### `GET /api/u1/v1/tiktok/shop/web/fetch_product_reviews_v1`
|
|
187
|
+
|
|
188
|
+
- Summary: 获取商品评论V1/Get product reviews V1
|
|
189
|
+
- Capabilities: commerce
|
|
190
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
191
|
+
- operationId: `fetch_product_reviews_v1_api_v1_tiktok_shop_web_fetch_product_reviews_v1_get`
|
|
192
|
+
- Full contract: [`api-contracts/tiktok-shop-web-api.md#get-api-u1-v1-tiktok-shop-web-fetch-product-reviews-v1`](../api-contracts/tiktok-shop-web-api.md#get-api-u1-v1-tiktok-shop-web-fetch-product-reviews-v1)
|
|
193
|
+
|
|
194
|
+
#### Parameters
|
|
195
|
+
|
|
196
|
+
| Field | In | Type | Required | Description |
|
|
197
|
+
| --- | --- | --- | --- | --- |
|
|
198
|
+
| product_id | query | string | Yes | 商品ID/Product ID |
|
|
199
|
+
| sort_type | query | integer | No | 排序方式/Sort type: 1=相关性/Relevance, 2=最新/Recent |
|
|
200
|
+
| filter_id | query | string | No | 筛选ID/Filter ID |
|
|
201
|
+
| offset | query | integer | No | 分页偏移量/Offset for pagination |
|
|
202
|
+
|
|
203
|
+
#### Request Body
|
|
204
|
+
|
|
205
|
+
None
|
|
206
|
+
|
|
207
|
+
#### Success Response
|
|
208
|
+
|
|
209
|
+
##### `200 application/json`
|
|
210
|
+
|
|
211
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
212
|
+
|
|
213
|
+
| Field | Type | Required | Description |
|
|
214
|
+
| --- | --- | --- | --- |
|
|
215
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
216
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
217
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
218
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
219
|
+
| support | string | No | Support message \| 支持消息 |
|
|
220
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
221
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
222
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
223
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
224
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
225
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
226
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
227
|
+
|
|
228
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
229
|
+
|
|
230
|
+
### `GET /api/u1/v1/tiktok/shop/web/fetch_product_reviews_v2`
|
|
231
|
+
|
|
232
|
+
- Summary: 获取商品评论V2/Get product reviews V2
|
|
233
|
+
- Capabilities: commerce
|
|
234
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
235
|
+
- operationId: `fetch_product_reviews_v2_api_v1_tiktok_shop_web_fetch_product_reviews_v2_get`
|
|
236
|
+
- Full contract: [`api-contracts/tiktok-shop-web-api.md#get-api-u1-v1-tiktok-shop-web-fetch-product-reviews-v2`](../api-contracts/tiktok-shop-web-api.md#get-api-u1-v1-tiktok-shop-web-fetch-product-reviews-v2)
|
|
237
|
+
|
|
238
|
+
#### Parameters
|
|
239
|
+
|
|
240
|
+
| Field | In | Type | Required | Description |
|
|
241
|
+
| --- | --- | --- | --- | --- |
|
|
242
|
+
| product_id | query | string | Yes | 商品ID/Product ID |
|
|
243
|
+
| page_start | query | integer | No | 起始页码/Page start |
|
|
244
|
+
| sort_rule | query | integer | No | 排序规则/Sort rule |
|
|
245
|
+
| filter_type | query | integer | No | 筛选类型/Filter type: 1=默认, 2=有图片/视频, 3=真实购买 |
|
|
246
|
+
| filter_value | query | integer | No | 星级筛选/Star filter: 6=全部, 5-1=对应星级 |
|
|
247
|
+
| region | query | string | No | 地区代码/Region code |
|
|
248
|
+
|
|
249
|
+
#### Request Body
|
|
250
|
+
|
|
251
|
+
None
|
|
252
|
+
|
|
253
|
+
#### Success Response
|
|
254
|
+
|
|
255
|
+
##### `200 application/json`
|
|
256
|
+
|
|
257
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
258
|
+
|
|
259
|
+
| Field | Type | Required | Description |
|
|
260
|
+
| --- | --- | --- | --- |
|
|
261
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
262
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
263
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
264
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
265
|
+
| support | string | No | Support message \| 支持消息 |
|
|
266
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
267
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
268
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
269
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
270
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
271
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
272
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
273
|
+
|
|
274
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
275
|
+
|
|
276
|
+
### `GET /api/u1/v1/tiktok/shop/web/fetch_products_by_category_id`
|
|
277
|
+
|
|
278
|
+
- Summary: 根据分类ID获取商品列表/Get products by category ID
|
|
279
|
+
- Capabilities: commerce
|
|
280
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
281
|
+
- operationId: `fetch_products_by_category_id_api_v1_tiktok_shop_web_fetch_products_by_category_id_get`
|
|
282
|
+
- Full contract: [`api-contracts/tiktok-shop-web-api.md#get-api-u1-v1-tiktok-shop-web-fetch-products-by-category-id`](../api-contracts/tiktok-shop-web-api.md#get-api-u1-v1-tiktok-shop-web-fetch-products-by-category-id)
|
|
283
|
+
|
|
284
|
+
#### Parameters
|
|
285
|
+
|
|
286
|
+
| Field | In | Type | Required | Description |
|
|
287
|
+
| --- | --- | --- | --- | --- |
|
|
288
|
+
| category_id | query | integer | Yes | 分类ID/Category ID |
|
|
289
|
+
| offset | query | integer | No | 翻页偏移量/Offset for pagination |
|
|
290
|
+
| region | query | string | No | 地区代码/Region code |
|
|
291
|
+
|
|
292
|
+
#### Request Body
|
|
293
|
+
|
|
294
|
+
None
|
|
295
|
+
|
|
296
|
+
#### Success Response
|
|
297
|
+
|
|
298
|
+
##### `200 application/json`
|
|
299
|
+
|
|
300
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
301
|
+
|
|
302
|
+
| Field | Type | Required | Description |
|
|
303
|
+
| --- | --- | --- | --- |
|
|
304
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
305
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
306
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
307
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
308
|
+
| support | string | No | Support message \| 支持消息 |
|
|
309
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
310
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
311
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
312
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
313
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
314
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
315
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
316
|
+
|
|
317
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
318
|
+
|
|
319
|
+
### `GET /api/u1/v1/tiktok/shop/web/fetch_products_category_list`
|
|
320
|
+
|
|
321
|
+
- Summary: 获取商品分类列表/Get product category list
|
|
322
|
+
- Capabilities: commerce
|
|
323
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
324
|
+
- operationId: `fetch_products_category_list_api_v1_tiktok_shop_web_fetch_products_category_list_get`
|
|
325
|
+
- Full contract: [`api-contracts/tiktok-shop-web-api.md#get-api-u1-v1-tiktok-shop-web-fetch-products-category-list`](../api-contracts/tiktok-shop-web-api.md#get-api-u1-v1-tiktok-shop-web-fetch-products-category-list)
|
|
326
|
+
|
|
327
|
+
#### Parameters
|
|
328
|
+
|
|
329
|
+
| Field | In | Type | Required | Description |
|
|
330
|
+
| --- | --- | --- | --- | --- |
|
|
331
|
+
| region | query | string | No | 地区代码/Region code |
|
|
332
|
+
|
|
333
|
+
#### Request Body
|
|
334
|
+
|
|
335
|
+
None
|
|
336
|
+
|
|
337
|
+
#### Success Response
|
|
338
|
+
|
|
339
|
+
##### `200 application/json`
|
|
340
|
+
|
|
341
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
342
|
+
|
|
343
|
+
| Field | Type | Required | Description |
|
|
344
|
+
| --- | --- | --- | --- |
|
|
345
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
346
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
347
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
348
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
349
|
+
| support | string | No | Support message \| 支持消息 |
|
|
350
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
351
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
352
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
353
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
354
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
355
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
356
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
357
|
+
|
|
358
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
359
|
+
|
|
360
|
+
### `GET /api/u1/v1/tiktok/shop/web/fetch_search_products_list`
|
|
361
|
+
|
|
362
|
+
- Summary: 搜索商品列表V1/Search products list V1
|
|
363
|
+
- Capabilities: search / commerce
|
|
364
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
365
|
+
- operationId: `fetch_search_products_list_api_v1_tiktok_shop_web_fetch_search_products_list_get`
|
|
366
|
+
- Full contract: [`api-contracts/tiktok-shop-web-api.md#get-api-u1-v1-tiktok-shop-web-fetch-search-products-list`](../api-contracts/tiktok-shop-web-api.md#get-api-u1-v1-tiktok-shop-web-fetch-search-products-list)
|
|
367
|
+
|
|
368
|
+
#### Parameters
|
|
369
|
+
|
|
370
|
+
| Field | In | Type | Required | Description |
|
|
371
|
+
| --- | --- | --- | --- | --- |
|
|
372
|
+
| search_word | query | string | Yes | 搜索关键词/Search keyword |
|
|
373
|
+
| offset | query | integer | No | 偏移量/Offset |
|
|
374
|
+
| page_token | query | string | No | 分页标记/Page token |
|
|
375
|
+
| region | query | string | No | 地区代码/Region code |
|
|
376
|
+
|
|
377
|
+
#### Request Body
|
|
378
|
+
|
|
379
|
+
None
|
|
380
|
+
|
|
381
|
+
#### Success Response
|
|
382
|
+
|
|
383
|
+
##### `200 application/json`
|
|
384
|
+
|
|
385
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
386
|
+
|
|
387
|
+
| Field | Type | Required | Description |
|
|
388
|
+
| --- | --- | --- | --- |
|
|
389
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
390
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
391
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
392
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
393
|
+
| support | string | No | Support message \| 支持消息 |
|
|
394
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
395
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
396
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
397
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
398
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
399
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
400
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
401
|
+
|
|
402
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
403
|
+
|
|
404
|
+
### `GET /api/u1/v1/tiktok/shop/web/fetch_search_products_list_v2`
|
|
405
|
+
|
|
406
|
+
- Summary: 搜索商品列表V2(移动端)/Search products list V2 (Mobile)
|
|
407
|
+
- Capabilities: search / commerce
|
|
408
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
409
|
+
- operationId: `fetch_search_products_list_v2_api_v1_tiktok_shop_web_fetch_search_products_list_v2_get`
|
|
410
|
+
- Full contract: [`api-contracts/tiktok-shop-web-api.md#get-api-u1-v1-tiktok-shop-web-fetch-search-products-list-v2`](../api-contracts/tiktok-shop-web-api.md#get-api-u1-v1-tiktok-shop-web-fetch-search-products-list-v2)
|
|
411
|
+
|
|
412
|
+
#### Parameters
|
|
413
|
+
|
|
414
|
+
| Field | In | Type | Required | Description |
|
|
415
|
+
| --- | --- | --- | --- | --- |
|
|
416
|
+
| search_word | query | string | Yes | 搜索关键词/Search keyword |
|
|
417
|
+
| offset | query | integer | No | 偏移量/Offset |
|
|
418
|
+
| page_token | query | string | No | 分页标记/Page token |
|
|
419
|
+
| region | query | string | No | 地区代码/Region code |
|
|
420
|
+
|
|
421
|
+
#### Request Body
|
|
422
|
+
|
|
423
|
+
None
|
|
424
|
+
|
|
425
|
+
#### Success Response
|
|
426
|
+
|
|
427
|
+
##### `200 application/json`
|
|
428
|
+
|
|
429
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
430
|
+
|
|
431
|
+
| Field | Type | Required | Description |
|
|
432
|
+
| --- | --- | --- | --- |
|
|
433
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
434
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
435
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
436
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
437
|
+
| support | string | No | Support message \| 支持消息 |
|
|
438
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
439
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
440
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
441
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
442
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
443
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
444
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
445
|
+
|
|
446
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
447
|
+
|
|
448
|
+
### `GET /api/u1/v1/tiktok/shop/web/fetch_search_products_list_v3`
|
|
449
|
+
|
|
450
|
+
- Summary: 搜索商品列表V3/Search products list V3
|
|
451
|
+
- Capabilities: search / commerce
|
|
452
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
453
|
+
- operationId: `fetch_search_products_list_v3_api_v1_tiktok_shop_web_fetch_search_products_list_v3_get`
|
|
454
|
+
- Full contract: [`api-contracts/tiktok-shop-web-api.md#get-api-u1-v1-tiktok-shop-web-fetch-search-products-list-v3`](../api-contracts/tiktok-shop-web-api.md#get-api-u1-v1-tiktok-shop-web-fetch-search-products-list-v3)
|
|
455
|
+
|
|
456
|
+
#### Parameters
|
|
457
|
+
|
|
458
|
+
| Field | In | Type | Required | Description |
|
|
459
|
+
| --- | --- | --- | --- | --- |
|
|
460
|
+
| keyword | query | string | Yes | 搜索关键词/Search keyword |
|
|
461
|
+
| offset | query | integer | No | 偏移量/Offset |
|
|
462
|
+
| region | query | string | No | 地区代码/Region code (Alpha-2) |
|
|
463
|
+
| sort_by | query | string | No | 排序方式/Sort by: RELEVANCE, PRICE_ASC, PRICE_DESC, BEST_SELLERS |
|
|
464
|
+
| filters_data | query | string | No | 筛选数据JSON/Filters data JSON |
|
|
465
|
+
|
|
466
|
+
#### Request Body
|
|
467
|
+
|
|
468
|
+
None
|
|
469
|
+
|
|
470
|
+
#### Success Response
|
|
471
|
+
|
|
472
|
+
##### `200 application/json`
|
|
473
|
+
|
|
474
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
475
|
+
|
|
476
|
+
| Field | Type | Required | Description |
|
|
477
|
+
| --- | --- | --- | --- |
|
|
478
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
479
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
480
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
481
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
482
|
+
| support | string | No | Support message \| 支持消息 |
|
|
483
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
484
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
485
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
486
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
487
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
488
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
489
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
490
|
+
|
|
491
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
492
|
+
|
|
493
|
+
### `GET /api/u1/v1/tiktok/shop/web/fetch_search_word_suggestion`
|
|
494
|
+
|
|
495
|
+
- Summary: 获取搜索关键词建议V1/Get search keyword suggestions V1
|
|
496
|
+
- Capabilities: search / commerce
|
|
497
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
498
|
+
- operationId: `fetch_search_word_suggestion_api_v1_tiktok_shop_web_fetch_search_word_suggestion_get`
|
|
499
|
+
- Full contract: [`api-contracts/tiktok-shop-web-api.md#get-api-u1-v1-tiktok-shop-web-fetch-search-word-suggestion`](../api-contracts/tiktok-shop-web-api.md#get-api-u1-v1-tiktok-shop-web-fetch-search-word-suggestion)
|
|
500
|
+
|
|
501
|
+
#### Parameters
|
|
502
|
+
|
|
503
|
+
| Field | In | Type | Required | Description |
|
|
504
|
+
| --- | --- | --- | --- | --- |
|
|
505
|
+
| search_word | query | string | Yes | 搜索关键词/Search keyword |
|
|
506
|
+
| lang | query | string | No | 语言/Language |
|
|
507
|
+
| region | query | string | No | 地区代码/Region code |
|
|
508
|
+
|
|
509
|
+
#### Request Body
|
|
510
|
+
|
|
511
|
+
None
|
|
512
|
+
|
|
513
|
+
#### Success Response
|
|
514
|
+
|
|
515
|
+
##### `200 application/json`
|
|
516
|
+
|
|
517
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
518
|
+
|
|
519
|
+
| Field | Type | Required | Description |
|
|
520
|
+
| --- | --- | --- | --- |
|
|
521
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
522
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
523
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
524
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
525
|
+
| support | string | No | Support message \| 支持消息 |
|
|
526
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
527
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
528
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
529
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
530
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
531
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
532
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
533
|
+
|
|
534
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
535
|
+
|
|
536
|
+
### `GET /api/u1/v1/tiktok/shop/web/fetch_search_word_suggestion_v2`
|
|
537
|
+
|
|
538
|
+
- Summary: 获取搜索关键词建议V2(移动端)/Get search keyword suggestions V2 (Mobile)
|
|
539
|
+
- Capabilities: search / commerce
|
|
540
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
541
|
+
- operationId: `fetch_search_word_suggestion_v2_api_v1_tiktok_shop_web_fetch_search_word_suggestion_v2_get`
|
|
542
|
+
- Full contract: [`api-contracts/tiktok-shop-web-api.md#get-api-u1-v1-tiktok-shop-web-fetch-search-word-suggestion-v2`](../api-contracts/tiktok-shop-web-api.md#get-api-u1-v1-tiktok-shop-web-fetch-search-word-suggestion-v2)
|
|
543
|
+
|
|
544
|
+
#### Parameters
|
|
545
|
+
|
|
546
|
+
| Field | In | Type | Required | Description |
|
|
547
|
+
| --- | --- | --- | --- | --- |
|
|
548
|
+
| search_word | query | string | Yes | 搜索关键词/Search keyword |
|
|
549
|
+
| lang | query | string | No | 语言/Language |
|
|
550
|
+
| region | query | string | No | 地区代码/Region code |
|
|
551
|
+
|
|
552
|
+
#### Request Body
|
|
553
|
+
|
|
554
|
+
None
|
|
555
|
+
|
|
556
|
+
#### Success Response
|
|
557
|
+
|
|
558
|
+
##### `200 application/json`
|
|
559
|
+
|
|
560
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
561
|
+
|
|
562
|
+
| Field | Type | Required | Description |
|
|
563
|
+
| --- | --- | --- | --- |
|
|
564
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
565
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
566
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
567
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
568
|
+
| support | string | No | Support message \| 支持消息 |
|
|
569
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
570
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
571
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
572
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
573
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
574
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
575
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
576
|
+
|
|
577
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
578
|
+
|
|
579
|
+
### `GET /api/u1/v1/tiktok/shop/web/fetch_seller_products_list`
|
|
580
|
+
|
|
581
|
+
- Summary: 获取商家商品列表V1/Get seller products list V1
|
|
582
|
+
- Capabilities: commerce
|
|
583
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
584
|
+
- operationId: `fetch_seller_products_list_api_v1_tiktok_shop_web_fetch_seller_products_list_get`
|
|
585
|
+
- Full contract: [`api-contracts/tiktok-shop-web-api.md#get-api-u1-v1-tiktok-shop-web-fetch-seller-products-list`](../api-contracts/tiktok-shop-web-api.md#get-api-u1-v1-tiktok-shop-web-fetch-seller-products-list)
|
|
586
|
+
|
|
587
|
+
#### Parameters
|
|
588
|
+
|
|
589
|
+
| Field | In | Type | Required | Description |
|
|
590
|
+
| --- | --- | --- | --- | --- |
|
|
591
|
+
| seller_id | query | string | Yes | 卖家ID/Seller ID |
|
|
592
|
+
| search_params | query | string | No | 搜索参数(用于分页)/Search params (for pagination) |
|
|
593
|
+
| region | query | string | No | 地区代码/Region code |
|
|
594
|
+
|
|
595
|
+
#### Request Body
|
|
596
|
+
|
|
597
|
+
None
|
|
598
|
+
|
|
599
|
+
#### Success Response
|
|
600
|
+
|
|
601
|
+
##### `200 application/json`
|
|
602
|
+
|
|
603
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
604
|
+
|
|
605
|
+
| Field | Type | Required | Description |
|
|
606
|
+
| --- | --- | --- | --- |
|
|
607
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
608
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
609
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
610
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
611
|
+
| support | string | No | Support message \| 支持消息 |
|
|
612
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
613
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
614
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
615
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
616
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
617
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
618
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
619
|
+
|
|
620
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
621
|
+
|
|
622
|
+
### `GET /api/u1/v1/tiktok/shop/web/fetch_seller_products_list_v2`
|
|
623
|
+
|
|
624
|
+
- Summary: 获取商家商品列表V2(移动端)/Get seller products list V2 (Mobile)
|
|
625
|
+
- Capabilities: commerce
|
|
626
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
627
|
+
- operationId: `fetch_seller_products_list_v2_api_v1_tiktok_shop_web_fetch_seller_products_list_v2_get`
|
|
628
|
+
- Full contract: [`api-contracts/tiktok-shop-web-api.md#get-api-u1-v1-tiktok-shop-web-fetch-seller-products-list-v2`](../api-contracts/tiktok-shop-web-api.md#get-api-u1-v1-tiktok-shop-web-fetch-seller-products-list-v2)
|
|
629
|
+
|
|
630
|
+
#### Parameters
|
|
631
|
+
|
|
632
|
+
| Field | In | Type | Required | Description |
|
|
633
|
+
| --- | --- | --- | --- | --- |
|
|
634
|
+
| seller_id | query | string | Yes | 卖家ID/Seller ID |
|
|
635
|
+
| searchParams | query | string | No | 搜索参数/Search params |
|
|
636
|
+
| region | query | string | No | 地区代码/Region code |
|
|
637
|
+
|
|
638
|
+
#### Request Body
|
|
639
|
+
|
|
640
|
+
None
|
|
641
|
+
|
|
642
|
+
#### Success Response
|
|
643
|
+
|
|
644
|
+
##### `200 application/json`
|
|
645
|
+
|
|
646
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
647
|
+
|
|
648
|
+
| Field | Type | Required | Description |
|
|
649
|
+
| --- | --- | --- | --- |
|
|
650
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
651
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
652
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
653
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
654
|
+
| support | string | No | Support message \| 支持消息 |
|
|
655
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
656
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
657
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
658
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
659
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
660
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
661
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
662
|
+
|
|
663
|
+
- Fields truncated: this layer shows only the first `12` rows.
|