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