@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,1949 @@
|
|
|
1
|
+
# LinkedIn-Web-API Full Contract
|
|
2
|
+
|
|
3
|
+
- Back to index: [`api-capability-index.md`](../api-capability-index.md)
|
|
4
|
+
- Back to route summary: [`api-tags/linkedin-web-api.md`](../api-tags/linkedin-web-api.md)
|
|
5
|
+
- Current contract file: `api-contracts/linkedin-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: `25`
|
|
9
|
+
- Default auth: Header `Authorization` Bearer
|
|
10
|
+
- Read this file only when you need precise auth notes, parameter descriptions, defaults, examples, or success-response fields.
|
|
11
|
+
- Tag description: **(LinkedIn Web数据接口/LinkedIn-Web-API endpoints)**
|
|
12
|
+
|
|
13
|
+
## Route Contracts
|
|
14
|
+
|
|
15
|
+
<a id="get-api-u1-v1-linkedin-web-get-company-job-count"></a>
|
|
16
|
+
### `GET /api/u1/v1/linkedin/web/get_company_job_count`
|
|
17
|
+
|
|
18
|
+
- Summary: 获取公司职位数量/Get company job count
|
|
19
|
+
- Capabilities: general
|
|
20
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
21
|
+
- operationId: `get_company_job_count_api_v1_linkedin_web_get_company_job_count_get`
|
|
22
|
+
|
|
23
|
+
#### Notes
|
|
24
|
+
|
|
25
|
+
> # [中文]
|
|
26
|
+
> ### 用途:
|
|
27
|
+
> - 获取LinkedIn公司职位数量
|
|
28
|
+
>
|
|
29
|
+
> ### 参数:
|
|
30
|
+
> - company_id: 公司ID(必填)
|
|
31
|
+
>
|
|
32
|
+
> ### 返回:
|
|
33
|
+
> - 公司职位数量数据
|
|
34
|
+
>
|
|
35
|
+
> # [English]
|
|
36
|
+
> ### Purpose:
|
|
37
|
+
> - Get LinkedIn company job count
|
|
38
|
+
>
|
|
39
|
+
> ### Parameters:
|
|
40
|
+
> - company_id: Company ID (required)
|
|
41
|
+
>
|
|
42
|
+
> ### Returns:
|
|
43
|
+
> - Company job count data
|
|
44
|
+
>
|
|
45
|
+
> # [示例/Example]
|
|
46
|
+
> company_id = "783611"
|
|
47
|
+
|
|
48
|
+
#### Parameters
|
|
49
|
+
|
|
50
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
51
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
52
|
+
| company_id | query | string | Yes | 公司ID/Company ID | None | 783611 | None |
|
|
53
|
+
|
|
54
|
+
#### Request Body
|
|
55
|
+
|
|
56
|
+
None
|
|
57
|
+
|
|
58
|
+
#### Success Response
|
|
59
|
+
|
|
60
|
+
##### `200 application/json`
|
|
61
|
+
|
|
62
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
63
|
+
|
|
64
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
65
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
66
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
67
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
68
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
69
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
70
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
71
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
72
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
73
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
74
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
75
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
76
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
77
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
78
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
79
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
80
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
81
|
+
|
|
82
|
+
<a id="get-api-u1-v1-linkedin-web-get-company-jobs"></a>
|
|
83
|
+
### `GET /api/u1/v1/linkedin/web/get_company_jobs`
|
|
84
|
+
|
|
85
|
+
- Summary: 获取公司职位/Get company jobs
|
|
86
|
+
- Capabilities: general
|
|
87
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
88
|
+
- operationId: `get_company_jobs_api_v1_linkedin_web_get_company_jobs_get`
|
|
89
|
+
|
|
90
|
+
#### Notes
|
|
91
|
+
|
|
92
|
+
> # [中文]
|
|
93
|
+
> ### 用途:
|
|
94
|
+
> - 获取LinkedIn公司职位列表
|
|
95
|
+
>
|
|
96
|
+
> ### 参数:
|
|
97
|
+
> - company_id: 公司ID(必填)
|
|
98
|
+
> - page: 页码(可选),默认为1
|
|
99
|
+
> - sort_by: 排序方式(可选):recent(最新), relevant(相关)
|
|
100
|
+
> - date_posted: 发布时间过滤(可选):anytime, past_month, past_week, past_24_hours
|
|
101
|
+
> - experience_level: 经验级别(可选):internship, entry_level, associate, mid_senior, director, executive
|
|
102
|
+
> - remote: 工作地点类型(可选):onsite, remote, hybrid
|
|
103
|
+
> - job_type: 工作类型(可选):full_time, part_time, contract, temporary, volunteer, internship, other
|
|
104
|
+
> - easy_apply: 是否易申请(可选)
|
|
105
|
+
> - under_10_applicants: 是否少于10个申请者(可选)
|
|
106
|
+
> - fair_chance_employer: 是否公平机会雇主(可选)
|
|
107
|
+
>
|
|
108
|
+
> ### 返回:
|
|
109
|
+
> - 公司职位列表数据
|
|
110
|
+
>
|
|
111
|
+
> # [English]
|
|
112
|
+
> ### Purpose:
|
|
113
|
+
> - Get LinkedIn company jobs list
|
|
114
|
+
>
|
|
115
|
+
> ### Parameters:
|
|
116
|
+
> - company_id: Company ID (required)
|
|
117
|
+
> - page: Page number (optional), default is 1
|
|
118
|
+
> - sort_by: Sort by (optional): recent, relevant
|
|
119
|
+
> - date_posted: Date posted filter (optional): anytime, past_month, past_week, past_24_hours
|
|
120
|
+
> - experience_level: Experience level (optional): internship, entry_level, associate, mid_senior, director, executive
|
|
121
|
+
> - remote: Remote filter (optional): onsite, remote, hybrid
|
|
122
|
+
> - job_type: Job type (optional): full_time, part_time, contract, temporary, volunteer, internship, other
|
|
123
|
+
> - easy_apply: Easy apply filter (optional)
|
|
124
|
+
> - under_10_applicants: Under 10 applicants filter (optional)
|
|
125
|
+
> - fair_chance_employer: Fair chance employer filter (optional)
|
|
126
|
+
>
|
|
127
|
+
> ### Returns:
|
|
128
|
+
> - Company jobs list data
|
|
129
|
+
>
|
|
130
|
+
> # [示例/Example]
|
|
131
|
+
> company_id = "783611"
|
|
132
|
+
> page = 1
|
|
133
|
+
|
|
134
|
+
#### Parameters
|
|
135
|
+
|
|
136
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
137
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
138
|
+
| company_id | query | string | Yes | 公司ID/Company ID | None | 783611 | None |
|
|
139
|
+
| page | query | integer | No | 页码/Page number | 1 | 1 | None |
|
|
140
|
+
| sort_by | query | string | No | 排序方式:recent(最新)或relevant(相关)/Sort by: recent or relevant | None | None | None |
|
|
141
|
+
| date_posted | query | string | No | 发布时间过滤:anytime, past_month, past_week, past_24_hours | None | None | None |
|
|
142
|
+
| experience_level | query | string | No | 经验级别:internship, entry_level, associate, mid_senior, director, executive | None | None | None |
|
|
143
|
+
| remote | query | string | No | 工作地点类型:onsite, remote, hybrid | None | None | None |
|
|
144
|
+
| job_type | query | string | No | 工作类型:full_time, part_time, contract, temporary, volunteer, internship, other | None | None | None |
|
|
145
|
+
| easy_apply | query | boolean | No | 是否易申请/Filter easy apply jobs | None | None | None |
|
|
146
|
+
| under_10_applicants | query | boolean | No | 是否少于10个申请者/Filter jobs with under 10 applicants | None | None | None |
|
|
147
|
+
| fair_chance_employer | query | boolean | No | 是否公平机会雇主/Filter fair chance employer jobs | None | None | None |
|
|
148
|
+
|
|
149
|
+
#### Request Body
|
|
150
|
+
|
|
151
|
+
None
|
|
152
|
+
|
|
153
|
+
#### Success Response
|
|
154
|
+
|
|
155
|
+
##### `200 application/json`
|
|
156
|
+
|
|
157
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
158
|
+
|
|
159
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
160
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
161
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
162
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
163
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
164
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
165
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
166
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
167
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
168
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
169
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
170
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
171
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
172
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
173
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
174
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
175
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
176
|
+
|
|
177
|
+
<a id="get-api-u1-v1-linkedin-web-get-company-people"></a>
|
|
178
|
+
### `GET /api/u1/v1/linkedin/web/get_company_people`
|
|
179
|
+
|
|
180
|
+
- Summary: 获取公司员工/Get company people
|
|
181
|
+
- Capabilities: general
|
|
182
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
183
|
+
- operationId: `get_company_people_api_v1_linkedin_web_get_company_people_get`
|
|
184
|
+
|
|
185
|
+
#### Notes
|
|
186
|
+
|
|
187
|
+
> # [中文]
|
|
188
|
+
> ### 用途:
|
|
189
|
+
> - 获取LinkedIn公司员工列表
|
|
190
|
+
>
|
|
191
|
+
> ### 参数:
|
|
192
|
+
> - company_id: 公司ID(必填)
|
|
193
|
+
> - page: 页码(可选),默认为1
|
|
194
|
+
>
|
|
195
|
+
> ### 返回:
|
|
196
|
+
> - 公司员工列表数据
|
|
197
|
+
>
|
|
198
|
+
> # [English]
|
|
199
|
+
> ### Purpose:
|
|
200
|
+
> - Get LinkedIn company people/employees list
|
|
201
|
+
>
|
|
202
|
+
> ### Parameters:
|
|
203
|
+
> - company_id: Company ID (required)
|
|
204
|
+
> - page: Page number (optional), default is 1
|
|
205
|
+
>
|
|
206
|
+
> ### Returns:
|
|
207
|
+
> - Company people list data
|
|
208
|
+
>
|
|
209
|
+
> # [示例/Example]
|
|
210
|
+
> company_id = "1066442"
|
|
211
|
+
> page = 1
|
|
212
|
+
|
|
213
|
+
#### Parameters
|
|
214
|
+
|
|
215
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
216
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
217
|
+
| company_id | query | string | Yes | 公司ID/Company ID | None | 1066442 | None |
|
|
218
|
+
| page | query | integer | No | 页码/Page number | 1 | 1 | None |
|
|
219
|
+
|
|
220
|
+
#### Request Body
|
|
221
|
+
|
|
222
|
+
None
|
|
223
|
+
|
|
224
|
+
#### Success Response
|
|
225
|
+
|
|
226
|
+
##### `200 application/json`
|
|
227
|
+
|
|
228
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
229
|
+
|
|
230
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
231
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
232
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
233
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
234
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
235
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
236
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
237
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
238
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
239
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
240
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
241
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
242
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
243
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
244
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
245
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
246
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
247
|
+
|
|
248
|
+
<a id="get-api-u1-v1-linkedin-web-get-company-posts"></a>
|
|
249
|
+
### `GET /api/u1/v1/linkedin/web/get_company_posts`
|
|
250
|
+
|
|
251
|
+
- Summary: 获取公司帖子/Get company posts
|
|
252
|
+
- Capabilities: content details
|
|
253
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
254
|
+
- operationId: `get_company_posts_api_v1_linkedin_web_get_company_posts_get`
|
|
255
|
+
|
|
256
|
+
#### Notes
|
|
257
|
+
|
|
258
|
+
> # [中文]
|
|
259
|
+
> ### 用途:
|
|
260
|
+
> - 获取LinkedIn公司发布的帖子
|
|
261
|
+
>
|
|
262
|
+
> ### 参数:
|
|
263
|
+
> - company_id: 公司ID(必填)
|
|
264
|
+
> - page: 页码(可选),默认为1
|
|
265
|
+
> - sort_by: 排序方式(可选),默认为top
|
|
266
|
+
> - top: 热门帖子
|
|
267
|
+
> - recent: 最新帖子
|
|
268
|
+
>
|
|
269
|
+
> ### 返回:
|
|
270
|
+
> - 公司帖子列表数据
|
|
271
|
+
>
|
|
272
|
+
> # [English]
|
|
273
|
+
> ### Purpose:
|
|
274
|
+
> - Get posts published by LinkedIn company
|
|
275
|
+
>
|
|
276
|
+
> ### Parameters:
|
|
277
|
+
> - company_id: Company ID (required)
|
|
278
|
+
> - page: Page number (optional), default is 1
|
|
279
|
+
> - sort_by: Sort by (optional), default is top
|
|
280
|
+
> - top: Top posts
|
|
281
|
+
> - recent: Recent posts
|
|
282
|
+
>
|
|
283
|
+
> ### Returns:
|
|
284
|
+
> - Company posts list data
|
|
285
|
+
>
|
|
286
|
+
> # [示例/Example]
|
|
287
|
+
> company_id = "10649600"
|
|
288
|
+
> page = 1
|
|
289
|
+
> sort_by = "top"
|
|
290
|
+
|
|
291
|
+
#### Parameters
|
|
292
|
+
|
|
293
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
294
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
295
|
+
| company_id | query | string | Yes | 公司ID/Company ID | None | 10649600 | None |
|
|
296
|
+
| page | query | integer | No | 页码/Page number | 1 | 1 | None |
|
|
297
|
+
| sort_by | query | string | No | 排序方式:top(热门)或recent(最新)/Sort by: top or recent | top | top | None |
|
|
298
|
+
|
|
299
|
+
#### Request Body
|
|
300
|
+
|
|
301
|
+
None
|
|
302
|
+
|
|
303
|
+
#### Success Response
|
|
304
|
+
|
|
305
|
+
##### `200 application/json`
|
|
306
|
+
|
|
307
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
308
|
+
|
|
309
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
310
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
311
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
312
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
313
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
314
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
315
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
316
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
317
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
318
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
319
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
320
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
321
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
322
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
323
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
324
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
325
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
326
|
+
|
|
327
|
+
<a id="get-api-u1-v1-linkedin-web-get-company-profile"></a>
|
|
328
|
+
### `GET /api/u1/v1/linkedin/web/get_company_profile`
|
|
329
|
+
|
|
330
|
+
- Summary: 获取公司资料/Get company profile
|
|
331
|
+
- Capabilities: profiles / accounts
|
|
332
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
333
|
+
- operationId: `get_company_profile_api_v1_linkedin_web_get_company_profile_get`
|
|
334
|
+
|
|
335
|
+
#### Notes
|
|
336
|
+
|
|
337
|
+
> # [中文]
|
|
338
|
+
> ### 用途:
|
|
339
|
+
> - 获取LinkedIn公司资料信息
|
|
340
|
+
>
|
|
341
|
+
> ### 参数:
|
|
342
|
+
> - company: 公司名称(可选)
|
|
343
|
+
> - company_id: 公司ID(可选,额外消耗1次请求)
|
|
344
|
+
>
|
|
345
|
+
> ### 注意:
|
|
346
|
+
> - company和company_id至少需要提供一个
|
|
347
|
+
>
|
|
348
|
+
> ### 返回:
|
|
349
|
+
> - 公司资料数据
|
|
350
|
+
>
|
|
351
|
+
> # [English]
|
|
352
|
+
> ### Purpose:
|
|
353
|
+
> - Get LinkedIn company profile information
|
|
354
|
+
>
|
|
355
|
+
> ### Parameters:
|
|
356
|
+
> - company: Company name (optional)
|
|
357
|
+
> - company_id: Company ID (optional, +1 request)
|
|
358
|
+
>
|
|
359
|
+
> ### Note:
|
|
360
|
+
> - At least one of company or company_id must be provided
|
|
361
|
+
>
|
|
362
|
+
> ### Returns:
|
|
363
|
+
> - Company profile data
|
|
364
|
+
>
|
|
365
|
+
> # [示例/Example]
|
|
366
|
+
> company = "rapidapi"
|
|
367
|
+
|
|
368
|
+
#### Parameters
|
|
369
|
+
|
|
370
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
371
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
372
|
+
| company | query | string | No | 公司名称/Company name | None | rapidapi | None |
|
|
373
|
+
| company_id | query | string | No | 公司ID(额外消耗1次请求)/Company ID (+1 request) | None | None | None |
|
|
374
|
+
|
|
375
|
+
#### Request Body
|
|
376
|
+
|
|
377
|
+
None
|
|
378
|
+
|
|
379
|
+
#### Success Response
|
|
380
|
+
|
|
381
|
+
##### `200 application/json`
|
|
382
|
+
|
|
383
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
384
|
+
|
|
385
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
386
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
387
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
388
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
389
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
390
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
391
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
392
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
393
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
394
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
395
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
396
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
397
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
398
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
399
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
400
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
401
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
402
|
+
|
|
403
|
+
<a id="get-api-u1-v1-linkedin-web-get-job-detail"></a>
|
|
404
|
+
### `GET /api/u1/v1/linkedin/web/get_job_detail`
|
|
405
|
+
|
|
406
|
+
- Summary: 获取职位详情/Get job detail
|
|
407
|
+
- Capabilities: details
|
|
408
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
409
|
+
- operationId: `get_job_detail_api_v1_linkedin_web_get_job_detail_get`
|
|
410
|
+
|
|
411
|
+
#### Notes
|
|
412
|
+
|
|
413
|
+
> # [中文]
|
|
414
|
+
> ### 用途:
|
|
415
|
+
> - 获取LinkedIn职位详情
|
|
416
|
+
>
|
|
417
|
+
> ### 参数:
|
|
418
|
+
> - job_id: 职位ID(必填)
|
|
419
|
+
> - include_skills: 包含职位技能要求(可选,额外消耗1次请求)
|
|
420
|
+
>
|
|
421
|
+
> ### 返回:
|
|
422
|
+
> - 职位详情数据
|
|
423
|
+
>
|
|
424
|
+
> # [English]
|
|
425
|
+
> ### Purpose:
|
|
426
|
+
> - Get LinkedIn job detail
|
|
427
|
+
>
|
|
428
|
+
> ### Parameters:
|
|
429
|
+
> - job_id: Job ID (required)
|
|
430
|
+
> - include_skills: Include job skills (optional, +1 request)
|
|
431
|
+
>
|
|
432
|
+
> ### Returns:
|
|
433
|
+
> - Job detail data
|
|
434
|
+
>
|
|
435
|
+
> # [示例/Example]
|
|
436
|
+
> job_id = "4172815660"
|
|
437
|
+
|
|
438
|
+
#### Parameters
|
|
439
|
+
|
|
440
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
441
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
442
|
+
| job_id | query | string | Yes | 职位ID/Job ID | None | 4172815660 | None |
|
|
443
|
+
| include_skills | query | boolean | No | 包含职位技能要求(额外消耗1次请求)/Include job skills (+1 request) | None | None | None |
|
|
444
|
+
|
|
445
|
+
#### Request Body
|
|
446
|
+
|
|
447
|
+
None
|
|
448
|
+
|
|
449
|
+
#### Success Response
|
|
450
|
+
|
|
451
|
+
##### `200 application/json`
|
|
452
|
+
|
|
453
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
454
|
+
|
|
455
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
456
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
457
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
458
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
459
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
460
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
461
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
462
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
463
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
464
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
465
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
466
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
467
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
468
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
469
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
470
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
471
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
472
|
+
|
|
473
|
+
<a id="get-api-u1-v1-linkedin-web-get-user-about"></a>
|
|
474
|
+
### `GET /api/u1/v1/linkedin/web/get_user_about`
|
|
475
|
+
|
|
476
|
+
- Summary: 获取用户简介/Get user about
|
|
477
|
+
- Capabilities: profiles / accounts
|
|
478
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
479
|
+
- operationId: `get_user_about_api_v1_linkedin_web_get_user_about_get`
|
|
480
|
+
|
|
481
|
+
#### Notes
|
|
482
|
+
|
|
483
|
+
> # [中文]
|
|
484
|
+
> ### 用途:
|
|
485
|
+
> - 获取LinkedIn用户简介/关于信息
|
|
486
|
+
>
|
|
487
|
+
> ### 参数:
|
|
488
|
+
> - urn: 用户URN(必填),可通过get_user_profile接口获取
|
|
489
|
+
>
|
|
490
|
+
> ### 返回:
|
|
491
|
+
> - 用户简介数据
|
|
492
|
+
>
|
|
493
|
+
> # [English]
|
|
494
|
+
> ### Purpose:
|
|
495
|
+
> - Get LinkedIn user about/bio information
|
|
496
|
+
>
|
|
497
|
+
> ### Parameters:
|
|
498
|
+
> - urn: User URN (required), can be obtained from get_user_profile endpoint
|
|
499
|
+
>
|
|
500
|
+
> ### Returns:
|
|
501
|
+
> - User about data
|
|
502
|
+
>
|
|
503
|
+
> # [示例/Example]
|
|
504
|
+
> urn = "ACoAAA8BYqEBCGLg_vT_ca6mMEqkpp9nVffJ3hc"
|
|
505
|
+
|
|
506
|
+
#### Parameters
|
|
507
|
+
|
|
508
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
509
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
510
|
+
| urn | query | string | Yes | 用户URN,可通过get_user_profile接口获取/User URN, can be obtained from get_user_profile endpoint | None | ACoAAA8BYqEBCGLg_vT_ca6mMEqkpp9nVffJ3hc | None |
|
|
511
|
+
|
|
512
|
+
#### Request Body
|
|
513
|
+
|
|
514
|
+
None
|
|
515
|
+
|
|
516
|
+
#### Success Response
|
|
517
|
+
|
|
518
|
+
##### `200 application/json`
|
|
519
|
+
|
|
520
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
521
|
+
|
|
522
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
523
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
524
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
525
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
526
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
527
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
528
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
529
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
530
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
531
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
532
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
533
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
534
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
535
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
536
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
537
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
538
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
539
|
+
|
|
540
|
+
<a id="get-api-u1-v1-linkedin-web-get-user-certifications"></a>
|
|
541
|
+
### `GET /api/u1/v1/linkedin/web/get_user_certifications`
|
|
542
|
+
|
|
543
|
+
- Summary: 获取用户认证/Get user certifications
|
|
544
|
+
- Capabilities: profiles / accounts
|
|
545
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
546
|
+
- operationId: `get_user_certifications_api_v1_linkedin_web_get_user_certifications_get`
|
|
547
|
+
|
|
548
|
+
#### Notes
|
|
549
|
+
|
|
550
|
+
> # [中文]
|
|
551
|
+
> ### 用途:
|
|
552
|
+
> - 获取LinkedIn用户认证
|
|
553
|
+
>
|
|
554
|
+
> ### 参数:
|
|
555
|
+
> - urn: 用户URN(必填),可通过get_user_profile接口获取
|
|
556
|
+
> - page: 页码(可选),默认为1
|
|
557
|
+
>
|
|
558
|
+
> ### 返回:
|
|
559
|
+
> - 用户认证列表数据
|
|
560
|
+
>
|
|
561
|
+
> # [English]
|
|
562
|
+
> ### Purpose:
|
|
563
|
+
> - Get LinkedIn user certifications
|
|
564
|
+
>
|
|
565
|
+
> ### Parameters:
|
|
566
|
+
> - urn: User URN (required), can be obtained from get_user_profile endpoint
|
|
567
|
+
> - page: Page number (optional), default is 1
|
|
568
|
+
>
|
|
569
|
+
> ### Returns:
|
|
570
|
+
> - User certifications list data
|
|
571
|
+
>
|
|
572
|
+
> # [示例/Example]
|
|
573
|
+
> urn = "ACoAAARpiwIBp_SzoeHPlUfOvmtibe08Ea1iCh4"
|
|
574
|
+
> page = 1
|
|
575
|
+
|
|
576
|
+
#### Parameters
|
|
577
|
+
|
|
578
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
579
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
580
|
+
| urn | query | string | Yes | 用户URN,可通过get_user_profile接口获取/User URN, can be obtained from get_user_profile endpoint | None | ACoAAARpiwIBp_SzoeHPlUfOvmtibe08Ea1iCh4 | None |
|
|
581
|
+
| page | query | integer | No | 页码/Page number | 1 | 1 | None |
|
|
582
|
+
|
|
583
|
+
#### Request Body
|
|
584
|
+
|
|
585
|
+
None
|
|
586
|
+
|
|
587
|
+
#### Success Response
|
|
588
|
+
|
|
589
|
+
##### `200 application/json`
|
|
590
|
+
|
|
591
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
592
|
+
|
|
593
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
594
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
595
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
596
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
597
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
598
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
599
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
600
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
601
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
602
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
603
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
604
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
605
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
606
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
607
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
608
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
609
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
610
|
+
|
|
611
|
+
<a id="get-api-u1-v1-linkedin-web-get-user-comments"></a>
|
|
612
|
+
### `GET /api/u1/v1/linkedin/web/get_user_comments`
|
|
613
|
+
|
|
614
|
+
- Summary: 获取用户评论/Get user comments
|
|
615
|
+
- Capabilities: comments / profiles / accounts
|
|
616
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
617
|
+
- operationId: `get_user_comments_api_v1_linkedin_web_get_user_comments_get`
|
|
618
|
+
|
|
619
|
+
#### Notes
|
|
620
|
+
|
|
621
|
+
> # [中文]
|
|
622
|
+
> ### 用途:
|
|
623
|
+
> - 获取LinkedIn用户的评论
|
|
624
|
+
>
|
|
625
|
+
> ### 参数:
|
|
626
|
+
> - urn: 用户URN(必填),可通过get_user_profile接口获取
|
|
627
|
+
> - page: 页码(可选),默认为1
|
|
628
|
+
> - pagination_token: 分页令牌(可选)
|
|
629
|
+
>
|
|
630
|
+
> ### 返回:
|
|
631
|
+
> - 用户评论列表数据
|
|
632
|
+
>
|
|
633
|
+
> # [English]
|
|
634
|
+
> ### Purpose:
|
|
635
|
+
> - Get comments made by LinkedIn user
|
|
636
|
+
>
|
|
637
|
+
> ### Parameters:
|
|
638
|
+
> - urn: User URN (required), can be obtained from get_user_profile endpoint
|
|
639
|
+
> - page: Page number (optional), default is 1
|
|
640
|
+
> - pagination_token: Pagination token (optional)
|
|
641
|
+
>
|
|
642
|
+
> ### Returns:
|
|
643
|
+
> - User comments list data
|
|
644
|
+
>
|
|
645
|
+
> # [示例/Example]
|
|
646
|
+
> urn = "ACoAABCtiL8B26nfi3Nbpo_AM8ngg4LeClT1Wh8"
|
|
647
|
+
> page = 1
|
|
648
|
+
|
|
649
|
+
#### Parameters
|
|
650
|
+
|
|
651
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
652
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
653
|
+
| urn | query | string | Yes | 用户URN,可通过get_user_profile接口获取/User URN, can be obtained from get_user_profile endpoint | None | ACoAABCtiL8B26nfi3Nbpo_AM8ngg4LeClT1Wh8 | None |
|
|
654
|
+
| page | query | integer | No | 页码/Page number | 1 | 1 | None |
|
|
655
|
+
| pagination_token | query | string | No | 分页令牌/Pagination token | None | None | None |
|
|
656
|
+
|
|
657
|
+
#### Request Body
|
|
658
|
+
|
|
659
|
+
None
|
|
660
|
+
|
|
661
|
+
#### Success Response
|
|
662
|
+
|
|
663
|
+
##### `200 application/json`
|
|
664
|
+
|
|
665
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
666
|
+
|
|
667
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
668
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
669
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
670
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
671
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
672
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
673
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
674
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
675
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
676
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
677
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
678
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
679
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
680
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
681
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
682
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
683
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
684
|
+
|
|
685
|
+
<a id="get-api-u1-v1-linkedin-web-get-user-contact"></a>
|
|
686
|
+
### `GET /api/u1/v1/linkedin/web/get_user_contact`
|
|
687
|
+
|
|
688
|
+
- Summary: 获取用户联系信息/Get user contact information
|
|
689
|
+
- Capabilities: profiles / accounts
|
|
690
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
691
|
+
- operationId: `get_user_contact_api_v1_linkedin_web_get_user_contact_get`
|
|
692
|
+
|
|
693
|
+
#### Notes
|
|
694
|
+
|
|
695
|
+
> # [中文]
|
|
696
|
+
> ### 用途:
|
|
697
|
+
> - 获取LinkedIn用户的联系信息
|
|
698
|
+
>
|
|
699
|
+
> ### 参数:
|
|
700
|
+
> - username: LinkedIn用户名(必填)
|
|
701
|
+
>
|
|
702
|
+
> ### 返回:
|
|
703
|
+
> - 用户联系信息数据
|
|
704
|
+
>
|
|
705
|
+
> # [English]
|
|
706
|
+
> ### Purpose:
|
|
707
|
+
> - Get LinkedIn user contact information
|
|
708
|
+
>
|
|
709
|
+
> ### Parameters:
|
|
710
|
+
> - username: LinkedIn username (required)
|
|
711
|
+
>
|
|
712
|
+
> ### Returns:
|
|
713
|
+
> - User contact information data
|
|
714
|
+
>
|
|
715
|
+
> # [示例/Example]
|
|
716
|
+
> username = "shubhangi-shrivastava-39161bb7"
|
|
717
|
+
|
|
718
|
+
#### Parameters
|
|
719
|
+
|
|
720
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
721
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
722
|
+
| username | query | string | Yes | LinkedIn用户名/LinkedIn username | None | shubhangi-shrivastava-39161bb7 | None |
|
|
723
|
+
|
|
724
|
+
#### Request Body
|
|
725
|
+
|
|
726
|
+
None
|
|
727
|
+
|
|
728
|
+
#### Success Response
|
|
729
|
+
|
|
730
|
+
##### `200 application/json`
|
|
731
|
+
|
|
732
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
733
|
+
|
|
734
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
735
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
736
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
737
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
738
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
739
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
740
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
741
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
742
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
743
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
744
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
745
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
746
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
747
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
748
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
749
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
750
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
751
|
+
|
|
752
|
+
<a id="get-api-u1-v1-linkedin-web-get-user-educations"></a>
|
|
753
|
+
### `GET /api/u1/v1/linkedin/web/get_user_educations`
|
|
754
|
+
|
|
755
|
+
- Summary: 获取用户教育背景/Get user educations
|
|
756
|
+
- Capabilities: profiles / accounts
|
|
757
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
758
|
+
- operationId: `get_user_educations_api_v1_linkedin_web_get_user_educations_get`
|
|
759
|
+
|
|
760
|
+
#### Notes
|
|
761
|
+
|
|
762
|
+
> # [中文]
|
|
763
|
+
> ### 用途:
|
|
764
|
+
> - 获取LinkedIn用户教育背景
|
|
765
|
+
>
|
|
766
|
+
> ### 参数:
|
|
767
|
+
> - urn: 用户URN(必填),可通过get_user_profile接口获取
|
|
768
|
+
> - page: 页码(可选),默认为1
|
|
769
|
+
>
|
|
770
|
+
> ### 返回:
|
|
771
|
+
> - 用户教育背景列表数据
|
|
772
|
+
>
|
|
773
|
+
> # [English]
|
|
774
|
+
> ### Purpose:
|
|
775
|
+
> - Get LinkedIn user educations
|
|
776
|
+
>
|
|
777
|
+
> ### Parameters:
|
|
778
|
+
> - urn: User URN (required), can be obtained from get_user_profile endpoint
|
|
779
|
+
> - page: Page number (optional), default is 1
|
|
780
|
+
>
|
|
781
|
+
> ### Returns:
|
|
782
|
+
> - User educations list data
|
|
783
|
+
>
|
|
784
|
+
> # [示例/Example]
|
|
785
|
+
> urn = "ACoAAARpiwIBp_SzoeHPlUfOvmtibe08Ea1iCh4"
|
|
786
|
+
> page = 1
|
|
787
|
+
|
|
788
|
+
#### Parameters
|
|
789
|
+
|
|
790
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
791
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
792
|
+
| urn | query | string | Yes | 用户URN,可通过get_user_profile接口获取/User URN, can be obtained from get_user_profile endpoint | None | ACoAAARpiwIBp_SzoeHPlUfOvmtibe08Ea1iCh4 | None |
|
|
793
|
+
| page | query | integer | No | 页码/Page number | 1 | 1 | None |
|
|
794
|
+
|
|
795
|
+
#### Request Body
|
|
796
|
+
|
|
797
|
+
None
|
|
798
|
+
|
|
799
|
+
#### Success Response
|
|
800
|
+
|
|
801
|
+
##### `200 application/json`
|
|
802
|
+
|
|
803
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
804
|
+
|
|
805
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
806
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
807
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
808
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
809
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
810
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
811
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
812
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
813
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
814
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
815
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
816
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
817
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
818
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
819
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
820
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
821
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
822
|
+
|
|
823
|
+
<a id="get-api-u1-v1-linkedin-web-get-user-experience"></a>
|
|
824
|
+
### `GET /api/u1/v1/linkedin/web/get_user_experience`
|
|
825
|
+
|
|
826
|
+
- Summary: 获取用户工作经历/Get user experience
|
|
827
|
+
- Capabilities: profiles / accounts
|
|
828
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
829
|
+
- operationId: `get_user_experience_api_v1_linkedin_web_get_user_experience_get`
|
|
830
|
+
|
|
831
|
+
#### Notes
|
|
832
|
+
|
|
833
|
+
> # [中文]
|
|
834
|
+
> ### 用途:
|
|
835
|
+
> - 获取LinkedIn用户工作经历
|
|
836
|
+
>
|
|
837
|
+
> ### 参数:
|
|
838
|
+
> - urn: 用户URN(必填),可通过get_user_profile接口获取
|
|
839
|
+
> - page: 页码(可选),默认为1
|
|
840
|
+
>
|
|
841
|
+
> ### 返回:
|
|
842
|
+
> - 用户工作经历列表数据
|
|
843
|
+
>
|
|
844
|
+
> # [English]
|
|
845
|
+
> ### Purpose:
|
|
846
|
+
> - Get LinkedIn user work experience
|
|
847
|
+
>
|
|
848
|
+
> ### Parameters:
|
|
849
|
+
> - urn: User URN (required), can be obtained from get_user_profile endpoint
|
|
850
|
+
> - page: Page number (optional), default is 1
|
|
851
|
+
>
|
|
852
|
+
> ### Returns:
|
|
853
|
+
> - User experience list data
|
|
854
|
+
>
|
|
855
|
+
> # [示例/Example]
|
|
856
|
+
> urn = "ACoAAAjpjWIBMh1iBR4OgSPK5GXetlQ6dYUT-qo"
|
|
857
|
+
> page = 1
|
|
858
|
+
|
|
859
|
+
#### Parameters
|
|
860
|
+
|
|
861
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
862
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
863
|
+
| urn | query | string | Yes | 用户URN,可通过get_user_profile接口获取/User URN, can be obtained from get_user_profile endpoint | None | ACoAAAjpjWIBMh1iBR4OgSPK5GXetlQ6dYUT-qo | None |
|
|
864
|
+
| page | query | integer | No | 页码/Page number | 1 | 1 | None |
|
|
865
|
+
|
|
866
|
+
#### Request Body
|
|
867
|
+
|
|
868
|
+
None
|
|
869
|
+
|
|
870
|
+
#### Success Response
|
|
871
|
+
|
|
872
|
+
##### `200 application/json`
|
|
873
|
+
|
|
874
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
875
|
+
|
|
876
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
877
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
878
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
879
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
880
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
881
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
882
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
883
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
884
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
885
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
886
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
887
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
888
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
889
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
890
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
891
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
892
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
893
|
+
|
|
894
|
+
<a id="get-api-u1-v1-linkedin-web-get-user-follower-and-connection"></a>
|
|
895
|
+
### `GET /api/u1/v1/linkedin/web/get_user_follower_and_connection`
|
|
896
|
+
|
|
897
|
+
- Summary: 获取用户粉丝和连接数/Get user follower and connection
|
|
898
|
+
- Capabilities: profiles / accounts
|
|
899
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
900
|
+
- operationId: `get_user_follower_and_connection_api_v1_linkedin_web_get_user_follower_and_connection_get`
|
|
901
|
+
|
|
902
|
+
#### Notes
|
|
903
|
+
|
|
904
|
+
> # [中文]
|
|
905
|
+
> ### 用途:
|
|
906
|
+
> - 获取LinkedIn用户粉丝和连接数
|
|
907
|
+
>
|
|
908
|
+
> ### 参数:
|
|
909
|
+
> - username: LinkedIn用户名(必填)
|
|
910
|
+
>
|
|
911
|
+
> ### 返回:
|
|
912
|
+
> - 用户粉丝和连接数数据
|
|
913
|
+
>
|
|
914
|
+
> # [English]
|
|
915
|
+
> ### Purpose:
|
|
916
|
+
> - Get LinkedIn user follower and connection count
|
|
917
|
+
>
|
|
918
|
+
> ### Parameters:
|
|
919
|
+
> - username: LinkedIn username (required)
|
|
920
|
+
>
|
|
921
|
+
> ### Returns:
|
|
922
|
+
> - User follower and connection data
|
|
923
|
+
>
|
|
924
|
+
> # [示例/Example]
|
|
925
|
+
> username = "zoranmilosevic"
|
|
926
|
+
|
|
927
|
+
#### Parameters
|
|
928
|
+
|
|
929
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
930
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
931
|
+
| username | query | string | Yes | LinkedIn用户名/LinkedIn username | None | zoranmilosevic | None |
|
|
932
|
+
|
|
933
|
+
#### Request Body
|
|
934
|
+
|
|
935
|
+
None
|
|
936
|
+
|
|
937
|
+
#### Success Response
|
|
938
|
+
|
|
939
|
+
##### `200 application/json`
|
|
940
|
+
|
|
941
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
942
|
+
|
|
943
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
944
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
945
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
946
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
947
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
948
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
949
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
950
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
951
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
952
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
953
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
954
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
955
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
956
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
957
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
958
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
959
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
960
|
+
|
|
961
|
+
<a id="get-api-u1-v1-linkedin-web-get-user-honors"></a>
|
|
962
|
+
### `GET /api/u1/v1/linkedin/web/get_user_honors`
|
|
963
|
+
|
|
964
|
+
- Summary: 获取用户荣誉奖项/Get user honors
|
|
965
|
+
- Capabilities: profiles / accounts
|
|
966
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
967
|
+
- operationId: `get_user_honors_api_v1_linkedin_web_get_user_honors_get`
|
|
968
|
+
|
|
969
|
+
#### Notes
|
|
970
|
+
|
|
971
|
+
> # [中文]
|
|
972
|
+
> ### 用途:
|
|
973
|
+
> - 获取LinkedIn用户荣誉奖项
|
|
974
|
+
>
|
|
975
|
+
> ### 参数:
|
|
976
|
+
> - urn: 用户URN(必填),可通过get_user_profile接口获取
|
|
977
|
+
> - page: 页码(可选),默认为1
|
|
978
|
+
>
|
|
979
|
+
> ### 返回:
|
|
980
|
+
> - 用户荣誉奖项列表数据
|
|
981
|
+
>
|
|
982
|
+
> # [English]
|
|
983
|
+
> ### Purpose:
|
|
984
|
+
> - Get LinkedIn user honors and awards
|
|
985
|
+
>
|
|
986
|
+
> ### Parameters:
|
|
987
|
+
> - urn: User URN (required), can be obtained from get_user_profile endpoint
|
|
988
|
+
> - page: Page number (optional), default is 1
|
|
989
|
+
>
|
|
990
|
+
> ### Returns:
|
|
991
|
+
> - User honors list data
|
|
992
|
+
>
|
|
993
|
+
> # [示例/Example]
|
|
994
|
+
> urn = "ACoAAC41xVEBx77koDz3k1eJ5E9t8UZ7g0IVGj4"
|
|
995
|
+
> page = 1
|
|
996
|
+
|
|
997
|
+
#### Parameters
|
|
998
|
+
|
|
999
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
1000
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
1001
|
+
| urn | query | string | Yes | 用户URN,可通过get_user_profile接口获取/User URN, can be obtained from get_user_profile endpoint | None | ACoAAC41xVEBx77koDz3k1eJ5E9t8UZ7g0IVGj4 | None |
|
|
1002
|
+
| page | query | integer | No | 页码/Page number | 1 | 1 | None |
|
|
1003
|
+
|
|
1004
|
+
#### Request Body
|
|
1005
|
+
|
|
1006
|
+
None
|
|
1007
|
+
|
|
1008
|
+
#### Success Response
|
|
1009
|
+
|
|
1010
|
+
##### `200 application/json`
|
|
1011
|
+
|
|
1012
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
1013
|
+
|
|
1014
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
1015
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
1016
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
1017
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
1018
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
1019
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
1020
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
1021
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
1022
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
1023
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
1024
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
1025
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
1026
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
1027
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
1028
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
1029
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
1030
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
1031
|
+
|
|
1032
|
+
<a id="get-api-u1-v1-linkedin-web-get-user-images"></a>
|
|
1033
|
+
### `GET /api/u1/v1/linkedin/web/get_user_images`
|
|
1034
|
+
|
|
1035
|
+
- Summary: 获取用户图片/Get user images
|
|
1036
|
+
- Capabilities: profiles / accounts
|
|
1037
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
1038
|
+
- operationId: `get_user_images_api_v1_linkedin_web_get_user_images_get`
|
|
1039
|
+
|
|
1040
|
+
#### Notes
|
|
1041
|
+
|
|
1042
|
+
> # [中文]
|
|
1043
|
+
> ### 用途:
|
|
1044
|
+
> - 获取LinkedIn用户发布的图片
|
|
1045
|
+
>
|
|
1046
|
+
> ### 参数:
|
|
1047
|
+
> - urn: 用户URN(必填),可通过get_user_profile接口获取
|
|
1048
|
+
> - page: 页码(可选),默认为1
|
|
1049
|
+
> - pagination_token: 分页令牌(可选)
|
|
1050
|
+
>
|
|
1051
|
+
> ### 返回:
|
|
1052
|
+
> - 用户图片列表数据
|
|
1053
|
+
>
|
|
1054
|
+
> # [English]
|
|
1055
|
+
> ### Purpose:
|
|
1056
|
+
> - Get images published by LinkedIn user
|
|
1057
|
+
>
|
|
1058
|
+
> ### Parameters:
|
|
1059
|
+
> - urn: User URN (required), can be obtained from get_user_profile endpoint
|
|
1060
|
+
> - page: Page number (optional), default is 1
|
|
1061
|
+
> - pagination_token: Pagination token (optional)
|
|
1062
|
+
>
|
|
1063
|
+
> ### Returns:
|
|
1064
|
+
> - User images list data
|
|
1065
|
+
>
|
|
1066
|
+
> # [示例/Example]
|
|
1067
|
+
> urn = "ACoAABCtiL8B26nfi3Nbpo_AM8ngg4LeClT1Wh8"
|
|
1068
|
+
> page = 1
|
|
1069
|
+
|
|
1070
|
+
#### Parameters
|
|
1071
|
+
|
|
1072
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
1073
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
1074
|
+
| urn | query | string | Yes | 用户URN,可通过get_user_profile接口获取/User URN, can be obtained from get_user_profile endpoint | None | ACoAABCtiL8B26nfi3Nbpo_AM8ngg4LeClT1Wh8 | None |
|
|
1075
|
+
| page | query | integer | No | 页码/Page number | 1 | 1 | None |
|
|
1076
|
+
| pagination_token | query | string | No | 分页令牌/Pagination token | None | None | None |
|
|
1077
|
+
|
|
1078
|
+
#### Request Body
|
|
1079
|
+
|
|
1080
|
+
None
|
|
1081
|
+
|
|
1082
|
+
#### Success Response
|
|
1083
|
+
|
|
1084
|
+
##### `200 application/json`
|
|
1085
|
+
|
|
1086
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
1087
|
+
|
|
1088
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
1089
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
1090
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
1091
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
1092
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
1093
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
1094
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
1095
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
1096
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
1097
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
1098
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
1099
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
1100
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
1101
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
1102
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
1103
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
1104
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
1105
|
+
|
|
1106
|
+
<a id="get-api-u1-v1-linkedin-web-get-user-interests-companies"></a>
|
|
1107
|
+
### `GET /api/u1/v1/linkedin/web/get_user_interests_companies`
|
|
1108
|
+
|
|
1109
|
+
- Summary: 获取用户感兴趣的公司/Get user interests companies
|
|
1110
|
+
- Capabilities: profiles / accounts
|
|
1111
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
1112
|
+
- operationId: `get_user_interests_companies_api_v1_linkedin_web_get_user_interests_companies_get`
|
|
1113
|
+
|
|
1114
|
+
#### Notes
|
|
1115
|
+
|
|
1116
|
+
> # [中文]
|
|
1117
|
+
> ### 用途:
|
|
1118
|
+
> - 获取LinkedIn用户感兴趣的公司
|
|
1119
|
+
>
|
|
1120
|
+
> ### 参数:
|
|
1121
|
+
> - urn: 用户URN(必填),可通过get_user_profile接口获取
|
|
1122
|
+
> - page: 页码(可选),默认为1
|
|
1123
|
+
>
|
|
1124
|
+
> ### 返回:
|
|
1125
|
+
> - 用户感兴趣的公司列表数据
|
|
1126
|
+
>
|
|
1127
|
+
> # [English]
|
|
1128
|
+
> ### Purpose:
|
|
1129
|
+
> - Get LinkedIn user interests - companies
|
|
1130
|
+
>
|
|
1131
|
+
> ### Parameters:
|
|
1132
|
+
> - urn: User URN (required), can be obtained from get_user_profile endpoint
|
|
1133
|
+
> - page: Page number (optional), default is 1
|
|
1134
|
+
>
|
|
1135
|
+
> ### Returns:
|
|
1136
|
+
> - User interests companies list data
|
|
1137
|
+
>
|
|
1138
|
+
> # [示例/Example]
|
|
1139
|
+
> urn = "ACoAAEDH77YBEVIYXAaEwTicp5CcB_hR7DfFL9o"
|
|
1140
|
+
> page = 1
|
|
1141
|
+
|
|
1142
|
+
#### Parameters
|
|
1143
|
+
|
|
1144
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
1145
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
1146
|
+
| urn | query | string | Yes | 用户URN,可通过get_user_profile接口获取/User URN, can be obtained from get_user_profile endpoint | None | ACoAAEDH77YBEVIYXAaEwTicp5CcB_hR7DfFL9o | None |
|
|
1147
|
+
| page | query | integer | No | 页码/Page number | 1 | 1 | None |
|
|
1148
|
+
|
|
1149
|
+
#### Request Body
|
|
1150
|
+
|
|
1151
|
+
None
|
|
1152
|
+
|
|
1153
|
+
#### Success Response
|
|
1154
|
+
|
|
1155
|
+
##### `200 application/json`
|
|
1156
|
+
|
|
1157
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
1158
|
+
|
|
1159
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
1160
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
1161
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
1162
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
1163
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
1164
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
1165
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
1166
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
1167
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
1168
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
1169
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
1170
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
1171
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
1172
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
1173
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
1174
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
1175
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
1176
|
+
|
|
1177
|
+
<a id="get-api-u1-v1-linkedin-web-get-user-interests-groups"></a>
|
|
1178
|
+
### `GET /api/u1/v1/linkedin/web/get_user_interests_groups`
|
|
1179
|
+
|
|
1180
|
+
- Summary: 获取用户感兴趣的群组/Get user interests groups
|
|
1181
|
+
- Capabilities: profiles / accounts
|
|
1182
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
1183
|
+
- operationId: `get_user_interests_groups_api_v1_linkedin_web_get_user_interests_groups_get`
|
|
1184
|
+
|
|
1185
|
+
#### Notes
|
|
1186
|
+
|
|
1187
|
+
> # [中文]
|
|
1188
|
+
> ### 用途:
|
|
1189
|
+
> - 获取LinkedIn用户感兴趣的群组
|
|
1190
|
+
>
|
|
1191
|
+
> ### 参数:
|
|
1192
|
+
> - urn: 用户URN(必填),可通过get_user_profile接口获取
|
|
1193
|
+
> - page: 页码(可选),默认为1
|
|
1194
|
+
>
|
|
1195
|
+
> ### 返回:
|
|
1196
|
+
> - 用户感兴趣的群组列表数据
|
|
1197
|
+
>
|
|
1198
|
+
> # [English]
|
|
1199
|
+
> ### Purpose:
|
|
1200
|
+
> - Get LinkedIn user interests - groups
|
|
1201
|
+
>
|
|
1202
|
+
> ### Parameters:
|
|
1203
|
+
> - urn: User URN (required), can be obtained from get_user_profile endpoint
|
|
1204
|
+
> - page: Page number (optional), default is 1
|
|
1205
|
+
>
|
|
1206
|
+
> ### Returns:
|
|
1207
|
+
> - User interests groups list data
|
|
1208
|
+
>
|
|
1209
|
+
> # [示例/Example]
|
|
1210
|
+
> urn = "ACoAAAjpjWIBMh1iBR4OgSPK5GXetlQ6dYUT-qo"
|
|
1211
|
+
> page = 1
|
|
1212
|
+
|
|
1213
|
+
#### Parameters
|
|
1214
|
+
|
|
1215
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
1216
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
1217
|
+
| urn | query | string | Yes | 用户URN,可通过get_user_profile接口获取/User URN, can be obtained from get_user_profile endpoint | None | ACoAAAjpjWIBMh1iBR4OgSPK5GXetlQ6dYUT-qo | None |
|
|
1218
|
+
| page | query | integer | No | 页码/Page number | 1 | 1 | None |
|
|
1219
|
+
|
|
1220
|
+
#### Request Body
|
|
1221
|
+
|
|
1222
|
+
None
|
|
1223
|
+
|
|
1224
|
+
#### Success Response
|
|
1225
|
+
|
|
1226
|
+
##### `200 application/json`
|
|
1227
|
+
|
|
1228
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
1229
|
+
|
|
1230
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
1231
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
1232
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
1233
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
1234
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
1235
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
1236
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
1237
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
1238
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
1239
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
1240
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
1241
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
1242
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
1243
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
1244
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
1245
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
1246
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
1247
|
+
|
|
1248
|
+
<a id="get-api-u1-v1-linkedin-web-get-user-posts"></a>
|
|
1249
|
+
### `GET /api/u1/v1/linkedin/web/get_user_posts`
|
|
1250
|
+
|
|
1251
|
+
- Summary: 获取用户帖子/Get user posts
|
|
1252
|
+
- Capabilities: profiles / accounts / content details
|
|
1253
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
1254
|
+
- operationId: `get_user_posts_api_v1_linkedin_web_get_user_posts_get`
|
|
1255
|
+
|
|
1256
|
+
#### Notes
|
|
1257
|
+
|
|
1258
|
+
> # [中文]
|
|
1259
|
+
> ### 用途:
|
|
1260
|
+
> - 获取LinkedIn用户发布的帖子
|
|
1261
|
+
>
|
|
1262
|
+
> ### 参数:
|
|
1263
|
+
> - urn: 用户URN(必填),可通过get_user_profile接口获取
|
|
1264
|
+
> - page: 页码(可选),默认为1
|
|
1265
|
+
> - pagination_token: 分页令牌(可选)
|
|
1266
|
+
>
|
|
1267
|
+
> ### 返回:
|
|
1268
|
+
> - 用户帖子列表数据
|
|
1269
|
+
>
|
|
1270
|
+
> # [English]
|
|
1271
|
+
> ### Purpose:
|
|
1272
|
+
> - Get posts published by LinkedIn user
|
|
1273
|
+
>
|
|
1274
|
+
> ### Parameters:
|
|
1275
|
+
> - urn: User URN (required), can be obtained from get_user_profile endpoint
|
|
1276
|
+
> - page: Page number (optional), default is 1
|
|
1277
|
+
> - pagination_token: Pagination token (optional)
|
|
1278
|
+
>
|
|
1279
|
+
> ### Returns:
|
|
1280
|
+
> - User posts list data
|
|
1281
|
+
>
|
|
1282
|
+
> # [示例/Example]
|
|
1283
|
+
> urn = "ACoAABCtiL8B26nfi3Nbpo_AM8ngg4LeClT1Wh8"
|
|
1284
|
+
> page = 1
|
|
1285
|
+
|
|
1286
|
+
#### Parameters
|
|
1287
|
+
|
|
1288
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
1289
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
1290
|
+
| urn | query | string | Yes | 用户URN,可通过get_user_profile接口获取/User URN, can be obtained from get_user_profile endpoint | None | ACoAABCtiL8B26nfi3Nbpo_AM8ngg4LeClT1Wh8 | None |
|
|
1291
|
+
| page | query | integer | No | 页码/Page number | 1 | 1 | None |
|
|
1292
|
+
| pagination_token | query | string | No | 分页令牌/Pagination token | None | None | None |
|
|
1293
|
+
|
|
1294
|
+
#### Request Body
|
|
1295
|
+
|
|
1296
|
+
None
|
|
1297
|
+
|
|
1298
|
+
#### Success Response
|
|
1299
|
+
|
|
1300
|
+
##### `200 application/json`
|
|
1301
|
+
|
|
1302
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
1303
|
+
|
|
1304
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
1305
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
1306
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
1307
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
1308
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
1309
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
1310
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
1311
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
1312
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
1313
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
1314
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
1315
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
1316
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
1317
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
1318
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
1319
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
1320
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
1321
|
+
|
|
1322
|
+
<a id="get-api-u1-v1-linkedin-web-get-user-profile"></a>
|
|
1323
|
+
### `GET /api/u1/v1/linkedin/web/get_user_profile`
|
|
1324
|
+
|
|
1325
|
+
- Summary: 获取用户资料/Get user profile
|
|
1326
|
+
- Capabilities: profiles / accounts
|
|
1327
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
1328
|
+
- operationId: `get_user_profile_api_v1_linkedin_web_get_user_profile_get`
|
|
1329
|
+
|
|
1330
|
+
#### Notes
|
|
1331
|
+
|
|
1332
|
+
> # [中文]
|
|
1333
|
+
> ### 用途:
|
|
1334
|
+
> - 获取LinkedIn用户资料信息
|
|
1335
|
+
>
|
|
1336
|
+
> ### 参数:
|
|
1337
|
+
> - username: LinkedIn用户名(必填),可以从个人资料URL中获取,例如:https://www.linkedin.com/in/jack 则用户名为 jack
|
|
1338
|
+
> - include_follower_and_connection: 包含粉丝和连接数(可选,额外消耗1次请求)
|
|
1339
|
+
> - include_experiences: 包含工作经历(可选,额外消耗1次请求)
|
|
1340
|
+
> - include_skills: 包含技能(可选,额外消耗1次请求)
|
|
1341
|
+
> - include_certifications: 包含认证(可选,额外消耗1次请求)
|
|
1342
|
+
> - include_publications: 包含出版物(可选,额外消耗1次请求)
|
|
1343
|
+
> - include_educations: 包含教育背景(可选,额外消耗1次请求)
|
|
1344
|
+
> - include_volunteers: 包含志愿者经历(可选,额外消耗1次请求)
|
|
1345
|
+
> - include_honors: 包含荣誉奖项(可选,额外消耗1次请求)
|
|
1346
|
+
> - include_interests: 包含兴趣(可选,额外消耗1次请求)
|
|
1347
|
+
> - include_bio: 包含个人简介(可选,额外消耗1次请求)
|
|
1348
|
+
>
|
|
1349
|
+
> ### 返回:
|
|
1350
|
+
> - 用户资料数据,包含:
|
|
1351
|
+
> - id: 用户ID
|
|
1352
|
+
> - urn: 用户URN
|
|
1353
|
+
> - public_identifier: 公开标识符
|
|
1354
|
+
> - first_name: 名
|
|
1355
|
+
> - last_name: 姓
|
|
1356
|
+
> - full_name: 全名
|
|
1357
|
+
> - headline: 头衔/职位描述
|
|
1358
|
+
> - is_premium: 是否高级会员
|
|
1359
|
+
> - is_open_to_work: 是否开放工作机会
|
|
1360
|
+
> - is_hiring: 是否在招聘
|
|
1361
|
+
> - location: 位置信息
|
|
1362
|
+
> - cover: 封面图片
|
|
1363
|
+
> - 以及根据参数选择的其他信息
|
|
1364
|
+
>
|
|
1365
|
+
> # [English]
|
|
1366
|
+
> ### Purpose:
|
|
1367
|
+
> - Get LinkedIn user profile information
|
|
1368
|
+
>
|
|
1369
|
+
> ### Parameters:
|
|
1370
|
+
> - username: LinkedIn username (required), can be obtained from profile URL, e.g., for https://www.linkedin.com/in/jack, the username is jack
|
|
1371
|
+
> - include_follower_and_connection: Include follower and connection count (optional, +1 request)
|
|
1372
|
+
> - include_experiences: Include work experiences (optional, +1 request)
|
|
1373
|
+
> - include_skills: Include skills (optional, +1 request)
|
|
1374
|
+
> - include_certifications: Include certifications (optional, +1 request)
|
|
1375
|
+
> - include_publications: Include publications (optional, +1 request)
|
|
1376
|
+
> - include_educations: Include educational background (optional, +1 request)
|
|
1377
|
+
> - include_volunteers: Include volunteer experiences (optional, +1 request)
|
|
1378
|
+
> - include_honors: Include honors and awards (optional, +1 request)
|
|
1379
|
+
> - include_interests: Include interests (optional, +1 request)
|
|
1380
|
+
> - include_bio: Include bio/about (optional, +1 request)
|
|
1381
|
+
>
|
|
1382
|
+
> ### Returns:
|
|
1383
|
+
> - User profile data including:
|
|
1384
|
+
> - id: User ID
|
|
1385
|
+
> - urn: User URN
|
|
1386
|
+
> - public_identifier: Public identifier
|
|
1387
|
+
> - first_name: First name
|
|
1388
|
+
> - last_name: Last name
|
|
1389
|
+
> - full_name: Full name
|
|
1390
|
+
> - headline: Headline/job description
|
|
1391
|
+
> - is_premium: Premium member status
|
|
1392
|
+
> - is_open_to_work: Open to work status
|
|
1393
|
+
> - is_hiring: Hiring status
|
|
1394
|
+
> - location: Location information
|
|
1395
|
+
> - cover: Cover images
|
|
1396
|
+
> - And other information based on selected parameters
|
|
1397
|
+
>
|
|
1398
|
+
> # [示例/Example]
|
|
1399
|
+
> username = "jack"
|
|
1400
|
+
|
|
1401
|
+
#### Parameters
|
|
1402
|
+
|
|
1403
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
1404
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
1405
|
+
| username | query | string | Yes | LinkedIn用户名/LinkedIn username | None | jack | None |
|
|
1406
|
+
| include_follower_and_connection | query | boolean | No | 包含粉丝和连接数(额外消耗1次请求)/Include follower and connection count (+1 request) | None | None | None |
|
|
1407
|
+
| include_experiences | query | boolean | No | 包含工作经历(额外消耗1次请求)/Include work experiences (+1 request) | None | None | None |
|
|
1408
|
+
| include_skills | query | boolean | No | 包含技能(额外消耗1次请求)/Include skills (+1 request) | None | None | None |
|
|
1409
|
+
| include_certifications | query | boolean | No | 包含认证(额外消耗1次请求)/Include certifications (+1 request) | None | None | None |
|
|
1410
|
+
| include_publications | query | boolean | No | 包含出版物(额外消耗1次请求)/Include publications (+1 request) | None | None | None |
|
|
1411
|
+
| include_educations | query | boolean | No | 包含教育背景(额外消耗1次请求)/Include educational background (+1 request) | None | None | None |
|
|
1412
|
+
| include_volunteers | query | boolean | No | 包含志愿者经历(额外消耗1次请求)/Include volunteer experiences (+1 request) | None | None | None |
|
|
1413
|
+
| include_honors | query | boolean | No | 包含荣誉奖项(额外消耗1次请求)/Include honors and awards (+1 request) | None | None | None |
|
|
1414
|
+
| include_interests | query | boolean | No | 包含兴趣(额外消耗1次请求)/Include interests (+1 request) | None | None | None |
|
|
1415
|
+
| include_bio | query | boolean | No | 包含个人简介(额外消耗1次请求)/Include bio/about (+1 request) | None | None | None |
|
|
1416
|
+
|
|
1417
|
+
#### Request Body
|
|
1418
|
+
|
|
1419
|
+
None
|
|
1420
|
+
|
|
1421
|
+
#### Success Response
|
|
1422
|
+
|
|
1423
|
+
##### `200 application/json`
|
|
1424
|
+
|
|
1425
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
1426
|
+
|
|
1427
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
1428
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
1429
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
1430
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
1431
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
1432
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
1433
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
1434
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
1435
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
1436
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
1437
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
1438
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
1439
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
1440
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
1441
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
1442
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
1443
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
1444
|
+
|
|
1445
|
+
<a id="get-api-u1-v1-linkedin-web-get-user-publications"></a>
|
|
1446
|
+
### `GET /api/u1/v1/linkedin/web/get_user_publications`
|
|
1447
|
+
|
|
1448
|
+
- Summary: 获取用户出版物/Get user publications
|
|
1449
|
+
- Capabilities: profiles / accounts
|
|
1450
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
1451
|
+
- operationId: `get_user_publications_api_v1_linkedin_web_get_user_publications_get`
|
|
1452
|
+
|
|
1453
|
+
#### Notes
|
|
1454
|
+
|
|
1455
|
+
> # [中文]
|
|
1456
|
+
> ### 用途:
|
|
1457
|
+
> - 获取LinkedIn用户出版物
|
|
1458
|
+
>
|
|
1459
|
+
> ### 参数:
|
|
1460
|
+
> - urn: 用户URN(必填),可通过get_user_profile接口获取
|
|
1461
|
+
> - page: 页码(可选),默认为1
|
|
1462
|
+
>
|
|
1463
|
+
> ### 返回:
|
|
1464
|
+
> - 用户出版物列表数据
|
|
1465
|
+
>
|
|
1466
|
+
> # [English]
|
|
1467
|
+
> ### Purpose:
|
|
1468
|
+
> - Get LinkedIn user publications
|
|
1469
|
+
>
|
|
1470
|
+
> ### Parameters:
|
|
1471
|
+
> - urn: User URN (required), can be obtained from get_user_profile endpoint
|
|
1472
|
+
> - page: Page number (optional), default is 1
|
|
1473
|
+
>
|
|
1474
|
+
> ### Returns:
|
|
1475
|
+
> - User publications list data
|
|
1476
|
+
>
|
|
1477
|
+
> # [示例/Example]
|
|
1478
|
+
> urn = "ACoAAB8rG_UB7cstjC__gk5318uYsZOIVkyysi4"
|
|
1479
|
+
> page = 1
|
|
1480
|
+
|
|
1481
|
+
#### Parameters
|
|
1482
|
+
|
|
1483
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
1484
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
1485
|
+
| urn | query | string | Yes | 用户URN,可通过get_user_profile接口获取/User URN, can be obtained from get_user_profile endpoint | None | ACoAAB8rG_UB7cstjC__gk5318uYsZOIVkyysi4 | None |
|
|
1486
|
+
| page | query | integer | No | 页码/Page number | 1 | 1 | None |
|
|
1487
|
+
|
|
1488
|
+
#### Request Body
|
|
1489
|
+
|
|
1490
|
+
None
|
|
1491
|
+
|
|
1492
|
+
#### Success Response
|
|
1493
|
+
|
|
1494
|
+
##### `200 application/json`
|
|
1495
|
+
|
|
1496
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
1497
|
+
|
|
1498
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
1499
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
1500
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
1501
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
1502
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
1503
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
1504
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
1505
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
1506
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
1507
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
1508
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
1509
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
1510
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
1511
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
1512
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
1513
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
1514
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
1515
|
+
|
|
1516
|
+
<a id="get-api-u1-v1-linkedin-web-get-user-recommendations"></a>
|
|
1517
|
+
### `GET /api/u1/v1/linkedin/web/get_user_recommendations`
|
|
1518
|
+
|
|
1519
|
+
- Summary: 获取用户推荐信/Get user recommendations
|
|
1520
|
+
- Capabilities: profiles / accounts
|
|
1521
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
1522
|
+
- operationId: `get_user_recommendations_api_v1_linkedin_web_get_user_recommendations_get`
|
|
1523
|
+
|
|
1524
|
+
#### Notes
|
|
1525
|
+
|
|
1526
|
+
> # [中文]
|
|
1527
|
+
> ### 用途:
|
|
1528
|
+
> - 获取LinkedIn用户的推荐信
|
|
1529
|
+
>
|
|
1530
|
+
> ### 参数:
|
|
1531
|
+
> - urn: 用户URN(必填),可通过get_user_profile接口获取
|
|
1532
|
+
> - page: 页码(可选),默认为1
|
|
1533
|
+
> - type: 推荐类型(可选),默认为received
|
|
1534
|
+
> - received: 收到的推荐信
|
|
1535
|
+
> - given: 给出的推荐信
|
|
1536
|
+
> - pagination_token: 分页令牌(可选)
|
|
1537
|
+
>
|
|
1538
|
+
> ### 返回:
|
|
1539
|
+
> - 用户推荐信列表数据
|
|
1540
|
+
>
|
|
1541
|
+
> # [English]
|
|
1542
|
+
> ### Purpose:
|
|
1543
|
+
> - Get LinkedIn user recommendations
|
|
1544
|
+
>
|
|
1545
|
+
> ### Parameters:
|
|
1546
|
+
> - urn: User URN (required), can be obtained from get_user_profile endpoint
|
|
1547
|
+
> - page: Page number (optional), default is 1
|
|
1548
|
+
> - type: Recommendation type (optional), default is received
|
|
1549
|
+
> - received: Recommendations received
|
|
1550
|
+
> - given: Recommendations given
|
|
1551
|
+
> - pagination_token: Pagination token (optional)
|
|
1552
|
+
>
|
|
1553
|
+
> ### Returns:
|
|
1554
|
+
> - User recommendations list data
|
|
1555
|
+
>
|
|
1556
|
+
> # [示例/Example]
|
|
1557
|
+
> urn = "ACoAAC3iNKcB3qbWJrP7K5Z3i89AF5c1snr8bhc"
|
|
1558
|
+
> page = 1
|
|
1559
|
+
> type = "received"
|
|
1560
|
+
|
|
1561
|
+
#### Parameters
|
|
1562
|
+
|
|
1563
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
1564
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
1565
|
+
| urn | query | string | Yes | 用户URN,可通过get_user_profile接口获取/User URN, can be obtained from get_user_profile endpoint | None | ACoAAC3iNKcB3qbWJrP7K5Z3i89AF5c1snr8bhc | None |
|
|
1566
|
+
| page | query | integer | No | 页码/Page number | 1 | 1 | None |
|
|
1567
|
+
| type | query | string | No | 推荐类型:received(收到的)或given(给出的)/Type: received or given | received | received | None |
|
|
1568
|
+
| pagination_token | query | string | No | 分页令牌/Pagination token | None | None | None |
|
|
1569
|
+
|
|
1570
|
+
#### Request Body
|
|
1571
|
+
|
|
1572
|
+
None
|
|
1573
|
+
|
|
1574
|
+
#### Success Response
|
|
1575
|
+
|
|
1576
|
+
##### `200 application/json`
|
|
1577
|
+
|
|
1578
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
1579
|
+
|
|
1580
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
1581
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
1582
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
1583
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
1584
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
1585
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
1586
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
1587
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
1588
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
1589
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
1590
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
1591
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
1592
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
1593
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
1594
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
1595
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
1596
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
1597
|
+
|
|
1598
|
+
<a id="get-api-u1-v1-linkedin-web-get-user-skills"></a>
|
|
1599
|
+
### `GET /api/u1/v1/linkedin/web/get_user_skills`
|
|
1600
|
+
|
|
1601
|
+
- Summary: 获取用户技能/Get user skills
|
|
1602
|
+
- Capabilities: profiles / accounts
|
|
1603
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
1604
|
+
- operationId: `get_user_skills_api_v1_linkedin_web_get_user_skills_get`
|
|
1605
|
+
|
|
1606
|
+
#### Notes
|
|
1607
|
+
|
|
1608
|
+
> # [中文]
|
|
1609
|
+
> ### 用途:
|
|
1610
|
+
> - 获取LinkedIn用户技能
|
|
1611
|
+
>
|
|
1612
|
+
> ### 参数:
|
|
1613
|
+
> - urn: 用户URN(必填),可通过get_user_profile接口获取
|
|
1614
|
+
> - page: 页码(可选),默认为1
|
|
1615
|
+
>
|
|
1616
|
+
> ### 返回:
|
|
1617
|
+
> - 用户技能列表数据
|
|
1618
|
+
>
|
|
1619
|
+
> # [English]
|
|
1620
|
+
> ### Purpose:
|
|
1621
|
+
> - Get LinkedIn user skills
|
|
1622
|
+
>
|
|
1623
|
+
> ### Parameters:
|
|
1624
|
+
> - urn: User URN (required), can be obtained from get_user_profile endpoint
|
|
1625
|
+
> - page: Page number (optional), default is 1
|
|
1626
|
+
>
|
|
1627
|
+
> ### Returns:
|
|
1628
|
+
> - User skills list data
|
|
1629
|
+
>
|
|
1630
|
+
> # [示例/Example]
|
|
1631
|
+
> urn = "ACoAACkphDcBDruPBdXiAnqyc834jkTkd_4kRnU"
|
|
1632
|
+
> page = 1
|
|
1633
|
+
|
|
1634
|
+
#### Parameters
|
|
1635
|
+
|
|
1636
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
1637
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
1638
|
+
| urn | query | string | Yes | 用户URN,可通过get_user_profile接口获取/User URN, can be obtained from get_user_profile endpoint | None | ACoAACkphDcBDruPBdXiAnqyc834jkTkd_4kRnU | None |
|
|
1639
|
+
| page | query | integer | No | 页码/Page number | 1 | 1 | None |
|
|
1640
|
+
|
|
1641
|
+
#### Request Body
|
|
1642
|
+
|
|
1643
|
+
None
|
|
1644
|
+
|
|
1645
|
+
#### Success Response
|
|
1646
|
+
|
|
1647
|
+
##### `200 application/json`
|
|
1648
|
+
|
|
1649
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
1650
|
+
|
|
1651
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
1652
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
1653
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
1654
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
1655
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
1656
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
1657
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
1658
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
1659
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
1660
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
1661
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
1662
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
1663
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
1664
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
1665
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
1666
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
1667
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
1668
|
+
|
|
1669
|
+
<a id="get-api-u1-v1-linkedin-web-get-user-videos"></a>
|
|
1670
|
+
### `GET /api/u1/v1/linkedin/web/get_user_videos`
|
|
1671
|
+
|
|
1672
|
+
- Summary: 获取用户视频/Get user videos
|
|
1673
|
+
- Capabilities: profiles / accounts / content details
|
|
1674
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
1675
|
+
- operationId: `get_user_videos_api_v1_linkedin_web_get_user_videos_get`
|
|
1676
|
+
|
|
1677
|
+
#### Notes
|
|
1678
|
+
|
|
1679
|
+
> # [中文]
|
|
1680
|
+
> ### 用途:
|
|
1681
|
+
> - 获取LinkedIn用户发布的视频
|
|
1682
|
+
>
|
|
1683
|
+
> ### 参数:
|
|
1684
|
+
> - urn: 用户URN(必填),可通过get_user_profile接口获取
|
|
1685
|
+
> - page: 页码(可选),默认为1
|
|
1686
|
+
> - pagination_token: 分页令牌(可选)
|
|
1687
|
+
>
|
|
1688
|
+
> ### 返回:
|
|
1689
|
+
> - 用户视频列表数据
|
|
1690
|
+
>
|
|
1691
|
+
> # [English]
|
|
1692
|
+
> ### Purpose:
|
|
1693
|
+
> - Get videos published by LinkedIn user
|
|
1694
|
+
>
|
|
1695
|
+
> ### Parameters:
|
|
1696
|
+
> - urn: User URN (required), can be obtained from get_user_profile endpoint
|
|
1697
|
+
> - page: Page number (optional), default is 1
|
|
1698
|
+
> - pagination_token: Pagination token (optional)
|
|
1699
|
+
>
|
|
1700
|
+
> ### Returns:
|
|
1701
|
+
> - User videos list data
|
|
1702
|
+
>
|
|
1703
|
+
> # [示例/Example]
|
|
1704
|
+
> urn = "ACoAABCtiL8B26nfi3Nbpo_AM8ngg4LeClT1Wh8"
|
|
1705
|
+
> page = 1
|
|
1706
|
+
|
|
1707
|
+
#### Parameters
|
|
1708
|
+
|
|
1709
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
1710
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
1711
|
+
| urn | query | string | Yes | 用户URN,可通过get_user_profile接口获取/User URN, can be obtained from get_user_profile endpoint | None | ACoAABCtiL8B26nfi3Nbpo_AM8ngg4LeClT1Wh8 | None |
|
|
1712
|
+
| page | query | integer | No | 页码/Page number | 1 | 1 | None |
|
|
1713
|
+
| pagination_token | query | string | No | 分页令牌/Pagination token | None | None | None |
|
|
1714
|
+
|
|
1715
|
+
#### Request Body
|
|
1716
|
+
|
|
1717
|
+
None
|
|
1718
|
+
|
|
1719
|
+
#### Success Response
|
|
1720
|
+
|
|
1721
|
+
##### `200 application/json`
|
|
1722
|
+
|
|
1723
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
1724
|
+
|
|
1725
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
1726
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
1727
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
1728
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
1729
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
1730
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
1731
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
1732
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
1733
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
1734
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
1735
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
1736
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
1737
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
1738
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
1739
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
1740
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
1741
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
1742
|
+
|
|
1743
|
+
<a id="get-api-u1-v1-linkedin-web-search-jobs"></a>
|
|
1744
|
+
### `GET /api/u1/v1/linkedin/web/search_jobs`
|
|
1745
|
+
|
|
1746
|
+
- Summary: 搜索职位/Search jobs
|
|
1747
|
+
- Capabilities: search
|
|
1748
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
1749
|
+
- operationId: `search_jobs_api_v1_linkedin_web_search_jobs_get`
|
|
1750
|
+
|
|
1751
|
+
#### Notes
|
|
1752
|
+
|
|
1753
|
+
> # [中文]
|
|
1754
|
+
> ### 用途:
|
|
1755
|
+
> - 搜索LinkedIn职位
|
|
1756
|
+
>
|
|
1757
|
+
> ### 参数:
|
|
1758
|
+
> - keyword: 搜索关键词(必填)
|
|
1759
|
+
> - page: 页码(可选),默认为1
|
|
1760
|
+
> - sort_by: 排序方式(可选):recent(最新), relevant(相关)
|
|
1761
|
+
> - date_posted: 发布时间过滤(可选):anytime, past_month, past_week, past_24_hours
|
|
1762
|
+
> - geocode: 地理位置代码(可选)
|
|
1763
|
+
> - company: 公司ID过滤(可选)
|
|
1764
|
+
> - experience_level: 经验级别(可选):internship, entry_level, associate, mid_senior, director, executive
|
|
1765
|
+
> - remote: 工作地点类型(可选):onsite, remote, hybrid
|
|
1766
|
+
> - job_type: 工作类型(可选):full_time, part_time, contract, temporary, volunteer, internship, other
|
|
1767
|
+
> - easy_apply: 是否易申请(可选)
|
|
1768
|
+
> - has_verifications: 是否有公司认证(可选)
|
|
1769
|
+
> - under_10_applicants: 是否少于10个申请者(可选)
|
|
1770
|
+
> - fair_chance_employer: 是否公平机会雇主(可选)
|
|
1771
|
+
>
|
|
1772
|
+
> ### 返回:
|
|
1773
|
+
> - 职位搜索结果列表数据
|
|
1774
|
+
>
|
|
1775
|
+
> # [English]
|
|
1776
|
+
> ### Purpose:
|
|
1777
|
+
> - Search LinkedIn jobs
|
|
1778
|
+
>
|
|
1779
|
+
> ### Parameters:
|
|
1780
|
+
> - keyword: Search keyword (required)
|
|
1781
|
+
> - page: Page number (optional), default is 1
|
|
1782
|
+
> - sort_by: Sort by (optional): recent, relevant
|
|
1783
|
+
> - date_posted: Date posted filter (optional): anytime, past_month, past_week, past_24_hours
|
|
1784
|
+
> - geocode: Geocode for location (optional)
|
|
1785
|
+
> - company: Company ID filter (optional)
|
|
1786
|
+
> - experience_level: Experience level (optional): internship, entry_level, associate, mid_senior, director, executive
|
|
1787
|
+
> - remote: Remote filter (optional): onsite, remote, hybrid
|
|
1788
|
+
> - job_type: Job type (optional): full_time, part_time, contract, temporary, volunteer, internship, other
|
|
1789
|
+
> - easy_apply: Easy apply filter (optional)
|
|
1790
|
+
> - has_verifications: Has verifications filter (optional)
|
|
1791
|
+
> - under_10_applicants: Under 10 applicants filter (optional)
|
|
1792
|
+
> - fair_chance_employer: Fair chance employer filter (optional)
|
|
1793
|
+
>
|
|
1794
|
+
> ### Returns:
|
|
1795
|
+
> - Job search results list data
|
|
1796
|
+
>
|
|
1797
|
+
> # [示例/Example]
|
|
1798
|
+
> keyword = "backend"
|
|
1799
|
+
> page = 1
|
|
1800
|
+
|
|
1801
|
+
#### Parameters
|
|
1802
|
+
|
|
1803
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
1804
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
1805
|
+
| keyword | query | string | Yes | 搜索关键词/Search keyword | None | backend | None |
|
|
1806
|
+
| page | query | integer | No | 页码/Page number | 1 | 1 | None |
|
|
1807
|
+
| sort_by | query | string | No | 排序方式:recent(最新)或relevant(相关)/Sort by: recent or relevant | None | None | None |
|
|
1808
|
+
| date_posted | query | string | No | 发布时间过滤:anytime, past_month, past_week, past_24_hours | None | None | None |
|
|
1809
|
+
| geocode | query | string | No | 地理位置代码,可通过Search Geocode Location获取/Geocode for location | None | 103644278 | None |
|
|
1810
|
+
| company | query | string | No | 公司ID过滤/Company ID filter (e.g., 1441 for Google) | None | 1441 | None |
|
|
1811
|
+
| experience_level | query | string | No | 经验级别:internship, entry_level, associate, mid_senior, director, executive | None | None | None |
|
|
1812
|
+
| remote | query | string | No | 工作地点类型:onsite, remote, hybrid | None | None | None |
|
|
1813
|
+
| job_type | query | string | No | 工作类型:full_time, part_time, contract, temporary, volunteer, internship, other | None | None | None |
|
|
1814
|
+
| easy_apply | query | boolean | No | 是否易申请/Filter easy apply jobs | None | None | None |
|
|
1815
|
+
| has_verifications | query | boolean | No | 是否有公司认证/Filter jobs with company verifications | None | None | None |
|
|
1816
|
+
| under_10_applicants | query | boolean | No | 是否少于10个申请者/Filter jobs with under 10 applicants | None | None | None |
|
|
1817
|
+
| fair_chance_employer | query | boolean | No | 是否公平机会雇主/Filter fair chance employer jobs | None | None | None |
|
|
1818
|
+
|
|
1819
|
+
#### Request Body
|
|
1820
|
+
|
|
1821
|
+
None
|
|
1822
|
+
|
|
1823
|
+
#### Success Response
|
|
1824
|
+
|
|
1825
|
+
##### `200 application/json`
|
|
1826
|
+
|
|
1827
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
1828
|
+
|
|
1829
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
1830
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
1831
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
1832
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
1833
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
1834
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
1835
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
1836
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
1837
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
1838
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
1839
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
1840
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
1841
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
1842
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
1843
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
1844
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
1845
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
1846
|
+
|
|
1847
|
+
<a id="get-api-u1-v1-linkedin-web-search-people"></a>
|
|
1848
|
+
### `GET /api/u1/v1/linkedin/web/search_people`
|
|
1849
|
+
|
|
1850
|
+
- Summary: 搜索用户/Search people
|
|
1851
|
+
- Capabilities: search
|
|
1852
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
1853
|
+
- operationId: `search_people_api_v1_linkedin_web_search_people_get`
|
|
1854
|
+
|
|
1855
|
+
#### Notes
|
|
1856
|
+
|
|
1857
|
+
> # [中文]
|
|
1858
|
+
> ### 用途:
|
|
1859
|
+
> - 搜索LinkedIn用户
|
|
1860
|
+
>
|
|
1861
|
+
> ### 参数:
|
|
1862
|
+
> - name: 搜索关键词(可选)
|
|
1863
|
+
> - first_name: 名(可选)
|
|
1864
|
+
> - last_name: 姓(可选)
|
|
1865
|
+
> - title: 职位(可选)
|
|
1866
|
+
> - company: 公司(可选)
|
|
1867
|
+
> - school: 学校(可选)
|
|
1868
|
+
> - page: 页码(可选),默认为1
|
|
1869
|
+
> - geocode_location: 地理位置代码(可选)
|
|
1870
|
+
> - current_company: 当前公司ID(可选)
|
|
1871
|
+
> - profile_language: 个人资料语言(可选)
|
|
1872
|
+
> - industry: 行业ID(可选)
|
|
1873
|
+
> - service_category: 服务类别ID(可选)
|
|
1874
|
+
>
|
|
1875
|
+
> ### 返回:
|
|
1876
|
+
> - 用户搜索结果列表数据
|
|
1877
|
+
>
|
|
1878
|
+
> # [English]
|
|
1879
|
+
> ### Purpose:
|
|
1880
|
+
> - Search LinkedIn people
|
|
1881
|
+
>
|
|
1882
|
+
> ### Parameters:
|
|
1883
|
+
> - name: Search keyword (optional)
|
|
1884
|
+
> - first_name: First name (optional)
|
|
1885
|
+
> - last_name: Last name (optional)
|
|
1886
|
+
> - title: Title (optional)
|
|
1887
|
+
> - company: Company (optional)
|
|
1888
|
+
> - school: School (optional)
|
|
1889
|
+
> - page: Page number (optional), default is 1
|
|
1890
|
+
> - geocode_location: Geocode for location (optional)
|
|
1891
|
+
> - current_company: Current company ID (optional)
|
|
1892
|
+
> - profile_language: Profile language (optional)
|
|
1893
|
+
> - industry: Industry ID (optional)
|
|
1894
|
+
> - service_category: Service category ID (optional)
|
|
1895
|
+
>
|
|
1896
|
+
> ### Returns:
|
|
1897
|
+
> - People search results list data
|
|
1898
|
+
>
|
|
1899
|
+
> # [示例/Example]
|
|
1900
|
+
> name = "john"
|
|
1901
|
+
> first_name = "john"
|
|
1902
|
+
> last_name = "oliver"
|
|
1903
|
+
> title = "manager"
|
|
1904
|
+
> page = 1
|
|
1905
|
+
|
|
1906
|
+
#### Parameters
|
|
1907
|
+
|
|
1908
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
1909
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
1910
|
+
| name | query | string | No | 搜索关键词/Search keyword for people | None | john | None |
|
|
1911
|
+
| first_name | query | string | No | 名/First name | None | john | None |
|
|
1912
|
+
| last_name | query | string | No | 姓/Last name | None | oliver | None |
|
|
1913
|
+
| title | query | string | No | 职位/Title | None | manager | None |
|
|
1914
|
+
| company | query | string | No | 公司/Company | None | None | None |
|
|
1915
|
+
| school | query | string | No | 学校/School | None | None | None |
|
|
1916
|
+
| page | query | integer | No | 页码/Page number | 1 | 1 | None |
|
|
1917
|
+
| geocode_location | query | string | No | 地理位置代码/Geocode for location (e.g., 103644278 for United States) | None | 103644278 | None |
|
|
1918
|
+
| current_company | query | string | No | 当前公司ID/Current company ID | None | None | None |
|
|
1919
|
+
| profile_language | query | string | No | 个人资料语言/Profile language | None | None | None |
|
|
1920
|
+
| industry | query | string | No | 行业ID/Industry ID | None | None | None |
|
|
1921
|
+
| service_category | query | string | No | 服务类别ID/Service category ID | None | None | None |
|
|
1922
|
+
|
|
1923
|
+
#### Request Body
|
|
1924
|
+
|
|
1925
|
+
None
|
|
1926
|
+
|
|
1927
|
+
#### Success Response
|
|
1928
|
+
|
|
1929
|
+
##### `200 application/json`
|
|
1930
|
+
|
|
1931
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
1932
|
+
|
|
1933
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
1934
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
1935
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
1936
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
1937
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
1938
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
1939
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
1940
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
1941
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
1942
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
1943
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
1944
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
1945
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
1946
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
1947
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
1948
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
1949
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|