@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.
Files changed (451) hide show
  1. package/.skill-package-allowlist.txt +4 -0
  2. package/LICENSE +21 -0
  3. package/README.md +167 -0
  4. package/README.zh-CN.md +167 -0
  5. package/bin/tikomni-skills.js +127 -0
  6. package/env.example +160 -0
  7. package/lib/installer.js +176 -0
  8. package/package.json +44 -0
  9. package/skills/creator-analysis/SKILL.md +71 -0
  10. package/skills/creator-analysis/agents/openai.yaml +4 -0
  11. package/skills/creator-analysis/env.example +36 -0
  12. package/skills/creator-analysis/references/api-capability-index.md +92 -0
  13. package/skills/creator-analysis/references/api-contracts/asr-api.md +130 -0
  14. package/skills/creator-analysis/references/api-contracts/bilibili-app-api.md +776 -0
  15. package/skills/creator-analysis/references/api-contracts/bilibili-web-api.md +2017 -0
  16. package/skills/creator-analysis/references/api-contracts/demo-api.md +717 -0
  17. package/skills/creator-analysis/references/api-contracts/douyin-app-v3-api.md +3594 -0
  18. package/skills/creator-analysis/references/api-contracts/douyin-billboard-api.md +2274 -0
  19. package/skills/creator-analysis/references/api-contracts/douyin-creator-api.md +1575 -0
  20. package/skills/creator-analysis/references/api-contracts/douyin-creator-v2-api.md +3254 -0
  21. package/skills/creator-analysis/references/api-contracts/douyin-search-api.md +4118 -0
  22. package/skills/creator-analysis/references/api-contracts/douyin-web-api.md +5544 -0
  23. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-api.md +1916 -0
  24. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
  25. package/skills/creator-analysis/references/api-contracts/health-check.md +69 -0
  26. package/skills/creator-analysis/references/api-contracts/hybrid-parsing.md +78 -0
  27. package/skills/creator-analysis/references/api-contracts/instagram-v1-api.md +2256 -0
  28. package/skills/creator-analysis/references/api-contracts/instagram-v2-api.md +2011 -0
  29. package/skills/creator-analysis/references/api-contracts/instagram-v3-api.md +2630 -0
  30. package/skills/creator-analysis/references/api-contracts/ios-shortcut.md +44 -0
  31. package/skills/creator-analysis/references/api-contracts/kuaishou-app-api.md +1518 -0
  32. package/skills/creator-analysis/references/api-contracts/kuaishou-web-api.md +1242 -0
  33. package/skills/creator-analysis/references/api-contracts/lemon8-app-api.md +1088 -0
  34. package/skills/creator-analysis/references/api-contracts/linkedin-web-api.md +1949 -0
  35. package/skills/creator-analysis/references/api-contracts/media-ingest-api.md +126 -0
  36. package/skills/creator-analysis/references/api-contracts/pipixia-app-api.md +1142 -0
  37. package/skills/creator-analysis/references/api-contracts/reddit-app-api.md +2025 -0
  38. package/skills/creator-analysis/references/api-contracts/sora2-api.md +2266 -0
  39. package/skills/creator-analysis/references/api-contracts/temp-mail-api.md +208 -0
  40. package/skills/creator-analysis/references/api-contracts/threads-web-api.md +897 -0
  41. package/skills/creator-analysis/references/api-contracts/tikhub-downloader-api.md +134 -0
  42. package/skills/creator-analysis/references/api-contracts/tikhub-user-api.md +494 -0
  43. package/skills/creator-analysis/references/api-contracts/tiktok-ads-api.md +5947 -0
  44. package/skills/creator-analysis/references/api-contracts/tiktok-analytics-api.md +968 -0
  45. package/skills/creator-analysis/references/api-contracts/tiktok-app-v3-api.md +5735 -0
  46. package/skills/creator-analysis/references/api-contracts/tiktok-creator-api.md +1951 -0
  47. package/skills/creator-analysis/references/api-contracts/tiktok-interaction-api.md +742 -0
  48. package/skills/creator-analysis/references/api-contracts/tiktok-shop-web-api.md +1890 -0
  49. package/skills/creator-analysis/references/api-contracts/tiktok-web-api.md +4448 -0
  50. package/skills/creator-analysis/references/api-contracts/toutiao-app-api.md +342 -0
  51. package/skills/creator-analysis/references/api-contracts/toutiao-web-api.md +143 -0
  52. package/skills/creator-analysis/references/api-contracts/twitter-web-api.md +989 -0
  53. package/skills/creator-analysis/references/api-contracts/wechat-channels-api.md +809 -0
  54. package/skills/creator-analysis/references/api-contracts/wechat-media-platform-web-api.md +677 -0
  55. package/skills/creator-analysis/references/api-contracts/weibo-app-api.md +1547 -0
  56. package/skills/creator-analysis/references/api-contracts/weibo-web-api.md +798 -0
  57. package/skills/creator-analysis/references/api-contracts/weibo-web-v2-api.md +2459 -0
  58. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-api.md +1291 -0
  59. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
  60. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-api.md +1324 -0
  61. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
  62. package/skills/creator-analysis/references/api-contracts/xigua-app-v2-api.md +489 -0
  63. package/skills/creator-analysis/references/api-contracts/youtube-web-api.md +2636 -0
  64. package/skills/creator-analysis/references/api-contracts/youtube-web-v2-api.md +2660 -0
  65. package/skills/creator-analysis/references/api-contracts/zhihu-web-api.md +2315 -0
  66. package/skills/creator-analysis/references/api-tags/asr-api.md +100 -0
  67. package/skills/creator-analysis/references/api-tags/bilibili-app-api.md +482 -0
  68. package/skills/creator-analysis/references/api-tags/bilibili-web-api.md +1267 -0
  69. package/skills/creator-analysis/references/api-tags/demo-api.md +365 -0
  70. package/skills/creator-analysis/references/api-tags/douyin-app-v3-api.md +2012 -0
  71. package/skills/creator-analysis/references/api-tags/douyin-billboard-api.md +1428 -0
  72. package/skills/creator-analysis/references/api-tags/douyin-creator-api.md +694 -0
  73. package/skills/creator-analysis/references/api-tags/douyin-creator-v2-api.md +694 -0
  74. package/skills/creator-analysis/references/api-tags/douyin-search-api.md +1059 -0
  75. package/skills/creator-analysis/references/api-tags/douyin-web-api.md +3314 -0
  76. package/skills/creator-analysis/references/api-tags/douyin-xingtu-api.md +935 -0
  77. package/skills/creator-analysis/references/api-tags/douyin-xingtu-v2-api.md +925 -0
  78. package/skills/creator-analysis/references/api-tags/health-check.md +40 -0
  79. package/skills/creator-analysis/references/api-tags/hybrid-parsing.md +57 -0
  80. package/skills/creator-analysis/references/api-tags/instagram-v1-api.md +1224 -0
  81. package/skills/creator-analysis/references/api-tags/instagram-v2-api.md +1147 -0
  82. package/skills/creator-analysis/references/api-tags/instagram-v3-api.md +1123 -0
  83. package/skills/creator-analysis/references/api-tags/ios-shortcut.md +45 -0
  84. package/skills/creator-analysis/references/api-tags/kuaishou-app-api.md +846 -0
  85. package/skills/creator-analysis/references/api-tags/kuaishou-web-api.md +551 -0
  86. package/skills/creator-analysis/references/api-tags/lemon8-app-api.md +687 -0
  87. package/skills/creator-analysis/references/api-tags/linkedin-web-api.md +1105 -0
  88. package/skills/creator-analysis/references/api-tags/media-ingest-api.md +112 -0
  89. package/skills/creator-analysis/references/api-tags/pipixia-app-api.md +721 -0
  90. package/skills/creator-analysis/references/api-tags/reddit-app-api.md +1057 -0
  91. package/skills/creator-analysis/references/api-tags/sora2-api.md +737 -0
  92. package/skills/creator-analysis/references/api-tags/temp-mail-api.md +136 -0
  93. package/skills/creator-analysis/references/api-tags/threads-web-api.md +472 -0
  94. package/skills/creator-analysis/references/api-tags/tikhub-downloader-api.md +65 -0
  95. package/skills/creator-analysis/references/api-tags/tikhub-user-api.md +253 -0
  96. package/skills/creator-analysis/references/api-tags/tiktok-ads-api.md +1393 -0
  97. package/skills/creator-analysis/references/api-tags/tiktok-analytics-api.md +179 -0
  98. package/skills/creator-analysis/references/api-tags/tiktok-app-v3-api.md +3264 -0
  99. package/skills/creator-analysis/references/api-tags/tiktok-creator-api.md +709 -0
  100. package/skills/creator-analysis/references/api-tags/tiktok-interaction-api.md +366 -0
  101. package/skills/creator-analysis/references/api-tags/tiktok-shop-web-api.md +663 -0
  102. package/skills/creator-analysis/references/api-tags/tiktok-web-api.md +2516 -0
  103. package/skills/creator-analysis/references/api-tags/toutiao-app-api.md +220 -0
  104. package/skills/creator-analysis/references/api-tags/toutiao-web-api.md +96 -0
  105. package/skills/creator-analysis/references/api-tags/twitter-web-api.md +562 -0
  106. package/skills/creator-analysis/references/api-tags/wechat-channels-api.md +405 -0
  107. package/skills/creator-analysis/references/api-tags/wechat-media-platform-web-api.md +431 -0
  108. package/skills/creator-analysis/references/api-tags/weibo-app-api.md +851 -0
  109. package/skills/creator-analysis/references/api-tags/weibo-web-api.md +470 -0
  110. package/skills/creator-analysis/references/api-tags/weibo-web-v2-api.md +1405 -0
  111. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-api.md +534 -0
  112. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
  113. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-api.md +757 -0
  114. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
  115. package/skills/creator-analysis/references/api-tags/xigua-app-v2-api.md +308 -0
  116. package/skills/creator-analysis/references/api-tags/youtube-web-api.md +934 -0
  117. package/skills/creator-analysis/references/api-tags/youtube-web-v2-api.md +717 -0
  118. package/skills/creator-analysis/references/api-tags/zhihu-web-api.md +1384 -0
  119. package/skills/creator-analysis/references/asr-orchestration.md +33 -0
  120. package/skills/creator-analysis/references/config-templates/defaults.yaml +60 -0
  121. package/skills/creator-analysis/references/contracts/creator-card-fields.md +23 -0
  122. package/skills/creator-analysis/references/contracts/work-card-fields.md +32 -0
  123. package/skills/creator-analysis/references/platform-guides/douyin.md +49 -0
  124. package/skills/creator-analysis/references/platform-guides/generic.md +46 -0
  125. package/skills/creator-analysis/references/platform-guides/xiaohongshu.md +54 -0
  126. package/skills/creator-analysis/references/prompt-contracts/asr-clean.md +28 -0
  127. package/skills/creator-analysis/references/prompt-contracts/author-analysis-v2.md +46 -0
  128. package/skills/creator-analysis/references/prompt-contracts/author-analysis.md +49 -0
  129. package/skills/creator-analysis/references/prompt-contracts/cta.md +24 -0
  130. package/skills/creator-analysis/references/prompt-contracts/hook.md +25 -0
  131. package/skills/creator-analysis/references/prompt-contracts/insight.md +47 -0
  132. package/skills/creator-analysis/references/prompt-contracts/sampled-work-batch-explanations.md +30 -0
  133. package/skills/creator-analysis/references/prompt-contracts/structure.md +25 -0
  134. package/skills/creator-analysis/references/prompt-contracts/style.md +27 -0
  135. package/skills/creator-analysis/references/prompt-contracts/summary.md +29 -0
  136. package/skills/creator-analysis/references/prompt-contracts/topic.md +29 -0
  137. package/skills/creator-analysis/references/schemas/author-analysis-input-v1.schema.json +325 -0
  138. package/skills/creator-analysis/references/schemas/author-analysis-v2.schema.json +158 -0
  139. package/skills/creator-analysis/references/schemas/sampled-work-batch-explanations.schema.json +41 -0
  140. package/skills/creator-analysis/references/service-guides/asr-u2-u3-fallback.md +75 -0
  141. package/skills/creator-analysis/references/workflow.md +18 -0
  142. package/skills/creator-analysis/scripts/__init__.py +0 -0
  143. package/skills/creator-analysis/scripts/author_home/__init__.py +0 -0
  144. package/skills/creator-analysis/scripts/author_home/adapters/__init__.py +0 -0
  145. package/skills/creator-analysis/scripts/author_home/adapters/platform_adapters.py +299 -0
  146. package/skills/creator-analysis/scripts/author_home/analyzers/__init__.py +0 -0
  147. package/skills/creator-analysis/scripts/author_home/analyzers/author_analysis_v2_support.py +1122 -0
  148. package/skills/creator-analysis/scripts/author_home/analyzers/prompt_first_analyzers.py +260 -0
  149. package/skills/creator-analysis/scripts/author_home/analyzers/sampled_work_batch_explainer.py +260 -0
  150. package/skills/creator-analysis/scripts/author_home/asr/__init__.py +5 -0
  151. package/skills/creator-analysis/scripts/author_home/asr/home_asr.py +961 -0
  152. package/skills/creator-analysis/scripts/author_home/builders/__init__.py +0 -0
  153. package/skills/creator-analysis/scripts/author_home/builders/home_builders.py +149 -0
  154. package/skills/creator-analysis/scripts/author_home/collectors/__init__.py +0 -0
  155. package/skills/creator-analysis/scripts/author_home/collectors/homepage_collectors.py +636 -0
  156. package/skills/creator-analysis/scripts/author_home/orchestrator/__init__.py +0 -0
  157. package/skills/creator-analysis/scripts/author_home/orchestrator/run_author_analysis.py +491 -0
  158. package/skills/creator-analysis/scripts/author_home/orchestrator/work_analysis_artifacts.py +553 -0
  159. package/skills/creator-analysis/scripts/author_home/schema.py +417 -0
  160. package/skills/creator-analysis/scripts/core/__init__.py +0 -0
  161. package/skills/creator-analysis/scripts/core/analysis_pipeline.py +133 -0
  162. package/skills/creator-analysis/scripts/core/bootstrap_env.py +35 -0
  163. package/skills/creator-analysis/scripts/core/config_loader.py +418 -0
  164. package/skills/creator-analysis/scripts/core/extract_pipeline.py +173 -0
  165. package/skills/creator-analysis/scripts/core/progress_report.py +111 -0
  166. package/skills/creator-analysis/scripts/core/storage_router.py +253 -0
  167. package/skills/creator-analysis/scripts/core/tikomni_common.py +588 -0
  168. package/skills/creator-analysis/scripts/pipeline/__init__.py +0 -0
  169. package/skills/creator-analysis/scripts/pipeline/asr/__init__.py +0 -0
  170. package/skills/creator-analysis/scripts/pipeline/asr/asr_pipeline.py +1189 -0
  171. package/skills/creator-analysis/scripts/pipeline/asr/poll_u2_task.py +95 -0
  172. package/skills/creator-analysis/scripts/platform/__init__.py +0 -0
  173. package/skills/creator-analysis/scripts/platform/douyin/__init__.py +0 -0
  174. package/skills/creator-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +224 -0
  175. package/skills/creator-analysis/scripts/platform/douyin/run_douyin_single_video.py +1208 -0
  176. package/skills/creator-analysis/scripts/platform/douyin/select_low_quality_video_url.py +200 -0
  177. package/skills/creator-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  178. package/skills/creator-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +2128 -0
  179. package/skills/creator-analysis/scripts/writers/__init__.py +0 -0
  180. package/skills/creator-analysis/scripts/writers/write_author_homepage_samples.py +106 -0
  181. package/skills/creator-analysis/scripts/writers/write_benchmark_card.py +1402 -0
  182. package/skills/meta-capability/SKILL.md +69 -0
  183. package/skills/meta-capability/agents/openai.yaml +4 -0
  184. package/skills/meta-capability/env.example +42 -0
  185. package/skills/meta-capability/references/api-capability-index.md +92 -0
  186. package/skills/meta-capability/references/api-contracts/asr-api.md +130 -0
  187. package/skills/meta-capability/references/api-contracts/bilibili-app-api.md +776 -0
  188. package/skills/meta-capability/references/api-contracts/bilibili-web-api.md +2017 -0
  189. package/skills/meta-capability/references/api-contracts/demo-api.md +717 -0
  190. package/skills/meta-capability/references/api-contracts/douyin-app-v3-api.md +3594 -0
  191. package/skills/meta-capability/references/api-contracts/douyin-billboard-api.md +2274 -0
  192. package/skills/meta-capability/references/api-contracts/douyin-creator-api.md +1575 -0
  193. package/skills/meta-capability/references/api-contracts/douyin-creator-v2-api.md +3254 -0
  194. package/skills/meta-capability/references/api-contracts/douyin-search-api.md +4118 -0
  195. package/skills/meta-capability/references/api-contracts/douyin-web-api.md +5544 -0
  196. package/skills/meta-capability/references/api-contracts/douyin-xingtu-api.md +1916 -0
  197. package/skills/meta-capability/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
  198. package/skills/meta-capability/references/api-contracts/health-check.md +69 -0
  199. package/skills/meta-capability/references/api-contracts/hybrid-parsing.md +78 -0
  200. package/skills/meta-capability/references/api-contracts/instagram-v1-api.md +2256 -0
  201. package/skills/meta-capability/references/api-contracts/instagram-v2-api.md +2011 -0
  202. package/skills/meta-capability/references/api-contracts/instagram-v3-api.md +2630 -0
  203. package/skills/meta-capability/references/api-contracts/ios-shortcut.md +44 -0
  204. package/skills/meta-capability/references/api-contracts/kuaishou-app-api.md +1518 -0
  205. package/skills/meta-capability/references/api-contracts/kuaishou-web-api.md +1242 -0
  206. package/skills/meta-capability/references/api-contracts/lemon8-app-api.md +1088 -0
  207. package/skills/meta-capability/references/api-contracts/linkedin-web-api.md +1949 -0
  208. package/skills/meta-capability/references/api-contracts/media-ingest-api.md +126 -0
  209. package/skills/meta-capability/references/api-contracts/pipixia-app-api.md +1142 -0
  210. package/skills/meta-capability/references/api-contracts/reddit-app-api.md +2025 -0
  211. package/skills/meta-capability/references/api-contracts/sora2-api.md +2266 -0
  212. package/skills/meta-capability/references/api-contracts/temp-mail-api.md +208 -0
  213. package/skills/meta-capability/references/api-contracts/threads-web-api.md +897 -0
  214. package/skills/meta-capability/references/api-contracts/tikhub-downloader-api.md +134 -0
  215. package/skills/meta-capability/references/api-contracts/tikhub-user-api.md +494 -0
  216. package/skills/meta-capability/references/api-contracts/tiktok-ads-api.md +5947 -0
  217. package/skills/meta-capability/references/api-contracts/tiktok-analytics-api.md +968 -0
  218. package/skills/meta-capability/references/api-contracts/tiktok-app-v3-api.md +5735 -0
  219. package/skills/meta-capability/references/api-contracts/tiktok-creator-api.md +1951 -0
  220. package/skills/meta-capability/references/api-contracts/tiktok-interaction-api.md +742 -0
  221. package/skills/meta-capability/references/api-contracts/tiktok-shop-web-api.md +1890 -0
  222. package/skills/meta-capability/references/api-contracts/tiktok-web-api.md +4448 -0
  223. package/skills/meta-capability/references/api-contracts/toutiao-app-api.md +342 -0
  224. package/skills/meta-capability/references/api-contracts/toutiao-web-api.md +143 -0
  225. package/skills/meta-capability/references/api-contracts/twitter-web-api.md +989 -0
  226. package/skills/meta-capability/references/api-contracts/wechat-channels-api.md +809 -0
  227. package/skills/meta-capability/references/api-contracts/wechat-media-platform-web-api.md +677 -0
  228. package/skills/meta-capability/references/api-contracts/weibo-app-api.md +1547 -0
  229. package/skills/meta-capability/references/api-contracts/weibo-web-api.md +798 -0
  230. package/skills/meta-capability/references/api-contracts/weibo-web-v2-api.md +2459 -0
  231. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-api.md +1291 -0
  232. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
  233. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-api.md +1324 -0
  234. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
  235. package/skills/meta-capability/references/api-contracts/xigua-app-v2-api.md +489 -0
  236. package/skills/meta-capability/references/api-contracts/youtube-web-api.md +2636 -0
  237. package/skills/meta-capability/references/api-contracts/youtube-web-v2-api.md +2660 -0
  238. package/skills/meta-capability/references/api-contracts/zhihu-web-api.md +2315 -0
  239. package/skills/meta-capability/references/api-tags/asr-api.md +100 -0
  240. package/skills/meta-capability/references/api-tags/bilibili-app-api.md +482 -0
  241. package/skills/meta-capability/references/api-tags/bilibili-web-api.md +1267 -0
  242. package/skills/meta-capability/references/api-tags/demo-api.md +365 -0
  243. package/skills/meta-capability/references/api-tags/douyin-app-v3-api.md +2012 -0
  244. package/skills/meta-capability/references/api-tags/douyin-billboard-api.md +1428 -0
  245. package/skills/meta-capability/references/api-tags/douyin-creator-api.md +694 -0
  246. package/skills/meta-capability/references/api-tags/douyin-creator-v2-api.md +694 -0
  247. package/skills/meta-capability/references/api-tags/douyin-search-api.md +1059 -0
  248. package/skills/meta-capability/references/api-tags/douyin-web-api.md +3314 -0
  249. package/skills/meta-capability/references/api-tags/douyin-xingtu-api.md +935 -0
  250. package/skills/meta-capability/references/api-tags/douyin-xingtu-v2-api.md +925 -0
  251. package/skills/meta-capability/references/api-tags/health-check.md +40 -0
  252. package/skills/meta-capability/references/api-tags/hybrid-parsing.md +57 -0
  253. package/skills/meta-capability/references/api-tags/instagram-v1-api.md +1224 -0
  254. package/skills/meta-capability/references/api-tags/instagram-v2-api.md +1147 -0
  255. package/skills/meta-capability/references/api-tags/instagram-v3-api.md +1123 -0
  256. package/skills/meta-capability/references/api-tags/ios-shortcut.md +45 -0
  257. package/skills/meta-capability/references/api-tags/kuaishou-app-api.md +846 -0
  258. package/skills/meta-capability/references/api-tags/kuaishou-web-api.md +551 -0
  259. package/skills/meta-capability/references/api-tags/lemon8-app-api.md +687 -0
  260. package/skills/meta-capability/references/api-tags/linkedin-web-api.md +1105 -0
  261. package/skills/meta-capability/references/api-tags/media-ingest-api.md +112 -0
  262. package/skills/meta-capability/references/api-tags/pipixia-app-api.md +721 -0
  263. package/skills/meta-capability/references/api-tags/reddit-app-api.md +1057 -0
  264. package/skills/meta-capability/references/api-tags/sora2-api.md +737 -0
  265. package/skills/meta-capability/references/api-tags/temp-mail-api.md +136 -0
  266. package/skills/meta-capability/references/api-tags/threads-web-api.md +472 -0
  267. package/skills/meta-capability/references/api-tags/tikhub-downloader-api.md +65 -0
  268. package/skills/meta-capability/references/api-tags/tikhub-user-api.md +253 -0
  269. package/skills/meta-capability/references/api-tags/tiktok-ads-api.md +1393 -0
  270. package/skills/meta-capability/references/api-tags/tiktok-analytics-api.md +179 -0
  271. package/skills/meta-capability/references/api-tags/tiktok-app-v3-api.md +3264 -0
  272. package/skills/meta-capability/references/api-tags/tiktok-creator-api.md +709 -0
  273. package/skills/meta-capability/references/api-tags/tiktok-interaction-api.md +366 -0
  274. package/skills/meta-capability/references/api-tags/tiktok-shop-web-api.md +663 -0
  275. package/skills/meta-capability/references/api-tags/tiktok-web-api.md +2516 -0
  276. package/skills/meta-capability/references/api-tags/toutiao-app-api.md +220 -0
  277. package/skills/meta-capability/references/api-tags/toutiao-web-api.md +96 -0
  278. package/skills/meta-capability/references/api-tags/twitter-web-api.md +562 -0
  279. package/skills/meta-capability/references/api-tags/wechat-channels-api.md +405 -0
  280. package/skills/meta-capability/references/api-tags/wechat-media-platform-web-api.md +431 -0
  281. package/skills/meta-capability/references/api-tags/weibo-app-api.md +851 -0
  282. package/skills/meta-capability/references/api-tags/weibo-web-api.md +470 -0
  283. package/skills/meta-capability/references/api-tags/weibo-web-v2-api.md +1405 -0
  284. package/skills/meta-capability/references/api-tags/xiaohongshu-app-api.md +534 -0
  285. package/skills/meta-capability/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
  286. package/skills/meta-capability/references/api-tags/xiaohongshu-web-api.md +757 -0
  287. package/skills/meta-capability/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
  288. package/skills/meta-capability/references/api-tags/xigua-app-v2-api.md +308 -0
  289. package/skills/meta-capability/references/api-tags/youtube-web-api.md +934 -0
  290. package/skills/meta-capability/references/api-tags/youtube-web-v2-api.md +717 -0
  291. package/skills/meta-capability/references/api-tags/zhihu-web-api.md +1384 -0
  292. package/skills/meta-capability/references/config-templates/defaults.yaml +18 -0
  293. package/skills/meta-capability/references/dispatch.md +27 -0
  294. package/skills/meta-capability/references/execution-guidelines.md +25 -0
  295. package/skills/meta-capability/references/implemented-route-map.md +177 -0
  296. package/skills/meta-capability/references/service-guides/asr-u2-u3-fallback.md +75 -0
  297. package/skills/meta-capability/scripts/__init__.py +1 -0
  298. package/skills/meta-capability/scripts/call_route.py +141 -0
  299. package/skills/meta-capability/scripts/core/__init__.py +1 -0
  300. package/skills/meta-capability/scripts/core/bootstrap_env.py +32 -0
  301. package/skills/meta-capability/scripts/core/config_loader.py +204 -0
  302. package/skills/meta-capability/scripts/core/tikomni_common.py +443 -0
  303. package/skills/meta-capability/scripts/test_auth.py +98 -0
  304. package/skills/single-work-analysis/SKILL.md +62 -0
  305. package/skills/single-work-analysis/agents/openai.yaml +4 -0
  306. package/skills/single-work-analysis/env.example +36 -0
  307. package/skills/single-work-analysis/references/api-capability-index.md +92 -0
  308. package/skills/single-work-analysis/references/api-contracts/asr-api.md +130 -0
  309. package/skills/single-work-analysis/references/api-contracts/bilibili-app-api.md +776 -0
  310. package/skills/single-work-analysis/references/api-contracts/bilibili-web-api.md +2017 -0
  311. package/skills/single-work-analysis/references/api-contracts/demo-api.md +717 -0
  312. package/skills/single-work-analysis/references/api-contracts/douyin-app-v3-api.md +3594 -0
  313. package/skills/single-work-analysis/references/api-contracts/douyin-billboard-api.md +2274 -0
  314. package/skills/single-work-analysis/references/api-contracts/douyin-creator-api.md +1575 -0
  315. package/skills/single-work-analysis/references/api-contracts/douyin-creator-v2-api.md +3254 -0
  316. package/skills/single-work-analysis/references/api-contracts/douyin-search-api.md +4118 -0
  317. package/skills/single-work-analysis/references/api-contracts/douyin-web-api.md +5544 -0
  318. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-api.md +1916 -0
  319. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
  320. package/skills/single-work-analysis/references/api-contracts/health-check.md +69 -0
  321. package/skills/single-work-analysis/references/api-contracts/hybrid-parsing.md +78 -0
  322. package/skills/single-work-analysis/references/api-contracts/instagram-v1-api.md +2256 -0
  323. package/skills/single-work-analysis/references/api-contracts/instagram-v2-api.md +2011 -0
  324. package/skills/single-work-analysis/references/api-contracts/instagram-v3-api.md +2630 -0
  325. package/skills/single-work-analysis/references/api-contracts/ios-shortcut.md +44 -0
  326. package/skills/single-work-analysis/references/api-contracts/kuaishou-app-api.md +1518 -0
  327. package/skills/single-work-analysis/references/api-contracts/kuaishou-web-api.md +1242 -0
  328. package/skills/single-work-analysis/references/api-contracts/lemon8-app-api.md +1088 -0
  329. package/skills/single-work-analysis/references/api-contracts/linkedin-web-api.md +1949 -0
  330. package/skills/single-work-analysis/references/api-contracts/media-ingest-api.md +126 -0
  331. package/skills/single-work-analysis/references/api-contracts/pipixia-app-api.md +1142 -0
  332. package/skills/single-work-analysis/references/api-contracts/reddit-app-api.md +2025 -0
  333. package/skills/single-work-analysis/references/api-contracts/sora2-api.md +2266 -0
  334. package/skills/single-work-analysis/references/api-contracts/temp-mail-api.md +208 -0
  335. package/skills/single-work-analysis/references/api-contracts/threads-web-api.md +897 -0
  336. package/skills/single-work-analysis/references/api-contracts/tikhub-downloader-api.md +134 -0
  337. package/skills/single-work-analysis/references/api-contracts/tikhub-user-api.md +494 -0
  338. package/skills/single-work-analysis/references/api-contracts/tiktok-ads-api.md +5947 -0
  339. package/skills/single-work-analysis/references/api-contracts/tiktok-analytics-api.md +968 -0
  340. package/skills/single-work-analysis/references/api-contracts/tiktok-app-v3-api.md +5735 -0
  341. package/skills/single-work-analysis/references/api-contracts/tiktok-creator-api.md +1951 -0
  342. package/skills/single-work-analysis/references/api-contracts/tiktok-interaction-api.md +742 -0
  343. package/skills/single-work-analysis/references/api-contracts/tiktok-shop-web-api.md +1890 -0
  344. package/skills/single-work-analysis/references/api-contracts/tiktok-web-api.md +4448 -0
  345. package/skills/single-work-analysis/references/api-contracts/toutiao-app-api.md +342 -0
  346. package/skills/single-work-analysis/references/api-contracts/toutiao-web-api.md +143 -0
  347. package/skills/single-work-analysis/references/api-contracts/twitter-web-api.md +989 -0
  348. package/skills/single-work-analysis/references/api-contracts/wechat-channels-api.md +809 -0
  349. package/skills/single-work-analysis/references/api-contracts/wechat-media-platform-web-api.md +677 -0
  350. package/skills/single-work-analysis/references/api-contracts/weibo-app-api.md +1547 -0
  351. package/skills/single-work-analysis/references/api-contracts/weibo-web-api.md +798 -0
  352. package/skills/single-work-analysis/references/api-contracts/weibo-web-v2-api.md +2459 -0
  353. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-api.md +1291 -0
  354. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
  355. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-api.md +1324 -0
  356. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
  357. package/skills/single-work-analysis/references/api-contracts/xigua-app-v2-api.md +489 -0
  358. package/skills/single-work-analysis/references/api-contracts/youtube-web-api.md +2636 -0
  359. package/skills/single-work-analysis/references/api-contracts/youtube-web-v2-api.md +2660 -0
  360. package/skills/single-work-analysis/references/api-contracts/zhihu-web-api.md +2315 -0
  361. package/skills/single-work-analysis/references/api-tags/asr-api.md +100 -0
  362. package/skills/single-work-analysis/references/api-tags/bilibili-app-api.md +482 -0
  363. package/skills/single-work-analysis/references/api-tags/bilibili-web-api.md +1267 -0
  364. package/skills/single-work-analysis/references/api-tags/demo-api.md +365 -0
  365. package/skills/single-work-analysis/references/api-tags/douyin-app-v3-api.md +2012 -0
  366. package/skills/single-work-analysis/references/api-tags/douyin-billboard-api.md +1428 -0
  367. package/skills/single-work-analysis/references/api-tags/douyin-creator-api.md +694 -0
  368. package/skills/single-work-analysis/references/api-tags/douyin-creator-v2-api.md +694 -0
  369. package/skills/single-work-analysis/references/api-tags/douyin-search-api.md +1059 -0
  370. package/skills/single-work-analysis/references/api-tags/douyin-web-api.md +3314 -0
  371. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-api.md +935 -0
  372. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-v2-api.md +925 -0
  373. package/skills/single-work-analysis/references/api-tags/health-check.md +40 -0
  374. package/skills/single-work-analysis/references/api-tags/hybrid-parsing.md +57 -0
  375. package/skills/single-work-analysis/references/api-tags/instagram-v1-api.md +1224 -0
  376. package/skills/single-work-analysis/references/api-tags/instagram-v2-api.md +1147 -0
  377. package/skills/single-work-analysis/references/api-tags/instagram-v3-api.md +1123 -0
  378. package/skills/single-work-analysis/references/api-tags/ios-shortcut.md +45 -0
  379. package/skills/single-work-analysis/references/api-tags/kuaishou-app-api.md +846 -0
  380. package/skills/single-work-analysis/references/api-tags/kuaishou-web-api.md +551 -0
  381. package/skills/single-work-analysis/references/api-tags/lemon8-app-api.md +687 -0
  382. package/skills/single-work-analysis/references/api-tags/linkedin-web-api.md +1105 -0
  383. package/skills/single-work-analysis/references/api-tags/media-ingest-api.md +112 -0
  384. package/skills/single-work-analysis/references/api-tags/pipixia-app-api.md +721 -0
  385. package/skills/single-work-analysis/references/api-tags/reddit-app-api.md +1057 -0
  386. package/skills/single-work-analysis/references/api-tags/sora2-api.md +737 -0
  387. package/skills/single-work-analysis/references/api-tags/temp-mail-api.md +136 -0
  388. package/skills/single-work-analysis/references/api-tags/threads-web-api.md +472 -0
  389. package/skills/single-work-analysis/references/api-tags/tikhub-downloader-api.md +65 -0
  390. package/skills/single-work-analysis/references/api-tags/tikhub-user-api.md +253 -0
  391. package/skills/single-work-analysis/references/api-tags/tiktok-ads-api.md +1393 -0
  392. package/skills/single-work-analysis/references/api-tags/tiktok-analytics-api.md +179 -0
  393. package/skills/single-work-analysis/references/api-tags/tiktok-app-v3-api.md +3264 -0
  394. package/skills/single-work-analysis/references/api-tags/tiktok-creator-api.md +709 -0
  395. package/skills/single-work-analysis/references/api-tags/tiktok-interaction-api.md +366 -0
  396. package/skills/single-work-analysis/references/api-tags/tiktok-shop-web-api.md +663 -0
  397. package/skills/single-work-analysis/references/api-tags/tiktok-web-api.md +2516 -0
  398. package/skills/single-work-analysis/references/api-tags/toutiao-app-api.md +220 -0
  399. package/skills/single-work-analysis/references/api-tags/toutiao-web-api.md +96 -0
  400. package/skills/single-work-analysis/references/api-tags/twitter-web-api.md +562 -0
  401. package/skills/single-work-analysis/references/api-tags/wechat-channels-api.md +405 -0
  402. package/skills/single-work-analysis/references/api-tags/wechat-media-platform-web-api.md +431 -0
  403. package/skills/single-work-analysis/references/api-tags/weibo-app-api.md +851 -0
  404. package/skills/single-work-analysis/references/api-tags/weibo-web-api.md +470 -0
  405. package/skills/single-work-analysis/references/api-tags/weibo-web-v2-api.md +1405 -0
  406. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-api.md +534 -0
  407. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
  408. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-api.md +757 -0
  409. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
  410. package/skills/single-work-analysis/references/api-tags/xigua-app-v2-api.md +308 -0
  411. package/skills/single-work-analysis/references/api-tags/youtube-web-api.md +934 -0
  412. package/skills/single-work-analysis/references/api-tags/youtube-web-v2-api.md +717 -0
  413. package/skills/single-work-analysis/references/api-tags/zhihu-web-api.md +1384 -0
  414. package/skills/single-work-analysis/references/asr-and-fallback.md +20 -0
  415. package/skills/single-work-analysis/references/config-templates/defaults.yaml +58 -0
  416. package/skills/single-work-analysis/references/contracts/work-card-fields.md +41 -0
  417. package/skills/single-work-analysis/references/platform-guides/douyin.md +47 -0
  418. package/skills/single-work-analysis/references/platform-guides/generic.md +43 -0
  419. package/skills/single-work-analysis/references/platform-guides/xiaohongshu.md +54 -0
  420. package/skills/single-work-analysis/references/prompt-contracts/asr-clean.md +28 -0
  421. package/skills/single-work-analysis/references/prompt-contracts/cta.md +24 -0
  422. package/skills/single-work-analysis/references/prompt-contracts/hook.md +25 -0
  423. package/skills/single-work-analysis/references/prompt-contracts/insight.md +47 -0
  424. package/skills/single-work-analysis/references/prompt-contracts/structure.md +25 -0
  425. package/skills/single-work-analysis/references/prompt-contracts/style.md +27 -0
  426. package/skills/single-work-analysis/references/prompt-contracts/summary.md +29 -0
  427. package/skills/single-work-analysis/references/prompt-contracts/topic.md +29 -0
  428. package/skills/single-work-analysis/references/schemas/work-card.schema.json +39 -0
  429. package/skills/single-work-analysis/references/service-guides/asr-u2-u3-fallback.md +75 -0
  430. package/skills/single-work-analysis/scripts/__init__.py +0 -0
  431. package/skills/single-work-analysis/scripts/core/__init__.py +0 -0
  432. package/skills/single-work-analysis/scripts/core/analysis_pipeline.py +133 -0
  433. package/skills/single-work-analysis/scripts/core/bootstrap_env.py +35 -0
  434. package/skills/single-work-analysis/scripts/core/config_loader.py +418 -0
  435. package/skills/single-work-analysis/scripts/core/extract_pipeline.py +173 -0
  436. package/skills/single-work-analysis/scripts/core/progress_report.py +111 -0
  437. package/skills/single-work-analysis/scripts/core/storage_router.py +253 -0
  438. package/skills/single-work-analysis/scripts/core/tikomni_common.py +588 -0
  439. package/skills/single-work-analysis/scripts/pipeline/__init__.py +0 -0
  440. package/skills/single-work-analysis/scripts/pipeline/asr/__init__.py +0 -0
  441. package/skills/single-work-analysis/scripts/pipeline/asr/asr_pipeline.py +1189 -0
  442. package/skills/single-work-analysis/scripts/pipeline/asr/poll_u2_task.py +95 -0
  443. package/skills/single-work-analysis/scripts/platform/__init__.py +0 -0
  444. package/skills/single-work-analysis/scripts/platform/douyin/__init__.py +0 -0
  445. package/skills/single-work-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +224 -0
  446. package/skills/single-work-analysis/scripts/platform/douyin/run_douyin_single_video.py +1233 -0
  447. package/skills/single-work-analysis/scripts/platform/douyin/select_low_quality_video_url.py +200 -0
  448. package/skills/single-work-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  449. package/skills/single-work-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +2156 -0
  450. package/skills/single-work-analysis/scripts/writers/__init__.py +0 -0
  451. package/skills/single-work-analysis/scripts/writers/write_benchmark_card.py +1402 -0
@@ -0,0 +1,1105 @@
1
+ # LinkedIn-Web-API Route Summary
2
+
3
+ - Back to index: [`api-capability-index.md`](../api-capability-index.md)
4
+ - Current tag file: `api-tags/linkedin-web-api.md`
5
+ - Full contract: [`api-contracts/linkedin-web-api.md`](../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
+ - Common capabilities: profiles / accounts / general / content details / search / details / comments
10
+ - Default auth: Header `Authorization` Bearer
11
+ - Common inputs: `page`, `urn`, `company_id`, `pagination_token`, `sort_by`, `company`, `username`, `date_posted`, `experience_level`, `remote`
12
+ - Tag description: **(LinkedIn Web数据接口/LinkedIn-Web-API endpoints)**
13
+
14
+ ## Routes
15
+
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
+ - Full contract: [`api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-company-job-count`](../api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-company-job-count)
23
+
24
+ #### Parameters
25
+
26
+ | Field | In | Type | Required | Description |
27
+ | --- | --- | --- | --- | --- |
28
+ | company_id | query | string | Yes | 公司ID/Company ID |
29
+
30
+ #### Request Body
31
+
32
+ None
33
+
34
+ #### Success Response
35
+
36
+ ##### `200 application/json`
37
+
38
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
39
+
40
+ | Field | Type | Required | Description |
41
+ | --- | --- | --- | --- |
42
+ | code | integer | No | HTTP status code \| HTTP状态码 |
43
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
44
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
45
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
46
+ | support | string | No | Support message \| 支持消息 |
47
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
48
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
49
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
50
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
51
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
52
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
53
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
54
+
55
+ - Fields truncated: this layer shows only the first `12` rows.
56
+
57
+ ### `GET /api/u1/v1/linkedin/web/get_company_jobs`
58
+
59
+ - Summary: 获取公司职位/Get company jobs
60
+ - Capabilities: general
61
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
62
+ - operationId: `get_company_jobs_api_v1_linkedin_web_get_company_jobs_get`
63
+ - Full contract: [`api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-company-jobs`](../api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-company-jobs)
64
+
65
+ #### Parameters
66
+
67
+ | Field | In | Type | Required | Description |
68
+ | --- | --- | --- | --- | --- |
69
+ | company_id | query | string | Yes | 公司ID/Company ID |
70
+ | page | query | integer | No | 页码/Page number |
71
+ | sort_by | query | string | No | 排序方式:recent(最新)或relevant(相关)/Sort by: recent or relevant |
72
+ | date_posted | query | string | No | 发布时间过滤:anytime, past_month, past_week, past_24_hours |
73
+ | experience_level | query | string | No | 经验级别:internship, entry_level, associate, mid_senior, director, executive |
74
+ | remote | query | string | No | 工作地点类型:onsite, remote, hybrid |
75
+ | job_type | query | string | No | 工作类型:full_time, part_time, contract, temporary, volunteer, internship, other |
76
+ | easy_apply | query | boolean | No | 是否易申请/Filter easy apply jobs |
77
+ | under_10_applicants | query | boolean | No | 是否少于10个申请者/Filter jobs with under 10 applicants |
78
+ | fair_chance_employer | query | boolean | No | 是否公平机会雇主/Filter fair chance employer jobs |
79
+
80
+ #### Request Body
81
+
82
+ None
83
+
84
+ #### Success Response
85
+
86
+ ##### `200 application/json`
87
+
88
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
89
+
90
+ | Field | Type | Required | Description |
91
+ | --- | --- | --- | --- |
92
+ | code | integer | No | HTTP status code \| HTTP状态码 |
93
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
94
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
95
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
96
+ | support | string | No | Support message \| 支持消息 |
97
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
98
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
99
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
100
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
101
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
102
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
103
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
104
+
105
+ - Fields truncated: this layer shows only the first `12` rows.
106
+
107
+ ### `GET /api/u1/v1/linkedin/web/get_company_people`
108
+
109
+ - Summary: 获取公司员工/Get company people
110
+ - Capabilities: general
111
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
112
+ - operationId: `get_company_people_api_v1_linkedin_web_get_company_people_get`
113
+ - Full contract: [`api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-company-people`](../api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-company-people)
114
+
115
+ #### Parameters
116
+
117
+ | Field | In | Type | Required | Description |
118
+ | --- | --- | --- | --- | --- |
119
+ | company_id | query | string | Yes | 公司ID/Company ID |
120
+ | page | query | integer | No | 页码/Page number |
121
+
122
+ #### Request Body
123
+
124
+ None
125
+
126
+ #### Success Response
127
+
128
+ ##### `200 application/json`
129
+
130
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
131
+
132
+ | Field | Type | Required | Description |
133
+ | --- | --- | --- | --- |
134
+ | code | integer | No | HTTP status code \| HTTP状态码 |
135
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
136
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
137
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
138
+ | support | string | No | Support message \| 支持消息 |
139
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
140
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
141
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
142
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
143
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
144
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
145
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
146
+
147
+ - Fields truncated: this layer shows only the first `12` rows.
148
+
149
+ ### `GET /api/u1/v1/linkedin/web/get_company_posts`
150
+
151
+ - Summary: 获取公司帖子/Get company posts
152
+ - Capabilities: content details
153
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
154
+ - operationId: `get_company_posts_api_v1_linkedin_web_get_company_posts_get`
155
+ - Full contract: [`api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-company-posts`](../api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-company-posts)
156
+
157
+ #### Parameters
158
+
159
+ | Field | In | Type | Required | Description |
160
+ | --- | --- | --- | --- | --- |
161
+ | company_id | query | string | Yes | 公司ID/Company ID |
162
+ | page | query | integer | No | 页码/Page number |
163
+ | sort_by | query | string | No | 排序方式:top(热门)或recent(最新)/Sort by: top or recent |
164
+
165
+ #### Request Body
166
+
167
+ None
168
+
169
+ #### Success Response
170
+
171
+ ##### `200 application/json`
172
+
173
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
174
+
175
+ | Field | Type | Required | Description |
176
+ | --- | --- | --- | --- |
177
+ | code | integer | No | HTTP status code \| HTTP状态码 |
178
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
179
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
180
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
181
+ | support | string | No | Support message \| 支持消息 |
182
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
183
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
184
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
185
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
186
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
187
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
188
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
189
+
190
+ - Fields truncated: this layer shows only the first `12` rows.
191
+
192
+ ### `GET /api/u1/v1/linkedin/web/get_company_profile`
193
+
194
+ - Summary: 获取公司资料/Get company profile
195
+ - Capabilities: profiles / accounts
196
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
197
+ - operationId: `get_company_profile_api_v1_linkedin_web_get_company_profile_get`
198
+ - Full contract: [`api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-company-profile`](../api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-company-profile)
199
+
200
+ #### Parameters
201
+
202
+ | Field | In | Type | Required | Description |
203
+ | --- | --- | --- | --- | --- |
204
+ | company | query | string | No | 公司名称/Company name |
205
+ | company_id | query | string | No | 公司ID(额外消耗1次请求)/Company ID (+1 request) |
206
+
207
+ #### Request Body
208
+
209
+ None
210
+
211
+ #### Success Response
212
+
213
+ ##### `200 application/json`
214
+
215
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
216
+
217
+ | Field | Type | Required | Description |
218
+ | --- | --- | --- | --- |
219
+ | code | integer | No | HTTP status code \| HTTP状态码 |
220
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
221
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
222
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
223
+ | support | string | No | Support message \| 支持消息 |
224
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
225
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
226
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
227
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
228
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
229
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
230
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
231
+
232
+ - Fields truncated: this layer shows only the first `12` rows.
233
+
234
+ ### `GET /api/u1/v1/linkedin/web/get_job_detail`
235
+
236
+ - Summary: 获取职位详情/Get job detail
237
+ - Capabilities: details
238
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
239
+ - operationId: `get_job_detail_api_v1_linkedin_web_get_job_detail_get`
240
+ - Full contract: [`api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-job-detail`](../api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-job-detail)
241
+
242
+ #### Parameters
243
+
244
+ | Field | In | Type | Required | Description |
245
+ | --- | --- | --- | --- | --- |
246
+ | job_id | query | string | Yes | 职位ID/Job ID |
247
+ | include_skills | query | boolean | No | 包含职位技能要求(额外消耗1次请求)/Include job skills (+1 request) |
248
+
249
+ #### Request Body
250
+
251
+ None
252
+
253
+ #### Success Response
254
+
255
+ ##### `200 application/json`
256
+
257
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
258
+
259
+ | Field | Type | Required | Description |
260
+ | --- | --- | --- | --- |
261
+ | code | integer | No | HTTP status code \| HTTP状态码 |
262
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
263
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
264
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
265
+ | support | string | No | Support message \| 支持消息 |
266
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
267
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
268
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
269
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
270
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
271
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
272
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
273
+
274
+ - Fields truncated: this layer shows only the first `12` rows.
275
+
276
+ ### `GET /api/u1/v1/linkedin/web/get_user_about`
277
+
278
+ - Summary: 获取用户简介/Get user about
279
+ - Capabilities: profiles / accounts
280
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
281
+ - operationId: `get_user_about_api_v1_linkedin_web_get_user_about_get`
282
+ - Full contract: [`api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-user-about`](../api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-user-about)
283
+
284
+ #### Parameters
285
+
286
+ | Field | In | Type | Required | Description |
287
+ | --- | --- | --- | --- | --- |
288
+ | urn | query | string | Yes | 用户URN,可通过get_user_profile接口获取/User URN, can be obtained from get_user_profile endpoint |
289
+
290
+ #### Request Body
291
+
292
+ None
293
+
294
+ #### Success Response
295
+
296
+ ##### `200 application/json`
297
+
298
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
299
+
300
+ | Field | Type | Required | Description |
301
+ | --- | --- | --- | --- |
302
+ | code | integer | No | HTTP status code \| HTTP状态码 |
303
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
304
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
305
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
306
+ | support | string | No | Support message \| 支持消息 |
307
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
308
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
309
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
310
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
311
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
312
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
313
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
314
+
315
+ - Fields truncated: this layer shows only the first `12` rows.
316
+
317
+ ### `GET /api/u1/v1/linkedin/web/get_user_certifications`
318
+
319
+ - Summary: 获取用户认证/Get user certifications
320
+ - Capabilities: profiles / accounts
321
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
322
+ - operationId: `get_user_certifications_api_v1_linkedin_web_get_user_certifications_get`
323
+ - Full contract: [`api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-user-certifications`](../api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-user-certifications)
324
+
325
+ #### Parameters
326
+
327
+ | Field | In | Type | Required | Description |
328
+ | --- | --- | --- | --- | --- |
329
+ | urn | query | string | Yes | 用户URN,可通过get_user_profile接口获取/User URN, can be obtained from get_user_profile endpoint |
330
+ | page | query | integer | No | 页码/Page number |
331
+
332
+ #### Request Body
333
+
334
+ None
335
+
336
+ #### Success Response
337
+
338
+ ##### `200 application/json`
339
+
340
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
341
+
342
+ | Field | Type | Required | Description |
343
+ | --- | --- | --- | --- |
344
+ | code | integer | No | HTTP status code \| HTTP状态码 |
345
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
346
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
347
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
348
+ | support | string | No | Support message \| 支持消息 |
349
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
350
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
351
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
352
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
353
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
354
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
355
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
356
+
357
+ - Fields truncated: this layer shows only the first `12` rows.
358
+
359
+ ### `GET /api/u1/v1/linkedin/web/get_user_comments`
360
+
361
+ - Summary: 获取用户评论/Get user comments
362
+ - Capabilities: comments / profiles / accounts
363
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
364
+ - operationId: `get_user_comments_api_v1_linkedin_web_get_user_comments_get`
365
+ - Full contract: [`api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-user-comments`](../api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-user-comments)
366
+
367
+ #### Parameters
368
+
369
+ | Field | In | Type | Required | Description |
370
+ | --- | --- | --- | --- | --- |
371
+ | urn | query | string | Yes | 用户URN,可通过get_user_profile接口获取/User URN, can be obtained from get_user_profile endpoint |
372
+ | page | query | integer | No | 页码/Page number |
373
+ | pagination_token | query | string | No | 分页令牌/Pagination token |
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 |
386
+ | --- | --- | --- | --- |
387
+ | code | integer | No | HTTP status code \| HTTP状态码 |
388
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
389
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
390
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
391
+ | support | string | No | Support message \| 支持消息 |
392
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
393
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
394
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
395
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
396
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
397
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
398
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
399
+
400
+ - Fields truncated: this layer shows only the first `12` rows.
401
+
402
+ ### `GET /api/u1/v1/linkedin/web/get_user_contact`
403
+
404
+ - Summary: 获取用户联系信息/Get user contact information
405
+ - Capabilities: profiles / accounts
406
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
407
+ - operationId: `get_user_contact_api_v1_linkedin_web_get_user_contact_get`
408
+ - Full contract: [`api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-user-contact`](../api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-user-contact)
409
+
410
+ #### Parameters
411
+
412
+ | Field | In | Type | Required | Description |
413
+ | --- | --- | --- | --- | --- |
414
+ | username | query | string | Yes | LinkedIn用户名/LinkedIn username |
415
+
416
+ #### Request Body
417
+
418
+ None
419
+
420
+ #### Success Response
421
+
422
+ ##### `200 application/json`
423
+
424
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
425
+
426
+ | Field | Type | Required | Description |
427
+ | --- | --- | --- | --- |
428
+ | code | integer | No | HTTP status code \| HTTP状态码 |
429
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
430
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
431
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
432
+ | support | string | No | Support message \| 支持消息 |
433
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
434
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
435
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
436
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
437
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
438
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
439
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
440
+
441
+ - Fields truncated: this layer shows only the first `12` rows.
442
+
443
+ ### `GET /api/u1/v1/linkedin/web/get_user_educations`
444
+
445
+ - Summary: 获取用户教育背景/Get user educations
446
+ - Capabilities: profiles / accounts
447
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
448
+ - operationId: `get_user_educations_api_v1_linkedin_web_get_user_educations_get`
449
+ - Full contract: [`api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-user-educations`](../api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-user-educations)
450
+
451
+ #### Parameters
452
+
453
+ | Field | In | Type | Required | Description |
454
+ | --- | --- | --- | --- | --- |
455
+ | urn | query | string | Yes | 用户URN,可通过get_user_profile接口获取/User URN, can be obtained from get_user_profile endpoint |
456
+ | page | query | integer | No | 页码/Page number |
457
+
458
+ #### Request Body
459
+
460
+ None
461
+
462
+ #### Success Response
463
+
464
+ ##### `200 application/json`
465
+
466
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
467
+
468
+ | Field | Type | Required | Description |
469
+ | --- | --- | --- | --- |
470
+ | code | integer | No | HTTP status code \| HTTP状态码 |
471
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
472
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
473
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
474
+ | support | string | No | Support message \| 支持消息 |
475
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
476
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
477
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
478
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
479
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
480
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
481
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
482
+
483
+ - Fields truncated: this layer shows only the first `12` rows.
484
+
485
+ ### `GET /api/u1/v1/linkedin/web/get_user_experience`
486
+
487
+ - Summary: 获取用户工作经历/Get user experience
488
+ - Capabilities: profiles / accounts
489
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
490
+ - operationId: `get_user_experience_api_v1_linkedin_web_get_user_experience_get`
491
+ - Full contract: [`api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-user-experience`](../api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-user-experience)
492
+
493
+ #### Parameters
494
+
495
+ | Field | In | Type | Required | Description |
496
+ | --- | --- | --- | --- | --- |
497
+ | urn | query | string | Yes | 用户URN,可通过get_user_profile接口获取/User URN, can be obtained from get_user_profile endpoint |
498
+ | page | query | integer | No | 页码/Page number |
499
+
500
+ #### Request Body
501
+
502
+ None
503
+
504
+ #### Success Response
505
+
506
+ ##### `200 application/json`
507
+
508
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
509
+
510
+ | Field | Type | Required | Description |
511
+ | --- | --- | --- | --- |
512
+ | code | integer | No | HTTP status code \| HTTP状态码 |
513
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
514
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
515
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
516
+ | support | string | No | Support message \| 支持消息 |
517
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
518
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
519
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
520
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
521
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
522
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
523
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
524
+
525
+ - Fields truncated: this layer shows only the first `12` rows.
526
+
527
+ ### `GET /api/u1/v1/linkedin/web/get_user_follower_and_connection`
528
+
529
+ - Summary: 获取用户粉丝和连接数/Get user follower and connection
530
+ - Capabilities: profiles / accounts
531
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
532
+ - operationId: `get_user_follower_and_connection_api_v1_linkedin_web_get_user_follower_and_connection_get`
533
+ - Full contract: [`api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-user-follower-and-connection`](../api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-user-follower-and-connection)
534
+
535
+ #### Parameters
536
+
537
+ | Field | In | Type | Required | Description |
538
+ | --- | --- | --- | --- | --- |
539
+ | username | query | string | Yes | LinkedIn用户名/LinkedIn username |
540
+
541
+ #### Request Body
542
+
543
+ None
544
+
545
+ #### Success Response
546
+
547
+ ##### `200 application/json`
548
+
549
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
550
+
551
+ | Field | Type | Required | Description |
552
+ | --- | --- | --- | --- |
553
+ | code | integer | No | HTTP status code \| HTTP状态码 |
554
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
555
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
556
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
557
+ | support | string | No | Support message \| 支持消息 |
558
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
559
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
560
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
561
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
562
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
563
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
564
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
565
+
566
+ - Fields truncated: this layer shows only the first `12` rows.
567
+
568
+ ### `GET /api/u1/v1/linkedin/web/get_user_honors`
569
+
570
+ - Summary: 获取用户荣誉奖项/Get user honors
571
+ - Capabilities: profiles / accounts
572
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
573
+ - operationId: `get_user_honors_api_v1_linkedin_web_get_user_honors_get`
574
+ - Full contract: [`api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-user-honors`](../api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-user-honors)
575
+
576
+ #### Parameters
577
+
578
+ | Field | In | Type | Required | Description |
579
+ | --- | --- | --- | --- | --- |
580
+ | urn | query | string | Yes | 用户URN,可通过get_user_profile接口获取/User URN, can be obtained from get_user_profile endpoint |
581
+ | page | query | integer | No | 页码/Page number |
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 |
594
+ | --- | --- | --- | --- |
595
+ | code | integer | No | HTTP status code \| HTTP状态码 |
596
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
597
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
598
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
599
+ | support | string | No | Support message \| 支持消息 |
600
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
601
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
602
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
603
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
604
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
605
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
606
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
607
+
608
+ - Fields truncated: this layer shows only the first `12` rows.
609
+
610
+ ### `GET /api/u1/v1/linkedin/web/get_user_images`
611
+
612
+ - Summary: 获取用户图片/Get user images
613
+ - Capabilities: profiles / accounts
614
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
615
+ - operationId: `get_user_images_api_v1_linkedin_web_get_user_images_get`
616
+ - Full contract: [`api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-user-images`](../api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-user-images)
617
+
618
+ #### Parameters
619
+
620
+ | Field | In | Type | Required | Description |
621
+ | --- | --- | --- | --- | --- |
622
+ | urn | query | string | Yes | 用户URN,可通过get_user_profile接口获取/User URN, can be obtained from get_user_profile endpoint |
623
+ | page | query | integer | No | 页码/Page number |
624
+ | pagination_token | query | string | No | 分页令牌/Pagination token |
625
+
626
+ #### Request Body
627
+
628
+ None
629
+
630
+ #### Success Response
631
+
632
+ ##### `200 application/json`
633
+
634
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
635
+
636
+ | Field | Type | Required | Description |
637
+ | --- | --- | --- | --- |
638
+ | code | integer | No | HTTP status code \| HTTP状态码 |
639
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
640
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
641
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
642
+ | support | string | No | Support message \| 支持消息 |
643
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
644
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
645
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
646
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
647
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
648
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
649
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
650
+
651
+ - Fields truncated: this layer shows only the first `12` rows.
652
+
653
+ ### `GET /api/u1/v1/linkedin/web/get_user_interests_companies`
654
+
655
+ - Summary: 获取用户感兴趣的公司/Get user interests companies
656
+ - Capabilities: profiles / accounts
657
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
658
+ - operationId: `get_user_interests_companies_api_v1_linkedin_web_get_user_interests_companies_get`
659
+ - Full contract: [`api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-user-interests-companies`](../api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-user-interests-companies)
660
+
661
+ #### Parameters
662
+
663
+ | Field | In | Type | Required | Description |
664
+ | --- | --- | --- | --- | --- |
665
+ | urn | query | string | Yes | 用户URN,可通过get_user_profile接口获取/User URN, can be obtained from get_user_profile endpoint |
666
+ | page | query | integer | No | 页码/Page number |
667
+
668
+ #### Request Body
669
+
670
+ None
671
+
672
+ #### Success Response
673
+
674
+ ##### `200 application/json`
675
+
676
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
677
+
678
+ | Field | Type | Required | Description |
679
+ | --- | --- | --- | --- |
680
+ | code | integer | No | HTTP status code \| HTTP状态码 |
681
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
682
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
683
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
684
+ | support | string | No | Support message \| 支持消息 |
685
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
686
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
687
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
688
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
689
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
690
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
691
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
692
+
693
+ - Fields truncated: this layer shows only the first `12` rows.
694
+
695
+ ### `GET /api/u1/v1/linkedin/web/get_user_interests_groups`
696
+
697
+ - Summary: 获取用户感兴趣的群组/Get user interests groups
698
+ - Capabilities: profiles / accounts
699
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
700
+ - operationId: `get_user_interests_groups_api_v1_linkedin_web_get_user_interests_groups_get`
701
+ - Full contract: [`api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-user-interests-groups`](../api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-user-interests-groups)
702
+
703
+ #### Parameters
704
+
705
+ | Field | In | Type | Required | Description |
706
+ | --- | --- | --- | --- | --- |
707
+ | urn | query | string | Yes | 用户URN,可通过get_user_profile接口获取/User URN, can be obtained from get_user_profile endpoint |
708
+ | page | query | integer | No | 页码/Page number |
709
+
710
+ #### Request Body
711
+
712
+ None
713
+
714
+ #### Success Response
715
+
716
+ ##### `200 application/json`
717
+
718
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
719
+
720
+ | Field | Type | Required | Description |
721
+ | --- | --- | --- | --- |
722
+ | code | integer | No | HTTP status code \| HTTP状态码 |
723
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
724
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
725
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
726
+ | support | string | No | Support message \| 支持消息 |
727
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
728
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
729
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
730
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
731
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
732
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
733
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
734
+
735
+ - Fields truncated: this layer shows only the first `12` rows.
736
+
737
+ ### `GET /api/u1/v1/linkedin/web/get_user_posts`
738
+
739
+ - Summary: 获取用户帖子/Get user posts
740
+ - Capabilities: profiles / accounts / content details
741
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
742
+ - operationId: `get_user_posts_api_v1_linkedin_web_get_user_posts_get`
743
+ - Full contract: [`api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-user-posts`](../api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-user-posts)
744
+
745
+ #### Parameters
746
+
747
+ | Field | In | Type | Required | Description |
748
+ | --- | --- | --- | --- | --- |
749
+ | urn | query | string | Yes | 用户URN,可通过get_user_profile接口获取/User URN, can be obtained from get_user_profile endpoint |
750
+ | page | query | integer | No | 页码/Page number |
751
+ | pagination_token | query | string | No | 分页令牌/Pagination token |
752
+
753
+ #### Request Body
754
+
755
+ None
756
+
757
+ #### Success Response
758
+
759
+ ##### `200 application/json`
760
+
761
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
762
+
763
+ | Field | Type | Required | Description |
764
+ | --- | --- | --- | --- |
765
+ | code | integer | No | HTTP status code \| HTTP状态码 |
766
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
767
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
768
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
769
+ | support | string | No | Support message \| 支持消息 |
770
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
771
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
772
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
773
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
774
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
775
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
776
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
777
+
778
+ - Fields truncated: this layer shows only the first `12` rows.
779
+
780
+ ### `GET /api/u1/v1/linkedin/web/get_user_profile`
781
+
782
+ - Summary: 获取用户资料/Get user profile
783
+ - Capabilities: profiles / accounts
784
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
785
+ - operationId: `get_user_profile_api_v1_linkedin_web_get_user_profile_get`
786
+ - Full contract: [`api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-user-profile`](../api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-user-profile)
787
+
788
+ #### Parameters
789
+
790
+ | Field | In | Type | Required | Description |
791
+ | --- | --- | --- | --- | --- |
792
+ | username | query | string | Yes | LinkedIn用户名/LinkedIn username |
793
+ | include_follower_and_connection | query | boolean | No | 包含粉丝和连接数(额外消耗1次请求)/Include follower and connection count (+1 request) |
794
+ | include_experiences | query | boolean | No | 包含工作经历(额外消耗1次请求)/Include work experiences (+1 request) |
795
+ | include_skills | query | boolean | No | 包含技能(额外消耗1次请求)/Include skills (+1 request) |
796
+ | include_certifications | query | boolean | No | 包含认证(额外消耗1次请求)/Include certifications (+1 request) |
797
+ | include_publications | query | boolean | No | 包含出版物(额外消耗1次请求)/Include publications (+1 request) |
798
+ | include_educations | query | boolean | No | 包含教育背景(额外消耗1次请求)/Include educational background (+1 request) |
799
+ | include_volunteers | query | boolean | No | 包含志愿者经历(额外消耗1次请求)/Include volunteer experiences (+1 request) |
800
+ | include_honors | query | boolean | No | 包含荣誉奖项(额外消耗1次请求)/Include honors and awards (+1 request) |
801
+ | include_interests | query | boolean | No | 包含兴趣(额外消耗1次请求)/Include interests (+1 request) |
802
+ | include_bio | query | boolean | No | 包含个人简介(额外消耗1次请求)/Include bio/about (+1 request) |
803
+
804
+ #### Request Body
805
+
806
+ None
807
+
808
+ #### Success Response
809
+
810
+ ##### `200 application/json`
811
+
812
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
813
+
814
+ | Field | Type | Required | Description |
815
+ | --- | --- | --- | --- |
816
+ | code | integer | No | HTTP status code \| HTTP状态码 |
817
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
818
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
819
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
820
+ | support | string | No | Support message \| 支持消息 |
821
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
822
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
823
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
824
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
825
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
826
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
827
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
828
+
829
+ - Fields truncated: this layer shows only the first `12` rows.
830
+
831
+ ### `GET /api/u1/v1/linkedin/web/get_user_publications`
832
+
833
+ - Summary: 获取用户出版物/Get user publications
834
+ - Capabilities: profiles / accounts
835
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
836
+ - operationId: `get_user_publications_api_v1_linkedin_web_get_user_publications_get`
837
+ - Full contract: [`api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-user-publications`](../api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-user-publications)
838
+
839
+ #### Parameters
840
+
841
+ | Field | In | Type | Required | Description |
842
+ | --- | --- | --- | --- | --- |
843
+ | urn | query | string | Yes | 用户URN,可通过get_user_profile接口获取/User URN, can be obtained from get_user_profile endpoint |
844
+ | page | query | integer | No | 页码/Page number |
845
+
846
+ #### Request Body
847
+
848
+ None
849
+
850
+ #### Success Response
851
+
852
+ ##### `200 application/json`
853
+
854
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
855
+
856
+ | Field | Type | Required | Description |
857
+ | --- | --- | --- | --- |
858
+ | code | integer | No | HTTP status code \| HTTP状态码 |
859
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
860
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
861
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
862
+ | support | string | No | Support message \| 支持消息 |
863
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
864
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
865
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
866
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
867
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
868
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
869
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
870
+
871
+ - Fields truncated: this layer shows only the first `12` rows.
872
+
873
+ ### `GET /api/u1/v1/linkedin/web/get_user_recommendations`
874
+
875
+ - Summary: 获取用户推荐信/Get user recommendations
876
+ - Capabilities: profiles / accounts
877
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
878
+ - operationId: `get_user_recommendations_api_v1_linkedin_web_get_user_recommendations_get`
879
+ - Full contract: [`api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-user-recommendations`](../api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-user-recommendations)
880
+
881
+ #### Parameters
882
+
883
+ | Field | In | Type | Required | Description |
884
+ | --- | --- | --- | --- | --- |
885
+ | urn | query | string | Yes | 用户URN,可通过get_user_profile接口获取/User URN, can be obtained from get_user_profile endpoint |
886
+ | page | query | integer | No | 页码/Page number |
887
+ | type | query | string | No | 推荐类型:received(收到的)或given(给出的)/Type: received or given |
888
+ | pagination_token | query | string | No | 分页令牌/Pagination token |
889
+
890
+ #### Request Body
891
+
892
+ None
893
+
894
+ #### Success Response
895
+
896
+ ##### `200 application/json`
897
+
898
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
899
+
900
+ | Field | Type | Required | Description |
901
+ | --- | --- | --- | --- |
902
+ | code | integer | No | HTTP status code \| HTTP状态码 |
903
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
904
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
905
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
906
+ | support | string | No | Support message \| 支持消息 |
907
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
908
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
909
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
910
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
911
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
912
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
913
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
914
+
915
+ - Fields truncated: this layer shows only the first `12` rows.
916
+
917
+ ### `GET /api/u1/v1/linkedin/web/get_user_skills`
918
+
919
+ - Summary: 获取用户技能/Get user skills
920
+ - Capabilities: profiles / accounts
921
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
922
+ - operationId: `get_user_skills_api_v1_linkedin_web_get_user_skills_get`
923
+ - Full contract: [`api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-user-skills`](../api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-user-skills)
924
+
925
+ #### Parameters
926
+
927
+ | Field | In | Type | Required | Description |
928
+ | --- | --- | --- | --- | --- |
929
+ | urn | query | string | Yes | 用户URN,可通过get_user_profile接口获取/User URN, can be obtained from get_user_profile endpoint |
930
+ | page | query | integer | No | 页码/Page number |
931
+
932
+ #### Request Body
933
+
934
+ None
935
+
936
+ #### Success Response
937
+
938
+ ##### `200 application/json`
939
+
940
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
941
+
942
+ | Field | Type | Required | Description |
943
+ | --- | --- | --- | --- |
944
+ | code | integer | No | HTTP status code \| HTTP状态码 |
945
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
946
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
947
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
948
+ | support | string | No | Support message \| 支持消息 |
949
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
950
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
951
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
952
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
953
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
954
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
955
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
956
+
957
+ - Fields truncated: this layer shows only the first `12` rows.
958
+
959
+ ### `GET /api/u1/v1/linkedin/web/get_user_videos`
960
+
961
+ - Summary: 获取用户视频/Get user videos
962
+ - Capabilities: profiles / accounts / content details
963
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
964
+ - operationId: `get_user_videos_api_v1_linkedin_web_get_user_videos_get`
965
+ - Full contract: [`api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-user-videos`](../api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-get-user-videos)
966
+
967
+ #### Parameters
968
+
969
+ | Field | In | Type | Required | Description |
970
+ | --- | --- | --- | --- | --- |
971
+ | urn | query | string | Yes | 用户URN,可通过get_user_profile接口获取/User URN, can be obtained from get_user_profile endpoint |
972
+ | page | query | integer | No | 页码/Page number |
973
+ | pagination_token | query | string | No | 分页令牌/Pagination token |
974
+
975
+ #### Request Body
976
+
977
+ None
978
+
979
+ #### Success Response
980
+
981
+ ##### `200 application/json`
982
+
983
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
984
+
985
+ | Field | Type | Required | Description |
986
+ | --- | --- | --- | --- |
987
+ | code | integer | No | HTTP status code \| HTTP状态码 |
988
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
989
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
990
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
991
+ | support | string | No | Support message \| 支持消息 |
992
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
993
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
994
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
995
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
996
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
997
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
998
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
999
+
1000
+ - Fields truncated: this layer shows only the first `12` rows.
1001
+
1002
+ ### `GET /api/u1/v1/linkedin/web/search_jobs`
1003
+
1004
+ - Summary: 搜索职位/Search jobs
1005
+ - Capabilities: search
1006
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1007
+ - operationId: `search_jobs_api_v1_linkedin_web_search_jobs_get`
1008
+ - Full contract: [`api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-search-jobs`](../api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-search-jobs)
1009
+
1010
+ #### Parameters
1011
+
1012
+ | Field | In | Type | Required | Description |
1013
+ | --- | --- | --- | --- | --- |
1014
+ | keyword | query | string | Yes | 搜索关键词/Search keyword |
1015
+ | page | query | integer | No | 页码/Page number |
1016
+ | sort_by | query | string | No | 排序方式:recent(最新)或relevant(相关)/Sort by: recent or relevant |
1017
+ | date_posted | query | string | No | 发布时间过滤:anytime, past_month, past_week, past_24_hours |
1018
+ | geocode | query | string | No | 地理位置代码,可通过Search Geocode Location获取/Geocode for location |
1019
+ | company | query | string | No | 公司ID过滤/Company ID filter (e.g., 1441 for Google) |
1020
+ | experience_level | query | string | No | 经验级别:internship, entry_level, associate, mid_senior, director, executive |
1021
+ | remote | query | string | No | 工作地点类型:onsite, remote, hybrid |
1022
+ | job_type | query | string | No | 工作类型:full_time, part_time, contract, temporary, volunteer, internship, other |
1023
+ | easy_apply | query | boolean | No | 是否易申请/Filter easy apply jobs |
1024
+ | has_verifications | query | boolean | No | 是否有公司认证/Filter jobs with company verifications |
1025
+ | under_10_applicants | query | boolean | No | 是否少于10个申请者/Filter jobs with under 10 applicants |
1026
+ | fair_chance_employer | query | boolean | No | 是否公平机会雇主/Filter fair chance employer jobs |
1027
+
1028
+ #### Request Body
1029
+
1030
+ None
1031
+
1032
+ #### Success Response
1033
+
1034
+ ##### `200 application/json`
1035
+
1036
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1037
+
1038
+ | Field | Type | Required | Description |
1039
+ | --- | --- | --- | --- |
1040
+ | code | integer | No | HTTP status code \| HTTP状态码 |
1041
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1042
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1043
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1044
+ | support | string | No | Support message \| 支持消息 |
1045
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
1046
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1047
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1048
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1049
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1050
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1051
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1052
+
1053
+ - Fields truncated: this layer shows only the first `12` rows.
1054
+
1055
+ ### `GET /api/u1/v1/linkedin/web/search_people`
1056
+
1057
+ - Summary: 搜索用户/Search people
1058
+ - Capabilities: search
1059
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1060
+ - operationId: `search_people_api_v1_linkedin_web_search_people_get`
1061
+ - Full contract: [`api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-search-people`](../api-contracts/linkedin-web-api.md#get-api-u1-v1-linkedin-web-search-people)
1062
+
1063
+ #### Parameters
1064
+
1065
+ | Field | In | Type | Required | Description |
1066
+ | --- | --- | --- | --- | --- |
1067
+ | name | query | string | No | 搜索关键词/Search keyword for people |
1068
+ | first_name | query | string | No | 名/First name |
1069
+ | last_name | query | string | No | 姓/Last name |
1070
+ | title | query | string | No | 职位/Title |
1071
+ | company | query | string | No | 公司/Company |
1072
+ | school | query | string | No | 学校/School |
1073
+ | page | query | integer | No | 页码/Page number |
1074
+ | geocode_location | query | string | No | 地理位置代码/Geocode for location (e.g., 103644278 for United States) |
1075
+ | current_company | query | string | No | 当前公司ID/Current company ID |
1076
+ | profile_language | query | string | No | 个人资料语言/Profile language |
1077
+ | industry | query | string | No | 行业ID/Industry ID |
1078
+ | service_category | query | string | No | 服务类别ID/Service category ID |
1079
+
1080
+ #### Request Body
1081
+
1082
+ None
1083
+
1084
+ #### Success Response
1085
+
1086
+ ##### `200 application/json`
1087
+
1088
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1089
+
1090
+ | Field | Type | Required | Description |
1091
+ | --- | --- | --- | --- |
1092
+ | code | integer | No | HTTP status code \| HTTP状态码 |
1093
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1094
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1095
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1096
+ | support | string | No | Support message \| 支持消息 |
1097
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
1098
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1099
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1100
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1101
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1102
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1103
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1104
+
1105
+ - Fields truncated: this layer shows only the first `12` rows.