@tikomni/skills 0.1.2 → 0.1.4

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 (480) hide show
  1. package/.skill-package-allowlist.txt +1 -3
  2. package/README.md +41 -49
  3. package/README.zh-CN.md +43 -51
  4. package/bin/tikomni-skills.js +2 -2
  5. package/env.example +37 -56
  6. package/package.json +7 -3
  7. package/skills/social-media-crawl/SKILL.md +53 -0
  8. package/skills/social-media-crawl/agents/openai.yaml +5 -0
  9. package/skills/social-media-crawl/references/contracts/output-envelope.md +22 -0
  10. package/skills/social-media-crawl/references/contracts/work-fact-card-fields.md +48 -0
  11. package/skills/social-media-crawl/references/guides/generic-mcp-objects.md +30 -0
  12. package/skills/social-media-crawl/references/mcp-usage-contract.md +30 -0
  13. package/skills/social-media-crawl/references/pipelines/douyin-creator-home.md +7 -0
  14. package/skills/social-media-crawl/references/pipelines/douyin-single-work.md +7 -0
  15. package/skills/social-media-crawl/references/pipelines/xiaohongshu-creator-home.md +7 -0
  16. package/skills/social-media-crawl/references/pipelines/xiaohongshu-single-work.md +7 -0
  17. package/skills/social-media-crawl/references/schemas/creator-profile.schema.json +33 -0
  18. package/skills/social-media-crawl/references/schemas/output-envelope.schema.json +41 -0
  19. package/skills/social-media-crawl/references/schemas/work-collection.schema.json +29 -0
  20. package/skills/social-media-crawl/references/schemas/work-fact-card.schema.json +67 -0
  21. package/skills/social-media-crawl/references/service-guides/u2-u3-mandatory-fallback.md +21 -0
  22. package/skills/social-media-crawl/scripts/__init__.py +2 -0
  23. package/skills/social-media-crawl/scripts/core/__init__.py +2 -0
  24. package/skills/{creator-analysis/scripts/pipeline/asr → social-media-crawl/scripts/core}/asr_pipeline.py +252 -9
  25. package/skills/social-media-crawl/scripts/core/completeness.py +83 -0
  26. package/skills/{single-work-analysis → social-media-crawl}/scripts/core/config_loader.py +108 -167
  27. package/skills/social-media-crawl/scripts/core/mcp_dispatch.py +145 -0
  28. package/skills/social-media-crawl/scripts/core/object_detection.py +63 -0
  29. package/skills/{creator-analysis/scripts/pipeline/asr → social-media-crawl/scripts/core}/poll_u2_task.py +6 -2
  30. package/skills/{single-work-analysis → social-media-crawl}/scripts/core/progress_report.py +32 -0
  31. package/skills/social-media-crawl/scripts/core/storage_router.py +160 -0
  32. package/skills/{creator-analysis → social-media-crawl}/scripts/core/tikomni_common.py +13 -3
  33. package/skills/social-media-crawl/scripts/core/u3_fallback.py +328 -0
  34. package/skills/social-media-crawl/scripts/pipelines/__init__.py +2 -0
  35. package/skills/social-media-crawl/scripts/pipelines/douyin_creator_home_helpers.py +35 -0
  36. package/skills/social-media-crawl/scripts/pipelines/douyin_platform_adapter.py +7 -0
  37. package/skills/{creator-analysis/scripts/author_home/asr → social-media-crawl/scripts/pipelines}/home_asr.py +1 -1
  38. package/skills/{creator-analysis/scripts/author_home/adapters → social-media-crawl/scripts/pipelines}/platform_adapters.py +8 -2
  39. package/skills/social-media-crawl/scripts/pipelines/run_douyin_creator_home.py +237 -0
  40. package/skills/{single-work-analysis/scripts/platform/douyin/run_douyin_single_video.py → social-media-crawl/scripts/pipelines/run_douyin_single_work.py} +282 -174
  41. package/skills/social-media-crawl/scripts/pipelines/run_xiaohongshu_creator_home.py +237 -0
  42. package/skills/{single-work-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py → social-media-crawl/scripts/pipelines/run_xiaohongshu_single_work.py} +290 -141
  43. package/skills/{creator-analysis/scripts/author_home → social-media-crawl/scripts/pipelines}/schema.py +1 -1
  44. package/skills/social-media-crawl/scripts/pipelines/xiaohongshu_creator_home_helpers.py +35 -0
  45. package/skills/social-media-crawl/scripts/pipelines/xiaohongshu_platform_adapter.py +7 -0
  46. package/skills/social-media-crawl/scripts/writers/__init__.py +1 -0
  47. package/skills/social-media-crawl/scripts/writers/write_work_fact_card.py +391 -0
  48. package/skills/creator-analysis/SKILL.md +0 -95
  49. package/skills/creator-analysis/agents/openai.yaml +0 -4
  50. package/skills/creator-analysis/env.example +0 -36
  51. package/skills/creator-analysis/references/api-capability-index.md +0 -92
  52. package/skills/creator-analysis/references/api-contracts/asr-api.md +0 -130
  53. package/skills/creator-analysis/references/api-contracts/bilibili-app-api.md +0 -776
  54. package/skills/creator-analysis/references/api-contracts/bilibili-web-api.md +0 -2017
  55. package/skills/creator-analysis/references/api-contracts/demo-api.md +0 -717
  56. package/skills/creator-analysis/references/api-contracts/douyin-app-v3-api.md +0 -3594
  57. package/skills/creator-analysis/references/api-contracts/douyin-billboard-api.md +0 -2274
  58. package/skills/creator-analysis/references/api-contracts/douyin-creator-api.md +0 -1575
  59. package/skills/creator-analysis/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  60. package/skills/creator-analysis/references/api-contracts/douyin-search-api.md +0 -4118
  61. package/skills/creator-analysis/references/api-contracts/douyin-web-api.md +0 -5544
  62. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-api.md +0 -1916
  63. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  64. package/skills/creator-analysis/references/api-contracts/health-check.md +0 -69
  65. package/skills/creator-analysis/references/api-contracts/hybrid-parsing.md +0 -78
  66. package/skills/creator-analysis/references/api-contracts/instagram-v1-api.md +0 -2256
  67. package/skills/creator-analysis/references/api-contracts/instagram-v2-api.md +0 -2011
  68. package/skills/creator-analysis/references/api-contracts/instagram-v3-api.md +0 -2630
  69. package/skills/creator-analysis/references/api-contracts/ios-shortcut.md +0 -44
  70. package/skills/creator-analysis/references/api-contracts/kuaishou-app-api.md +0 -1518
  71. package/skills/creator-analysis/references/api-contracts/kuaishou-web-api.md +0 -1242
  72. package/skills/creator-analysis/references/api-contracts/lemon8-app-api.md +0 -1088
  73. package/skills/creator-analysis/references/api-contracts/linkedin-web-api.md +0 -1949
  74. package/skills/creator-analysis/references/api-contracts/media-ingest-api.md +0 -126
  75. package/skills/creator-analysis/references/api-contracts/pipixia-app-api.md +0 -1142
  76. package/skills/creator-analysis/references/api-contracts/reddit-app-api.md +0 -2025
  77. package/skills/creator-analysis/references/api-contracts/sora2-api.md +0 -2266
  78. package/skills/creator-analysis/references/api-contracts/temp-mail-api.md +0 -208
  79. package/skills/creator-analysis/references/api-contracts/threads-web-api.md +0 -897
  80. package/skills/creator-analysis/references/api-contracts/tikhub-downloader-api.md +0 -134
  81. package/skills/creator-analysis/references/api-contracts/tikhub-user-api.md +0 -494
  82. package/skills/creator-analysis/references/api-contracts/tiktok-ads-api.md +0 -5947
  83. package/skills/creator-analysis/references/api-contracts/tiktok-analytics-api.md +0 -968
  84. package/skills/creator-analysis/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  85. package/skills/creator-analysis/references/api-contracts/tiktok-creator-api.md +0 -1951
  86. package/skills/creator-analysis/references/api-contracts/tiktok-interaction-api.md +0 -742
  87. package/skills/creator-analysis/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  88. package/skills/creator-analysis/references/api-contracts/tiktok-web-api.md +0 -4448
  89. package/skills/creator-analysis/references/api-contracts/toutiao-app-api.md +0 -342
  90. package/skills/creator-analysis/references/api-contracts/toutiao-web-api.md +0 -143
  91. package/skills/creator-analysis/references/api-contracts/twitter-web-api.md +0 -989
  92. package/skills/creator-analysis/references/api-contracts/wechat-channels-api.md +0 -809
  93. package/skills/creator-analysis/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  94. package/skills/creator-analysis/references/api-contracts/weibo-app-api.md +0 -1547
  95. package/skills/creator-analysis/references/api-contracts/weibo-web-api.md +0 -798
  96. package/skills/creator-analysis/references/api-contracts/weibo-web-v2-api.md +0 -2459
  97. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  98. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  99. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  100. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  101. package/skills/creator-analysis/references/api-contracts/xigua-app-v2-api.md +0 -489
  102. package/skills/creator-analysis/references/api-contracts/youtube-web-api.md +0 -2636
  103. package/skills/creator-analysis/references/api-contracts/youtube-web-v2-api.md +0 -2660
  104. package/skills/creator-analysis/references/api-contracts/zhihu-web-api.md +0 -2315
  105. package/skills/creator-analysis/references/api-tags/asr-api.md +0 -100
  106. package/skills/creator-analysis/references/api-tags/bilibili-app-api.md +0 -482
  107. package/skills/creator-analysis/references/api-tags/bilibili-web-api.md +0 -1267
  108. package/skills/creator-analysis/references/api-tags/demo-api.md +0 -365
  109. package/skills/creator-analysis/references/api-tags/douyin-app-v3-api.md +0 -2012
  110. package/skills/creator-analysis/references/api-tags/douyin-billboard-api.md +0 -1428
  111. package/skills/creator-analysis/references/api-tags/douyin-creator-api.md +0 -694
  112. package/skills/creator-analysis/references/api-tags/douyin-creator-v2-api.md +0 -694
  113. package/skills/creator-analysis/references/api-tags/douyin-search-api.md +0 -1059
  114. package/skills/creator-analysis/references/api-tags/douyin-web-api.md +0 -3314
  115. package/skills/creator-analysis/references/api-tags/douyin-xingtu-api.md +0 -935
  116. package/skills/creator-analysis/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  117. package/skills/creator-analysis/references/api-tags/health-check.md +0 -40
  118. package/skills/creator-analysis/references/api-tags/hybrid-parsing.md +0 -57
  119. package/skills/creator-analysis/references/api-tags/instagram-v1-api.md +0 -1224
  120. package/skills/creator-analysis/references/api-tags/instagram-v2-api.md +0 -1147
  121. package/skills/creator-analysis/references/api-tags/instagram-v3-api.md +0 -1123
  122. package/skills/creator-analysis/references/api-tags/ios-shortcut.md +0 -45
  123. package/skills/creator-analysis/references/api-tags/kuaishou-app-api.md +0 -846
  124. package/skills/creator-analysis/references/api-tags/kuaishou-web-api.md +0 -551
  125. package/skills/creator-analysis/references/api-tags/lemon8-app-api.md +0 -687
  126. package/skills/creator-analysis/references/api-tags/linkedin-web-api.md +0 -1105
  127. package/skills/creator-analysis/references/api-tags/media-ingest-api.md +0 -112
  128. package/skills/creator-analysis/references/api-tags/pipixia-app-api.md +0 -721
  129. package/skills/creator-analysis/references/api-tags/reddit-app-api.md +0 -1057
  130. package/skills/creator-analysis/references/api-tags/sora2-api.md +0 -737
  131. package/skills/creator-analysis/references/api-tags/temp-mail-api.md +0 -136
  132. package/skills/creator-analysis/references/api-tags/threads-web-api.md +0 -472
  133. package/skills/creator-analysis/references/api-tags/tikhub-downloader-api.md +0 -65
  134. package/skills/creator-analysis/references/api-tags/tikhub-user-api.md +0 -253
  135. package/skills/creator-analysis/references/api-tags/tiktok-ads-api.md +0 -1393
  136. package/skills/creator-analysis/references/api-tags/tiktok-analytics-api.md +0 -179
  137. package/skills/creator-analysis/references/api-tags/tiktok-app-v3-api.md +0 -3264
  138. package/skills/creator-analysis/references/api-tags/tiktok-creator-api.md +0 -709
  139. package/skills/creator-analysis/references/api-tags/tiktok-interaction-api.md +0 -366
  140. package/skills/creator-analysis/references/api-tags/tiktok-shop-web-api.md +0 -663
  141. package/skills/creator-analysis/references/api-tags/tiktok-web-api.md +0 -2516
  142. package/skills/creator-analysis/references/api-tags/toutiao-app-api.md +0 -220
  143. package/skills/creator-analysis/references/api-tags/toutiao-web-api.md +0 -96
  144. package/skills/creator-analysis/references/api-tags/twitter-web-api.md +0 -562
  145. package/skills/creator-analysis/references/api-tags/wechat-channels-api.md +0 -405
  146. package/skills/creator-analysis/references/api-tags/wechat-media-platform-web-api.md +0 -431
  147. package/skills/creator-analysis/references/api-tags/weibo-app-api.md +0 -851
  148. package/skills/creator-analysis/references/api-tags/weibo-web-api.md +0 -470
  149. package/skills/creator-analysis/references/api-tags/weibo-web-v2-api.md +0 -1405
  150. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-api.md +0 -534
  151. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  152. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-api.md +0 -757
  153. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  154. package/skills/creator-analysis/references/api-tags/xigua-app-v2-api.md +0 -308
  155. package/skills/creator-analysis/references/api-tags/youtube-web-api.md +0 -934
  156. package/skills/creator-analysis/references/api-tags/youtube-web-v2-api.md +0 -717
  157. package/skills/creator-analysis/references/api-tags/zhihu-web-api.md +0 -1384
  158. package/skills/creator-analysis/references/asr-orchestration.md +0 -33
  159. package/skills/creator-analysis/references/config-templates/defaults.yaml +0 -60
  160. package/skills/creator-analysis/references/contracts/creator-card-fields.md +0 -25
  161. package/skills/creator-analysis/references/contracts/work-card-fields.md +0 -68
  162. package/skills/creator-analysis/references/platform-guides/douyin.md +0 -54
  163. package/skills/creator-analysis/references/platform-guides/generic.md +0 -50
  164. package/skills/creator-analysis/references/platform-guides/xiaohongshu.md +0 -69
  165. package/skills/creator-analysis/references/prompt-contracts/asr-clean.md +0 -28
  166. package/skills/creator-analysis/references/prompt-contracts/author-analysis-v2.md +0 -46
  167. package/skills/creator-analysis/references/prompt-contracts/author-analysis.md +0 -49
  168. package/skills/creator-analysis/references/prompt-contracts/cta.md +0 -24
  169. package/skills/creator-analysis/references/prompt-contracts/hook.md +0 -25
  170. package/skills/creator-analysis/references/prompt-contracts/insight.md +0 -47
  171. package/skills/creator-analysis/references/prompt-contracts/sampled-work-batch-explanations.md +0 -30
  172. package/skills/creator-analysis/references/prompt-contracts/structure.md +0 -25
  173. package/skills/creator-analysis/references/prompt-contracts/style.md +0 -27
  174. package/skills/creator-analysis/references/prompt-contracts/summary.md +0 -29
  175. package/skills/creator-analysis/references/prompt-contracts/topic.md +0 -29
  176. package/skills/creator-analysis/references/schemas/author-analysis-input-v1.schema.json +0 -325
  177. package/skills/creator-analysis/references/schemas/author-analysis-v2.schema.json +0 -287
  178. package/skills/creator-analysis/references/schemas/sampled-work-batch-explanations.schema.json +0 -41
  179. package/skills/creator-analysis/references/service-guides/asr-u2-u3-fallback.md +0 -75
  180. package/skills/creator-analysis/references/workflow.md +0 -23
  181. package/skills/creator-analysis/scripts/__init__.py +0 -0
  182. package/skills/creator-analysis/scripts/author_home/__init__.py +0 -0
  183. package/skills/creator-analysis/scripts/author_home/adapters/__init__.py +0 -0
  184. package/skills/creator-analysis/scripts/author_home/analyzers/__init__.py +0 -0
  185. package/skills/creator-analysis/scripts/author_home/analyzers/author_analysis_v2_support.py +0 -1165
  186. package/skills/creator-analysis/scripts/author_home/analyzers/prompt_first_analyzers.py +0 -447
  187. package/skills/creator-analysis/scripts/author_home/analyzers/sampled_work_batch_explainer.py +0 -331
  188. package/skills/creator-analysis/scripts/author_home/asr/__init__.py +0 -5
  189. package/skills/creator-analysis/scripts/author_home/builders/__init__.py +0 -0
  190. package/skills/creator-analysis/scripts/author_home/builders/home_builders.py +0 -213
  191. package/skills/creator-analysis/scripts/author_home/collectors/__init__.py +0 -0
  192. package/skills/creator-analysis/scripts/author_home/orchestrator/__init__.py +0 -0
  193. package/skills/creator-analysis/scripts/author_home/orchestrator/run_author_analysis.py +0 -834
  194. package/skills/creator-analysis/scripts/author_home/orchestrator/work_analysis_artifacts.py +0 -609
  195. package/skills/creator-analysis/scripts/core/__init__.py +0 -0
  196. package/skills/creator-analysis/scripts/core/analysis_pipeline.py +0 -133
  197. package/skills/creator-analysis/scripts/core/config_loader.py +0 -418
  198. package/skills/creator-analysis/scripts/core/progress_report.py +0 -111
  199. package/skills/creator-analysis/scripts/core/storage_router.py +0 -256
  200. package/skills/creator-analysis/scripts/pipeline/__init__.py +0 -0
  201. package/skills/creator-analysis/scripts/pipeline/asr/__init__.py +0 -0
  202. package/skills/creator-analysis/scripts/platform/__init__.py +0 -0
  203. package/skills/creator-analysis/scripts/platform/douyin/__init__.py +0 -0
  204. package/skills/creator-analysis/scripts/platform/douyin/run_douyin_single_video.py +0 -1208
  205. package/skills/creator-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  206. package/skills/creator-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +0 -2128
  207. package/skills/creator-analysis/scripts/writers/__init__.py +0 -0
  208. package/skills/creator-analysis/scripts/writers/write_author_homepage_samples.py +0 -107
  209. package/skills/creator-analysis/scripts/writers/write_benchmark_card.py +0 -1579
  210. package/skills/meta-capability/SKILL.md +0 -69
  211. package/skills/meta-capability/agents/openai.yaml +0 -4
  212. package/skills/meta-capability/env.example +0 -42
  213. package/skills/meta-capability/references/api-capability-index.md +0 -92
  214. package/skills/meta-capability/references/api-contracts/asr-api.md +0 -130
  215. package/skills/meta-capability/references/api-contracts/bilibili-app-api.md +0 -776
  216. package/skills/meta-capability/references/api-contracts/bilibili-web-api.md +0 -2017
  217. package/skills/meta-capability/references/api-contracts/demo-api.md +0 -717
  218. package/skills/meta-capability/references/api-contracts/douyin-app-v3-api.md +0 -3594
  219. package/skills/meta-capability/references/api-contracts/douyin-billboard-api.md +0 -2274
  220. package/skills/meta-capability/references/api-contracts/douyin-creator-api.md +0 -1575
  221. package/skills/meta-capability/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  222. package/skills/meta-capability/references/api-contracts/douyin-search-api.md +0 -4118
  223. package/skills/meta-capability/references/api-contracts/douyin-web-api.md +0 -5544
  224. package/skills/meta-capability/references/api-contracts/douyin-xingtu-api.md +0 -1916
  225. package/skills/meta-capability/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  226. package/skills/meta-capability/references/api-contracts/health-check.md +0 -69
  227. package/skills/meta-capability/references/api-contracts/hybrid-parsing.md +0 -78
  228. package/skills/meta-capability/references/api-contracts/instagram-v1-api.md +0 -2256
  229. package/skills/meta-capability/references/api-contracts/instagram-v2-api.md +0 -2011
  230. package/skills/meta-capability/references/api-contracts/instagram-v3-api.md +0 -2630
  231. package/skills/meta-capability/references/api-contracts/ios-shortcut.md +0 -44
  232. package/skills/meta-capability/references/api-contracts/kuaishou-app-api.md +0 -1518
  233. package/skills/meta-capability/references/api-contracts/kuaishou-web-api.md +0 -1242
  234. package/skills/meta-capability/references/api-contracts/lemon8-app-api.md +0 -1088
  235. package/skills/meta-capability/references/api-contracts/linkedin-web-api.md +0 -1949
  236. package/skills/meta-capability/references/api-contracts/media-ingest-api.md +0 -126
  237. package/skills/meta-capability/references/api-contracts/pipixia-app-api.md +0 -1142
  238. package/skills/meta-capability/references/api-contracts/reddit-app-api.md +0 -2025
  239. package/skills/meta-capability/references/api-contracts/sora2-api.md +0 -2266
  240. package/skills/meta-capability/references/api-contracts/temp-mail-api.md +0 -208
  241. package/skills/meta-capability/references/api-contracts/threads-web-api.md +0 -897
  242. package/skills/meta-capability/references/api-contracts/tikhub-downloader-api.md +0 -134
  243. package/skills/meta-capability/references/api-contracts/tikhub-user-api.md +0 -494
  244. package/skills/meta-capability/references/api-contracts/tiktok-ads-api.md +0 -5947
  245. package/skills/meta-capability/references/api-contracts/tiktok-analytics-api.md +0 -968
  246. package/skills/meta-capability/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  247. package/skills/meta-capability/references/api-contracts/tiktok-creator-api.md +0 -1951
  248. package/skills/meta-capability/references/api-contracts/tiktok-interaction-api.md +0 -742
  249. package/skills/meta-capability/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  250. package/skills/meta-capability/references/api-contracts/tiktok-web-api.md +0 -4448
  251. package/skills/meta-capability/references/api-contracts/toutiao-app-api.md +0 -342
  252. package/skills/meta-capability/references/api-contracts/toutiao-web-api.md +0 -143
  253. package/skills/meta-capability/references/api-contracts/twitter-web-api.md +0 -989
  254. package/skills/meta-capability/references/api-contracts/wechat-channels-api.md +0 -809
  255. package/skills/meta-capability/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  256. package/skills/meta-capability/references/api-contracts/weibo-app-api.md +0 -1547
  257. package/skills/meta-capability/references/api-contracts/weibo-web-api.md +0 -798
  258. package/skills/meta-capability/references/api-contracts/weibo-web-v2-api.md +0 -2459
  259. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  260. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  261. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  262. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  263. package/skills/meta-capability/references/api-contracts/xigua-app-v2-api.md +0 -489
  264. package/skills/meta-capability/references/api-contracts/youtube-web-api.md +0 -2636
  265. package/skills/meta-capability/references/api-contracts/youtube-web-v2-api.md +0 -2660
  266. package/skills/meta-capability/references/api-contracts/zhihu-web-api.md +0 -2315
  267. package/skills/meta-capability/references/api-tags/asr-api.md +0 -100
  268. package/skills/meta-capability/references/api-tags/bilibili-app-api.md +0 -482
  269. package/skills/meta-capability/references/api-tags/bilibili-web-api.md +0 -1267
  270. package/skills/meta-capability/references/api-tags/demo-api.md +0 -365
  271. package/skills/meta-capability/references/api-tags/douyin-app-v3-api.md +0 -2012
  272. package/skills/meta-capability/references/api-tags/douyin-billboard-api.md +0 -1428
  273. package/skills/meta-capability/references/api-tags/douyin-creator-api.md +0 -694
  274. package/skills/meta-capability/references/api-tags/douyin-creator-v2-api.md +0 -694
  275. package/skills/meta-capability/references/api-tags/douyin-search-api.md +0 -1059
  276. package/skills/meta-capability/references/api-tags/douyin-web-api.md +0 -3314
  277. package/skills/meta-capability/references/api-tags/douyin-xingtu-api.md +0 -935
  278. package/skills/meta-capability/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  279. package/skills/meta-capability/references/api-tags/health-check.md +0 -40
  280. package/skills/meta-capability/references/api-tags/hybrid-parsing.md +0 -57
  281. package/skills/meta-capability/references/api-tags/instagram-v1-api.md +0 -1224
  282. package/skills/meta-capability/references/api-tags/instagram-v2-api.md +0 -1147
  283. package/skills/meta-capability/references/api-tags/instagram-v3-api.md +0 -1123
  284. package/skills/meta-capability/references/api-tags/ios-shortcut.md +0 -45
  285. package/skills/meta-capability/references/api-tags/kuaishou-app-api.md +0 -846
  286. package/skills/meta-capability/references/api-tags/kuaishou-web-api.md +0 -551
  287. package/skills/meta-capability/references/api-tags/lemon8-app-api.md +0 -687
  288. package/skills/meta-capability/references/api-tags/linkedin-web-api.md +0 -1105
  289. package/skills/meta-capability/references/api-tags/media-ingest-api.md +0 -112
  290. package/skills/meta-capability/references/api-tags/pipixia-app-api.md +0 -721
  291. package/skills/meta-capability/references/api-tags/reddit-app-api.md +0 -1057
  292. package/skills/meta-capability/references/api-tags/sora2-api.md +0 -737
  293. package/skills/meta-capability/references/api-tags/temp-mail-api.md +0 -136
  294. package/skills/meta-capability/references/api-tags/threads-web-api.md +0 -472
  295. package/skills/meta-capability/references/api-tags/tikhub-downloader-api.md +0 -65
  296. package/skills/meta-capability/references/api-tags/tikhub-user-api.md +0 -253
  297. package/skills/meta-capability/references/api-tags/tiktok-ads-api.md +0 -1393
  298. package/skills/meta-capability/references/api-tags/tiktok-analytics-api.md +0 -179
  299. package/skills/meta-capability/references/api-tags/tiktok-app-v3-api.md +0 -3264
  300. package/skills/meta-capability/references/api-tags/tiktok-creator-api.md +0 -709
  301. package/skills/meta-capability/references/api-tags/tiktok-interaction-api.md +0 -366
  302. package/skills/meta-capability/references/api-tags/tiktok-shop-web-api.md +0 -663
  303. package/skills/meta-capability/references/api-tags/tiktok-web-api.md +0 -2516
  304. package/skills/meta-capability/references/api-tags/toutiao-app-api.md +0 -220
  305. package/skills/meta-capability/references/api-tags/toutiao-web-api.md +0 -96
  306. package/skills/meta-capability/references/api-tags/twitter-web-api.md +0 -562
  307. package/skills/meta-capability/references/api-tags/wechat-channels-api.md +0 -405
  308. package/skills/meta-capability/references/api-tags/wechat-media-platform-web-api.md +0 -431
  309. package/skills/meta-capability/references/api-tags/weibo-app-api.md +0 -851
  310. package/skills/meta-capability/references/api-tags/weibo-web-api.md +0 -470
  311. package/skills/meta-capability/references/api-tags/weibo-web-v2-api.md +0 -1405
  312. package/skills/meta-capability/references/api-tags/xiaohongshu-app-api.md +0 -534
  313. package/skills/meta-capability/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  314. package/skills/meta-capability/references/api-tags/xiaohongshu-web-api.md +0 -757
  315. package/skills/meta-capability/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  316. package/skills/meta-capability/references/api-tags/xigua-app-v2-api.md +0 -308
  317. package/skills/meta-capability/references/api-tags/youtube-web-api.md +0 -934
  318. package/skills/meta-capability/references/api-tags/youtube-web-v2-api.md +0 -717
  319. package/skills/meta-capability/references/api-tags/zhihu-web-api.md +0 -1384
  320. package/skills/meta-capability/references/config-templates/defaults.yaml +0 -18
  321. package/skills/meta-capability/references/dispatch.md +0 -27
  322. package/skills/meta-capability/references/execution-guidelines.md +0 -25
  323. package/skills/meta-capability/references/implemented-route-map.md +0 -177
  324. package/skills/meta-capability/references/service-guides/asr-u2-u3-fallback.md +0 -75
  325. package/skills/meta-capability/scripts/__init__.py +0 -1
  326. package/skills/meta-capability/scripts/call_route.py +0 -141
  327. package/skills/meta-capability/scripts/core/__init__.py +0 -1
  328. package/skills/meta-capability/scripts/core/bootstrap_env.py +0 -32
  329. package/skills/meta-capability/scripts/core/config_loader.py +0 -204
  330. package/skills/meta-capability/scripts/core/tikomni_common.py +0 -443
  331. package/skills/meta-capability/scripts/test_auth.py +0 -98
  332. package/skills/single-work-analysis/SKILL.md +0 -62
  333. package/skills/single-work-analysis/agents/openai.yaml +0 -4
  334. package/skills/single-work-analysis/env.example +0 -36
  335. package/skills/single-work-analysis/references/api-capability-index.md +0 -92
  336. package/skills/single-work-analysis/references/api-contracts/asr-api.md +0 -130
  337. package/skills/single-work-analysis/references/api-contracts/bilibili-app-api.md +0 -776
  338. package/skills/single-work-analysis/references/api-contracts/bilibili-web-api.md +0 -2017
  339. package/skills/single-work-analysis/references/api-contracts/demo-api.md +0 -717
  340. package/skills/single-work-analysis/references/api-contracts/douyin-app-v3-api.md +0 -3594
  341. package/skills/single-work-analysis/references/api-contracts/douyin-billboard-api.md +0 -2274
  342. package/skills/single-work-analysis/references/api-contracts/douyin-creator-api.md +0 -1575
  343. package/skills/single-work-analysis/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  344. package/skills/single-work-analysis/references/api-contracts/douyin-search-api.md +0 -4118
  345. package/skills/single-work-analysis/references/api-contracts/douyin-web-api.md +0 -5544
  346. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-api.md +0 -1916
  347. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  348. package/skills/single-work-analysis/references/api-contracts/health-check.md +0 -69
  349. package/skills/single-work-analysis/references/api-contracts/hybrid-parsing.md +0 -78
  350. package/skills/single-work-analysis/references/api-contracts/instagram-v1-api.md +0 -2256
  351. package/skills/single-work-analysis/references/api-contracts/instagram-v2-api.md +0 -2011
  352. package/skills/single-work-analysis/references/api-contracts/instagram-v3-api.md +0 -2630
  353. package/skills/single-work-analysis/references/api-contracts/ios-shortcut.md +0 -44
  354. package/skills/single-work-analysis/references/api-contracts/kuaishou-app-api.md +0 -1518
  355. package/skills/single-work-analysis/references/api-contracts/kuaishou-web-api.md +0 -1242
  356. package/skills/single-work-analysis/references/api-contracts/lemon8-app-api.md +0 -1088
  357. package/skills/single-work-analysis/references/api-contracts/linkedin-web-api.md +0 -1949
  358. package/skills/single-work-analysis/references/api-contracts/media-ingest-api.md +0 -126
  359. package/skills/single-work-analysis/references/api-contracts/pipixia-app-api.md +0 -1142
  360. package/skills/single-work-analysis/references/api-contracts/reddit-app-api.md +0 -2025
  361. package/skills/single-work-analysis/references/api-contracts/sora2-api.md +0 -2266
  362. package/skills/single-work-analysis/references/api-contracts/temp-mail-api.md +0 -208
  363. package/skills/single-work-analysis/references/api-contracts/threads-web-api.md +0 -897
  364. package/skills/single-work-analysis/references/api-contracts/tikhub-downloader-api.md +0 -134
  365. package/skills/single-work-analysis/references/api-contracts/tikhub-user-api.md +0 -494
  366. package/skills/single-work-analysis/references/api-contracts/tiktok-ads-api.md +0 -5947
  367. package/skills/single-work-analysis/references/api-contracts/tiktok-analytics-api.md +0 -968
  368. package/skills/single-work-analysis/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  369. package/skills/single-work-analysis/references/api-contracts/tiktok-creator-api.md +0 -1951
  370. package/skills/single-work-analysis/references/api-contracts/tiktok-interaction-api.md +0 -742
  371. package/skills/single-work-analysis/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  372. package/skills/single-work-analysis/references/api-contracts/tiktok-web-api.md +0 -4448
  373. package/skills/single-work-analysis/references/api-contracts/toutiao-app-api.md +0 -342
  374. package/skills/single-work-analysis/references/api-contracts/toutiao-web-api.md +0 -143
  375. package/skills/single-work-analysis/references/api-contracts/twitter-web-api.md +0 -989
  376. package/skills/single-work-analysis/references/api-contracts/wechat-channels-api.md +0 -809
  377. package/skills/single-work-analysis/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  378. package/skills/single-work-analysis/references/api-contracts/weibo-app-api.md +0 -1547
  379. package/skills/single-work-analysis/references/api-contracts/weibo-web-api.md +0 -798
  380. package/skills/single-work-analysis/references/api-contracts/weibo-web-v2-api.md +0 -2459
  381. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  382. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  383. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  384. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  385. package/skills/single-work-analysis/references/api-contracts/xigua-app-v2-api.md +0 -489
  386. package/skills/single-work-analysis/references/api-contracts/youtube-web-api.md +0 -2636
  387. package/skills/single-work-analysis/references/api-contracts/youtube-web-v2-api.md +0 -2660
  388. package/skills/single-work-analysis/references/api-contracts/zhihu-web-api.md +0 -2315
  389. package/skills/single-work-analysis/references/api-tags/asr-api.md +0 -100
  390. package/skills/single-work-analysis/references/api-tags/bilibili-app-api.md +0 -482
  391. package/skills/single-work-analysis/references/api-tags/bilibili-web-api.md +0 -1267
  392. package/skills/single-work-analysis/references/api-tags/demo-api.md +0 -365
  393. package/skills/single-work-analysis/references/api-tags/douyin-app-v3-api.md +0 -2012
  394. package/skills/single-work-analysis/references/api-tags/douyin-billboard-api.md +0 -1428
  395. package/skills/single-work-analysis/references/api-tags/douyin-creator-api.md +0 -694
  396. package/skills/single-work-analysis/references/api-tags/douyin-creator-v2-api.md +0 -694
  397. package/skills/single-work-analysis/references/api-tags/douyin-search-api.md +0 -1059
  398. package/skills/single-work-analysis/references/api-tags/douyin-web-api.md +0 -3314
  399. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-api.md +0 -935
  400. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  401. package/skills/single-work-analysis/references/api-tags/health-check.md +0 -40
  402. package/skills/single-work-analysis/references/api-tags/hybrid-parsing.md +0 -57
  403. package/skills/single-work-analysis/references/api-tags/instagram-v1-api.md +0 -1224
  404. package/skills/single-work-analysis/references/api-tags/instagram-v2-api.md +0 -1147
  405. package/skills/single-work-analysis/references/api-tags/instagram-v3-api.md +0 -1123
  406. package/skills/single-work-analysis/references/api-tags/ios-shortcut.md +0 -45
  407. package/skills/single-work-analysis/references/api-tags/kuaishou-app-api.md +0 -846
  408. package/skills/single-work-analysis/references/api-tags/kuaishou-web-api.md +0 -551
  409. package/skills/single-work-analysis/references/api-tags/lemon8-app-api.md +0 -687
  410. package/skills/single-work-analysis/references/api-tags/linkedin-web-api.md +0 -1105
  411. package/skills/single-work-analysis/references/api-tags/media-ingest-api.md +0 -112
  412. package/skills/single-work-analysis/references/api-tags/pipixia-app-api.md +0 -721
  413. package/skills/single-work-analysis/references/api-tags/reddit-app-api.md +0 -1057
  414. package/skills/single-work-analysis/references/api-tags/sora2-api.md +0 -737
  415. package/skills/single-work-analysis/references/api-tags/temp-mail-api.md +0 -136
  416. package/skills/single-work-analysis/references/api-tags/threads-web-api.md +0 -472
  417. package/skills/single-work-analysis/references/api-tags/tikhub-downloader-api.md +0 -65
  418. package/skills/single-work-analysis/references/api-tags/tikhub-user-api.md +0 -253
  419. package/skills/single-work-analysis/references/api-tags/tiktok-ads-api.md +0 -1393
  420. package/skills/single-work-analysis/references/api-tags/tiktok-analytics-api.md +0 -179
  421. package/skills/single-work-analysis/references/api-tags/tiktok-app-v3-api.md +0 -3264
  422. package/skills/single-work-analysis/references/api-tags/tiktok-creator-api.md +0 -709
  423. package/skills/single-work-analysis/references/api-tags/tiktok-interaction-api.md +0 -366
  424. package/skills/single-work-analysis/references/api-tags/tiktok-shop-web-api.md +0 -663
  425. package/skills/single-work-analysis/references/api-tags/tiktok-web-api.md +0 -2516
  426. package/skills/single-work-analysis/references/api-tags/toutiao-app-api.md +0 -220
  427. package/skills/single-work-analysis/references/api-tags/toutiao-web-api.md +0 -96
  428. package/skills/single-work-analysis/references/api-tags/twitter-web-api.md +0 -562
  429. package/skills/single-work-analysis/references/api-tags/wechat-channels-api.md +0 -405
  430. package/skills/single-work-analysis/references/api-tags/wechat-media-platform-web-api.md +0 -431
  431. package/skills/single-work-analysis/references/api-tags/weibo-app-api.md +0 -851
  432. package/skills/single-work-analysis/references/api-tags/weibo-web-api.md +0 -470
  433. package/skills/single-work-analysis/references/api-tags/weibo-web-v2-api.md +0 -1405
  434. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-api.md +0 -534
  435. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  436. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-api.md +0 -757
  437. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  438. package/skills/single-work-analysis/references/api-tags/xigua-app-v2-api.md +0 -308
  439. package/skills/single-work-analysis/references/api-tags/youtube-web-api.md +0 -934
  440. package/skills/single-work-analysis/references/api-tags/youtube-web-v2-api.md +0 -717
  441. package/skills/single-work-analysis/references/api-tags/zhihu-web-api.md +0 -1384
  442. package/skills/single-work-analysis/references/asr-and-fallback.md +0 -20
  443. package/skills/single-work-analysis/references/config-templates/defaults.yaml +0 -58
  444. package/skills/single-work-analysis/references/contracts/work-card-fields.md +0 -41
  445. package/skills/single-work-analysis/references/platform-guides/douyin.md +0 -47
  446. package/skills/single-work-analysis/references/platform-guides/generic.md +0 -43
  447. package/skills/single-work-analysis/references/platform-guides/xiaohongshu.md +0 -54
  448. package/skills/single-work-analysis/references/prompt-contracts/asr-clean.md +0 -28
  449. package/skills/single-work-analysis/references/prompt-contracts/cta.md +0 -24
  450. package/skills/single-work-analysis/references/prompt-contracts/hook.md +0 -25
  451. package/skills/single-work-analysis/references/prompt-contracts/insight.md +0 -47
  452. package/skills/single-work-analysis/references/prompt-contracts/structure.md +0 -25
  453. package/skills/single-work-analysis/references/prompt-contracts/style.md +0 -27
  454. package/skills/single-work-analysis/references/prompt-contracts/summary.md +0 -29
  455. package/skills/single-work-analysis/references/prompt-contracts/topic.md +0 -29
  456. package/skills/single-work-analysis/references/schemas/work-card.schema.json +0 -39
  457. package/skills/single-work-analysis/references/service-guides/asr-u2-u3-fallback.md +0 -75
  458. package/skills/single-work-analysis/scripts/__init__.py +0 -0
  459. package/skills/single-work-analysis/scripts/core/__init__.py +0 -0
  460. package/skills/single-work-analysis/scripts/core/analysis_pipeline.py +0 -133
  461. package/skills/single-work-analysis/scripts/core/bootstrap_env.py +0 -35
  462. package/skills/single-work-analysis/scripts/core/extract_pipeline.py +0 -173
  463. package/skills/single-work-analysis/scripts/core/storage_router.py +0 -253
  464. package/skills/single-work-analysis/scripts/core/tikomni_common.py +0 -588
  465. package/skills/single-work-analysis/scripts/pipeline/__init__.py +0 -0
  466. package/skills/single-work-analysis/scripts/pipeline/asr/__init__.py +0 -0
  467. package/skills/single-work-analysis/scripts/pipeline/asr/asr_pipeline.py +0 -1189
  468. package/skills/single-work-analysis/scripts/pipeline/asr/poll_u2_task.py +0 -95
  469. package/skills/single-work-analysis/scripts/platform/__init__.py +0 -0
  470. package/skills/single-work-analysis/scripts/platform/douyin/__init__.py +0 -0
  471. package/skills/single-work-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +0 -224
  472. package/skills/single-work-analysis/scripts/platform/douyin/select_low_quality_video_url.py +0 -200
  473. package/skills/single-work-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  474. package/skills/single-work-analysis/scripts/writers/__init__.py +0 -0
  475. package/skills/single-work-analysis/scripts/writers/write_benchmark_card.py +0 -1402
  476. /package/skills/{creator-analysis → social-media-crawl}/scripts/core/bootstrap_env.py +0 -0
  477. /package/skills/{creator-analysis → social-media-crawl}/scripts/core/extract_pipeline.py +0 -0
  478. /package/skills/{creator-analysis/scripts/platform/douyin → social-media-crawl/scripts/pipelines}/douyin_video_type_matrix.py +0 -0
  479. /package/skills/{creator-analysis/scripts/author_home/collectors → social-media-crawl/scripts/pipelines}/homepage_collectors.py +0 -0
  480. /package/skills/{creator-analysis/scripts/platform/douyin → social-media-crawl/scripts/pipelines}/select_low_quality_video_url.py +0 -0
@@ -1,1105 +0,0 @@
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.