@tikomni/skills 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (451) hide show
  1. package/.skill-package-allowlist.txt +4 -0
  2. package/LICENSE +21 -0
  3. package/README.md +167 -0
  4. package/README.zh-CN.md +167 -0
  5. package/bin/tikomni-skills.js +127 -0
  6. package/env.example +160 -0
  7. package/lib/installer.js +176 -0
  8. package/package.json +44 -0
  9. package/skills/creator-analysis/SKILL.md +71 -0
  10. package/skills/creator-analysis/agents/openai.yaml +4 -0
  11. package/skills/creator-analysis/env.example +36 -0
  12. package/skills/creator-analysis/references/api-capability-index.md +92 -0
  13. package/skills/creator-analysis/references/api-contracts/asr-api.md +130 -0
  14. package/skills/creator-analysis/references/api-contracts/bilibili-app-api.md +776 -0
  15. package/skills/creator-analysis/references/api-contracts/bilibili-web-api.md +2017 -0
  16. package/skills/creator-analysis/references/api-contracts/demo-api.md +717 -0
  17. package/skills/creator-analysis/references/api-contracts/douyin-app-v3-api.md +3594 -0
  18. package/skills/creator-analysis/references/api-contracts/douyin-billboard-api.md +2274 -0
  19. package/skills/creator-analysis/references/api-contracts/douyin-creator-api.md +1575 -0
  20. package/skills/creator-analysis/references/api-contracts/douyin-creator-v2-api.md +3254 -0
  21. package/skills/creator-analysis/references/api-contracts/douyin-search-api.md +4118 -0
  22. package/skills/creator-analysis/references/api-contracts/douyin-web-api.md +5544 -0
  23. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-api.md +1916 -0
  24. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
  25. package/skills/creator-analysis/references/api-contracts/health-check.md +69 -0
  26. package/skills/creator-analysis/references/api-contracts/hybrid-parsing.md +78 -0
  27. package/skills/creator-analysis/references/api-contracts/instagram-v1-api.md +2256 -0
  28. package/skills/creator-analysis/references/api-contracts/instagram-v2-api.md +2011 -0
  29. package/skills/creator-analysis/references/api-contracts/instagram-v3-api.md +2630 -0
  30. package/skills/creator-analysis/references/api-contracts/ios-shortcut.md +44 -0
  31. package/skills/creator-analysis/references/api-contracts/kuaishou-app-api.md +1518 -0
  32. package/skills/creator-analysis/references/api-contracts/kuaishou-web-api.md +1242 -0
  33. package/skills/creator-analysis/references/api-contracts/lemon8-app-api.md +1088 -0
  34. package/skills/creator-analysis/references/api-contracts/linkedin-web-api.md +1949 -0
  35. package/skills/creator-analysis/references/api-contracts/media-ingest-api.md +126 -0
  36. package/skills/creator-analysis/references/api-contracts/pipixia-app-api.md +1142 -0
  37. package/skills/creator-analysis/references/api-contracts/reddit-app-api.md +2025 -0
  38. package/skills/creator-analysis/references/api-contracts/sora2-api.md +2266 -0
  39. package/skills/creator-analysis/references/api-contracts/temp-mail-api.md +208 -0
  40. package/skills/creator-analysis/references/api-contracts/threads-web-api.md +897 -0
  41. package/skills/creator-analysis/references/api-contracts/tikhub-downloader-api.md +134 -0
  42. package/skills/creator-analysis/references/api-contracts/tikhub-user-api.md +494 -0
  43. package/skills/creator-analysis/references/api-contracts/tiktok-ads-api.md +5947 -0
  44. package/skills/creator-analysis/references/api-contracts/tiktok-analytics-api.md +968 -0
  45. package/skills/creator-analysis/references/api-contracts/tiktok-app-v3-api.md +5735 -0
  46. package/skills/creator-analysis/references/api-contracts/tiktok-creator-api.md +1951 -0
  47. package/skills/creator-analysis/references/api-contracts/tiktok-interaction-api.md +742 -0
  48. package/skills/creator-analysis/references/api-contracts/tiktok-shop-web-api.md +1890 -0
  49. package/skills/creator-analysis/references/api-contracts/tiktok-web-api.md +4448 -0
  50. package/skills/creator-analysis/references/api-contracts/toutiao-app-api.md +342 -0
  51. package/skills/creator-analysis/references/api-contracts/toutiao-web-api.md +143 -0
  52. package/skills/creator-analysis/references/api-contracts/twitter-web-api.md +989 -0
  53. package/skills/creator-analysis/references/api-contracts/wechat-channels-api.md +809 -0
  54. package/skills/creator-analysis/references/api-contracts/wechat-media-platform-web-api.md +677 -0
  55. package/skills/creator-analysis/references/api-contracts/weibo-app-api.md +1547 -0
  56. package/skills/creator-analysis/references/api-contracts/weibo-web-api.md +798 -0
  57. package/skills/creator-analysis/references/api-contracts/weibo-web-v2-api.md +2459 -0
  58. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-api.md +1291 -0
  59. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
  60. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-api.md +1324 -0
  61. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
  62. package/skills/creator-analysis/references/api-contracts/xigua-app-v2-api.md +489 -0
  63. package/skills/creator-analysis/references/api-contracts/youtube-web-api.md +2636 -0
  64. package/skills/creator-analysis/references/api-contracts/youtube-web-v2-api.md +2660 -0
  65. package/skills/creator-analysis/references/api-contracts/zhihu-web-api.md +2315 -0
  66. package/skills/creator-analysis/references/api-tags/asr-api.md +100 -0
  67. package/skills/creator-analysis/references/api-tags/bilibili-app-api.md +482 -0
  68. package/skills/creator-analysis/references/api-tags/bilibili-web-api.md +1267 -0
  69. package/skills/creator-analysis/references/api-tags/demo-api.md +365 -0
  70. package/skills/creator-analysis/references/api-tags/douyin-app-v3-api.md +2012 -0
  71. package/skills/creator-analysis/references/api-tags/douyin-billboard-api.md +1428 -0
  72. package/skills/creator-analysis/references/api-tags/douyin-creator-api.md +694 -0
  73. package/skills/creator-analysis/references/api-tags/douyin-creator-v2-api.md +694 -0
  74. package/skills/creator-analysis/references/api-tags/douyin-search-api.md +1059 -0
  75. package/skills/creator-analysis/references/api-tags/douyin-web-api.md +3314 -0
  76. package/skills/creator-analysis/references/api-tags/douyin-xingtu-api.md +935 -0
  77. package/skills/creator-analysis/references/api-tags/douyin-xingtu-v2-api.md +925 -0
  78. package/skills/creator-analysis/references/api-tags/health-check.md +40 -0
  79. package/skills/creator-analysis/references/api-tags/hybrid-parsing.md +57 -0
  80. package/skills/creator-analysis/references/api-tags/instagram-v1-api.md +1224 -0
  81. package/skills/creator-analysis/references/api-tags/instagram-v2-api.md +1147 -0
  82. package/skills/creator-analysis/references/api-tags/instagram-v3-api.md +1123 -0
  83. package/skills/creator-analysis/references/api-tags/ios-shortcut.md +45 -0
  84. package/skills/creator-analysis/references/api-tags/kuaishou-app-api.md +846 -0
  85. package/skills/creator-analysis/references/api-tags/kuaishou-web-api.md +551 -0
  86. package/skills/creator-analysis/references/api-tags/lemon8-app-api.md +687 -0
  87. package/skills/creator-analysis/references/api-tags/linkedin-web-api.md +1105 -0
  88. package/skills/creator-analysis/references/api-tags/media-ingest-api.md +112 -0
  89. package/skills/creator-analysis/references/api-tags/pipixia-app-api.md +721 -0
  90. package/skills/creator-analysis/references/api-tags/reddit-app-api.md +1057 -0
  91. package/skills/creator-analysis/references/api-tags/sora2-api.md +737 -0
  92. package/skills/creator-analysis/references/api-tags/temp-mail-api.md +136 -0
  93. package/skills/creator-analysis/references/api-tags/threads-web-api.md +472 -0
  94. package/skills/creator-analysis/references/api-tags/tikhub-downloader-api.md +65 -0
  95. package/skills/creator-analysis/references/api-tags/tikhub-user-api.md +253 -0
  96. package/skills/creator-analysis/references/api-tags/tiktok-ads-api.md +1393 -0
  97. package/skills/creator-analysis/references/api-tags/tiktok-analytics-api.md +179 -0
  98. package/skills/creator-analysis/references/api-tags/tiktok-app-v3-api.md +3264 -0
  99. package/skills/creator-analysis/references/api-tags/tiktok-creator-api.md +709 -0
  100. package/skills/creator-analysis/references/api-tags/tiktok-interaction-api.md +366 -0
  101. package/skills/creator-analysis/references/api-tags/tiktok-shop-web-api.md +663 -0
  102. package/skills/creator-analysis/references/api-tags/tiktok-web-api.md +2516 -0
  103. package/skills/creator-analysis/references/api-tags/toutiao-app-api.md +220 -0
  104. package/skills/creator-analysis/references/api-tags/toutiao-web-api.md +96 -0
  105. package/skills/creator-analysis/references/api-tags/twitter-web-api.md +562 -0
  106. package/skills/creator-analysis/references/api-tags/wechat-channels-api.md +405 -0
  107. package/skills/creator-analysis/references/api-tags/wechat-media-platform-web-api.md +431 -0
  108. package/skills/creator-analysis/references/api-tags/weibo-app-api.md +851 -0
  109. package/skills/creator-analysis/references/api-tags/weibo-web-api.md +470 -0
  110. package/skills/creator-analysis/references/api-tags/weibo-web-v2-api.md +1405 -0
  111. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-api.md +534 -0
  112. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
  113. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-api.md +757 -0
  114. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
  115. package/skills/creator-analysis/references/api-tags/xigua-app-v2-api.md +308 -0
  116. package/skills/creator-analysis/references/api-tags/youtube-web-api.md +934 -0
  117. package/skills/creator-analysis/references/api-tags/youtube-web-v2-api.md +717 -0
  118. package/skills/creator-analysis/references/api-tags/zhihu-web-api.md +1384 -0
  119. package/skills/creator-analysis/references/asr-orchestration.md +33 -0
  120. package/skills/creator-analysis/references/config-templates/defaults.yaml +60 -0
  121. package/skills/creator-analysis/references/contracts/creator-card-fields.md +23 -0
  122. package/skills/creator-analysis/references/contracts/work-card-fields.md +32 -0
  123. package/skills/creator-analysis/references/platform-guides/douyin.md +49 -0
  124. package/skills/creator-analysis/references/platform-guides/generic.md +46 -0
  125. package/skills/creator-analysis/references/platform-guides/xiaohongshu.md +54 -0
  126. package/skills/creator-analysis/references/prompt-contracts/asr-clean.md +28 -0
  127. package/skills/creator-analysis/references/prompt-contracts/author-analysis-v2.md +46 -0
  128. package/skills/creator-analysis/references/prompt-contracts/author-analysis.md +49 -0
  129. package/skills/creator-analysis/references/prompt-contracts/cta.md +24 -0
  130. package/skills/creator-analysis/references/prompt-contracts/hook.md +25 -0
  131. package/skills/creator-analysis/references/prompt-contracts/insight.md +47 -0
  132. package/skills/creator-analysis/references/prompt-contracts/sampled-work-batch-explanations.md +30 -0
  133. package/skills/creator-analysis/references/prompt-contracts/structure.md +25 -0
  134. package/skills/creator-analysis/references/prompt-contracts/style.md +27 -0
  135. package/skills/creator-analysis/references/prompt-contracts/summary.md +29 -0
  136. package/skills/creator-analysis/references/prompt-contracts/topic.md +29 -0
  137. package/skills/creator-analysis/references/schemas/author-analysis-input-v1.schema.json +325 -0
  138. package/skills/creator-analysis/references/schemas/author-analysis-v2.schema.json +158 -0
  139. package/skills/creator-analysis/references/schemas/sampled-work-batch-explanations.schema.json +41 -0
  140. package/skills/creator-analysis/references/service-guides/asr-u2-u3-fallback.md +75 -0
  141. package/skills/creator-analysis/references/workflow.md +18 -0
  142. package/skills/creator-analysis/scripts/__init__.py +0 -0
  143. package/skills/creator-analysis/scripts/author_home/__init__.py +0 -0
  144. package/skills/creator-analysis/scripts/author_home/adapters/__init__.py +0 -0
  145. package/skills/creator-analysis/scripts/author_home/adapters/platform_adapters.py +299 -0
  146. package/skills/creator-analysis/scripts/author_home/analyzers/__init__.py +0 -0
  147. package/skills/creator-analysis/scripts/author_home/analyzers/author_analysis_v2_support.py +1122 -0
  148. package/skills/creator-analysis/scripts/author_home/analyzers/prompt_first_analyzers.py +260 -0
  149. package/skills/creator-analysis/scripts/author_home/analyzers/sampled_work_batch_explainer.py +260 -0
  150. package/skills/creator-analysis/scripts/author_home/asr/__init__.py +5 -0
  151. package/skills/creator-analysis/scripts/author_home/asr/home_asr.py +961 -0
  152. package/skills/creator-analysis/scripts/author_home/builders/__init__.py +0 -0
  153. package/skills/creator-analysis/scripts/author_home/builders/home_builders.py +149 -0
  154. package/skills/creator-analysis/scripts/author_home/collectors/__init__.py +0 -0
  155. package/skills/creator-analysis/scripts/author_home/collectors/homepage_collectors.py +636 -0
  156. package/skills/creator-analysis/scripts/author_home/orchestrator/__init__.py +0 -0
  157. package/skills/creator-analysis/scripts/author_home/orchestrator/run_author_analysis.py +491 -0
  158. package/skills/creator-analysis/scripts/author_home/orchestrator/work_analysis_artifacts.py +553 -0
  159. package/skills/creator-analysis/scripts/author_home/schema.py +417 -0
  160. package/skills/creator-analysis/scripts/core/__init__.py +0 -0
  161. package/skills/creator-analysis/scripts/core/analysis_pipeline.py +133 -0
  162. package/skills/creator-analysis/scripts/core/bootstrap_env.py +35 -0
  163. package/skills/creator-analysis/scripts/core/config_loader.py +418 -0
  164. package/skills/creator-analysis/scripts/core/extract_pipeline.py +173 -0
  165. package/skills/creator-analysis/scripts/core/progress_report.py +111 -0
  166. package/skills/creator-analysis/scripts/core/storage_router.py +253 -0
  167. package/skills/creator-analysis/scripts/core/tikomni_common.py +588 -0
  168. package/skills/creator-analysis/scripts/pipeline/__init__.py +0 -0
  169. package/skills/creator-analysis/scripts/pipeline/asr/__init__.py +0 -0
  170. package/skills/creator-analysis/scripts/pipeline/asr/asr_pipeline.py +1189 -0
  171. package/skills/creator-analysis/scripts/pipeline/asr/poll_u2_task.py +95 -0
  172. package/skills/creator-analysis/scripts/platform/__init__.py +0 -0
  173. package/skills/creator-analysis/scripts/platform/douyin/__init__.py +0 -0
  174. package/skills/creator-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +224 -0
  175. package/skills/creator-analysis/scripts/platform/douyin/run_douyin_single_video.py +1208 -0
  176. package/skills/creator-analysis/scripts/platform/douyin/select_low_quality_video_url.py +200 -0
  177. package/skills/creator-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  178. package/skills/creator-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +2128 -0
  179. package/skills/creator-analysis/scripts/writers/__init__.py +0 -0
  180. package/skills/creator-analysis/scripts/writers/write_author_homepage_samples.py +106 -0
  181. package/skills/creator-analysis/scripts/writers/write_benchmark_card.py +1402 -0
  182. package/skills/meta-capability/SKILL.md +69 -0
  183. package/skills/meta-capability/agents/openai.yaml +4 -0
  184. package/skills/meta-capability/env.example +42 -0
  185. package/skills/meta-capability/references/api-capability-index.md +92 -0
  186. package/skills/meta-capability/references/api-contracts/asr-api.md +130 -0
  187. package/skills/meta-capability/references/api-contracts/bilibili-app-api.md +776 -0
  188. package/skills/meta-capability/references/api-contracts/bilibili-web-api.md +2017 -0
  189. package/skills/meta-capability/references/api-contracts/demo-api.md +717 -0
  190. package/skills/meta-capability/references/api-contracts/douyin-app-v3-api.md +3594 -0
  191. package/skills/meta-capability/references/api-contracts/douyin-billboard-api.md +2274 -0
  192. package/skills/meta-capability/references/api-contracts/douyin-creator-api.md +1575 -0
  193. package/skills/meta-capability/references/api-contracts/douyin-creator-v2-api.md +3254 -0
  194. package/skills/meta-capability/references/api-contracts/douyin-search-api.md +4118 -0
  195. package/skills/meta-capability/references/api-contracts/douyin-web-api.md +5544 -0
  196. package/skills/meta-capability/references/api-contracts/douyin-xingtu-api.md +1916 -0
  197. package/skills/meta-capability/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
  198. package/skills/meta-capability/references/api-contracts/health-check.md +69 -0
  199. package/skills/meta-capability/references/api-contracts/hybrid-parsing.md +78 -0
  200. package/skills/meta-capability/references/api-contracts/instagram-v1-api.md +2256 -0
  201. package/skills/meta-capability/references/api-contracts/instagram-v2-api.md +2011 -0
  202. package/skills/meta-capability/references/api-contracts/instagram-v3-api.md +2630 -0
  203. package/skills/meta-capability/references/api-contracts/ios-shortcut.md +44 -0
  204. package/skills/meta-capability/references/api-contracts/kuaishou-app-api.md +1518 -0
  205. package/skills/meta-capability/references/api-contracts/kuaishou-web-api.md +1242 -0
  206. package/skills/meta-capability/references/api-contracts/lemon8-app-api.md +1088 -0
  207. package/skills/meta-capability/references/api-contracts/linkedin-web-api.md +1949 -0
  208. package/skills/meta-capability/references/api-contracts/media-ingest-api.md +126 -0
  209. package/skills/meta-capability/references/api-contracts/pipixia-app-api.md +1142 -0
  210. package/skills/meta-capability/references/api-contracts/reddit-app-api.md +2025 -0
  211. package/skills/meta-capability/references/api-contracts/sora2-api.md +2266 -0
  212. package/skills/meta-capability/references/api-contracts/temp-mail-api.md +208 -0
  213. package/skills/meta-capability/references/api-contracts/threads-web-api.md +897 -0
  214. package/skills/meta-capability/references/api-contracts/tikhub-downloader-api.md +134 -0
  215. package/skills/meta-capability/references/api-contracts/tikhub-user-api.md +494 -0
  216. package/skills/meta-capability/references/api-contracts/tiktok-ads-api.md +5947 -0
  217. package/skills/meta-capability/references/api-contracts/tiktok-analytics-api.md +968 -0
  218. package/skills/meta-capability/references/api-contracts/tiktok-app-v3-api.md +5735 -0
  219. package/skills/meta-capability/references/api-contracts/tiktok-creator-api.md +1951 -0
  220. package/skills/meta-capability/references/api-contracts/tiktok-interaction-api.md +742 -0
  221. package/skills/meta-capability/references/api-contracts/tiktok-shop-web-api.md +1890 -0
  222. package/skills/meta-capability/references/api-contracts/tiktok-web-api.md +4448 -0
  223. package/skills/meta-capability/references/api-contracts/toutiao-app-api.md +342 -0
  224. package/skills/meta-capability/references/api-contracts/toutiao-web-api.md +143 -0
  225. package/skills/meta-capability/references/api-contracts/twitter-web-api.md +989 -0
  226. package/skills/meta-capability/references/api-contracts/wechat-channels-api.md +809 -0
  227. package/skills/meta-capability/references/api-contracts/wechat-media-platform-web-api.md +677 -0
  228. package/skills/meta-capability/references/api-contracts/weibo-app-api.md +1547 -0
  229. package/skills/meta-capability/references/api-contracts/weibo-web-api.md +798 -0
  230. package/skills/meta-capability/references/api-contracts/weibo-web-v2-api.md +2459 -0
  231. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-api.md +1291 -0
  232. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
  233. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-api.md +1324 -0
  234. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
  235. package/skills/meta-capability/references/api-contracts/xigua-app-v2-api.md +489 -0
  236. package/skills/meta-capability/references/api-contracts/youtube-web-api.md +2636 -0
  237. package/skills/meta-capability/references/api-contracts/youtube-web-v2-api.md +2660 -0
  238. package/skills/meta-capability/references/api-contracts/zhihu-web-api.md +2315 -0
  239. package/skills/meta-capability/references/api-tags/asr-api.md +100 -0
  240. package/skills/meta-capability/references/api-tags/bilibili-app-api.md +482 -0
  241. package/skills/meta-capability/references/api-tags/bilibili-web-api.md +1267 -0
  242. package/skills/meta-capability/references/api-tags/demo-api.md +365 -0
  243. package/skills/meta-capability/references/api-tags/douyin-app-v3-api.md +2012 -0
  244. package/skills/meta-capability/references/api-tags/douyin-billboard-api.md +1428 -0
  245. package/skills/meta-capability/references/api-tags/douyin-creator-api.md +694 -0
  246. package/skills/meta-capability/references/api-tags/douyin-creator-v2-api.md +694 -0
  247. package/skills/meta-capability/references/api-tags/douyin-search-api.md +1059 -0
  248. package/skills/meta-capability/references/api-tags/douyin-web-api.md +3314 -0
  249. package/skills/meta-capability/references/api-tags/douyin-xingtu-api.md +935 -0
  250. package/skills/meta-capability/references/api-tags/douyin-xingtu-v2-api.md +925 -0
  251. package/skills/meta-capability/references/api-tags/health-check.md +40 -0
  252. package/skills/meta-capability/references/api-tags/hybrid-parsing.md +57 -0
  253. package/skills/meta-capability/references/api-tags/instagram-v1-api.md +1224 -0
  254. package/skills/meta-capability/references/api-tags/instagram-v2-api.md +1147 -0
  255. package/skills/meta-capability/references/api-tags/instagram-v3-api.md +1123 -0
  256. package/skills/meta-capability/references/api-tags/ios-shortcut.md +45 -0
  257. package/skills/meta-capability/references/api-tags/kuaishou-app-api.md +846 -0
  258. package/skills/meta-capability/references/api-tags/kuaishou-web-api.md +551 -0
  259. package/skills/meta-capability/references/api-tags/lemon8-app-api.md +687 -0
  260. package/skills/meta-capability/references/api-tags/linkedin-web-api.md +1105 -0
  261. package/skills/meta-capability/references/api-tags/media-ingest-api.md +112 -0
  262. package/skills/meta-capability/references/api-tags/pipixia-app-api.md +721 -0
  263. package/skills/meta-capability/references/api-tags/reddit-app-api.md +1057 -0
  264. package/skills/meta-capability/references/api-tags/sora2-api.md +737 -0
  265. package/skills/meta-capability/references/api-tags/temp-mail-api.md +136 -0
  266. package/skills/meta-capability/references/api-tags/threads-web-api.md +472 -0
  267. package/skills/meta-capability/references/api-tags/tikhub-downloader-api.md +65 -0
  268. package/skills/meta-capability/references/api-tags/tikhub-user-api.md +253 -0
  269. package/skills/meta-capability/references/api-tags/tiktok-ads-api.md +1393 -0
  270. package/skills/meta-capability/references/api-tags/tiktok-analytics-api.md +179 -0
  271. package/skills/meta-capability/references/api-tags/tiktok-app-v3-api.md +3264 -0
  272. package/skills/meta-capability/references/api-tags/tiktok-creator-api.md +709 -0
  273. package/skills/meta-capability/references/api-tags/tiktok-interaction-api.md +366 -0
  274. package/skills/meta-capability/references/api-tags/tiktok-shop-web-api.md +663 -0
  275. package/skills/meta-capability/references/api-tags/tiktok-web-api.md +2516 -0
  276. package/skills/meta-capability/references/api-tags/toutiao-app-api.md +220 -0
  277. package/skills/meta-capability/references/api-tags/toutiao-web-api.md +96 -0
  278. package/skills/meta-capability/references/api-tags/twitter-web-api.md +562 -0
  279. package/skills/meta-capability/references/api-tags/wechat-channels-api.md +405 -0
  280. package/skills/meta-capability/references/api-tags/wechat-media-platform-web-api.md +431 -0
  281. package/skills/meta-capability/references/api-tags/weibo-app-api.md +851 -0
  282. package/skills/meta-capability/references/api-tags/weibo-web-api.md +470 -0
  283. package/skills/meta-capability/references/api-tags/weibo-web-v2-api.md +1405 -0
  284. package/skills/meta-capability/references/api-tags/xiaohongshu-app-api.md +534 -0
  285. package/skills/meta-capability/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
  286. package/skills/meta-capability/references/api-tags/xiaohongshu-web-api.md +757 -0
  287. package/skills/meta-capability/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
  288. package/skills/meta-capability/references/api-tags/xigua-app-v2-api.md +308 -0
  289. package/skills/meta-capability/references/api-tags/youtube-web-api.md +934 -0
  290. package/skills/meta-capability/references/api-tags/youtube-web-v2-api.md +717 -0
  291. package/skills/meta-capability/references/api-tags/zhihu-web-api.md +1384 -0
  292. package/skills/meta-capability/references/config-templates/defaults.yaml +18 -0
  293. package/skills/meta-capability/references/dispatch.md +27 -0
  294. package/skills/meta-capability/references/execution-guidelines.md +25 -0
  295. package/skills/meta-capability/references/implemented-route-map.md +177 -0
  296. package/skills/meta-capability/references/service-guides/asr-u2-u3-fallback.md +75 -0
  297. package/skills/meta-capability/scripts/__init__.py +1 -0
  298. package/skills/meta-capability/scripts/call_route.py +141 -0
  299. package/skills/meta-capability/scripts/core/__init__.py +1 -0
  300. package/skills/meta-capability/scripts/core/bootstrap_env.py +32 -0
  301. package/skills/meta-capability/scripts/core/config_loader.py +204 -0
  302. package/skills/meta-capability/scripts/core/tikomni_common.py +443 -0
  303. package/skills/meta-capability/scripts/test_auth.py +98 -0
  304. package/skills/single-work-analysis/SKILL.md +62 -0
  305. package/skills/single-work-analysis/agents/openai.yaml +4 -0
  306. package/skills/single-work-analysis/env.example +36 -0
  307. package/skills/single-work-analysis/references/api-capability-index.md +92 -0
  308. package/skills/single-work-analysis/references/api-contracts/asr-api.md +130 -0
  309. package/skills/single-work-analysis/references/api-contracts/bilibili-app-api.md +776 -0
  310. package/skills/single-work-analysis/references/api-contracts/bilibili-web-api.md +2017 -0
  311. package/skills/single-work-analysis/references/api-contracts/demo-api.md +717 -0
  312. package/skills/single-work-analysis/references/api-contracts/douyin-app-v3-api.md +3594 -0
  313. package/skills/single-work-analysis/references/api-contracts/douyin-billboard-api.md +2274 -0
  314. package/skills/single-work-analysis/references/api-contracts/douyin-creator-api.md +1575 -0
  315. package/skills/single-work-analysis/references/api-contracts/douyin-creator-v2-api.md +3254 -0
  316. package/skills/single-work-analysis/references/api-contracts/douyin-search-api.md +4118 -0
  317. package/skills/single-work-analysis/references/api-contracts/douyin-web-api.md +5544 -0
  318. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-api.md +1916 -0
  319. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
  320. package/skills/single-work-analysis/references/api-contracts/health-check.md +69 -0
  321. package/skills/single-work-analysis/references/api-contracts/hybrid-parsing.md +78 -0
  322. package/skills/single-work-analysis/references/api-contracts/instagram-v1-api.md +2256 -0
  323. package/skills/single-work-analysis/references/api-contracts/instagram-v2-api.md +2011 -0
  324. package/skills/single-work-analysis/references/api-contracts/instagram-v3-api.md +2630 -0
  325. package/skills/single-work-analysis/references/api-contracts/ios-shortcut.md +44 -0
  326. package/skills/single-work-analysis/references/api-contracts/kuaishou-app-api.md +1518 -0
  327. package/skills/single-work-analysis/references/api-contracts/kuaishou-web-api.md +1242 -0
  328. package/skills/single-work-analysis/references/api-contracts/lemon8-app-api.md +1088 -0
  329. package/skills/single-work-analysis/references/api-contracts/linkedin-web-api.md +1949 -0
  330. package/skills/single-work-analysis/references/api-contracts/media-ingest-api.md +126 -0
  331. package/skills/single-work-analysis/references/api-contracts/pipixia-app-api.md +1142 -0
  332. package/skills/single-work-analysis/references/api-contracts/reddit-app-api.md +2025 -0
  333. package/skills/single-work-analysis/references/api-contracts/sora2-api.md +2266 -0
  334. package/skills/single-work-analysis/references/api-contracts/temp-mail-api.md +208 -0
  335. package/skills/single-work-analysis/references/api-contracts/threads-web-api.md +897 -0
  336. package/skills/single-work-analysis/references/api-contracts/tikhub-downloader-api.md +134 -0
  337. package/skills/single-work-analysis/references/api-contracts/tikhub-user-api.md +494 -0
  338. package/skills/single-work-analysis/references/api-contracts/tiktok-ads-api.md +5947 -0
  339. package/skills/single-work-analysis/references/api-contracts/tiktok-analytics-api.md +968 -0
  340. package/skills/single-work-analysis/references/api-contracts/tiktok-app-v3-api.md +5735 -0
  341. package/skills/single-work-analysis/references/api-contracts/tiktok-creator-api.md +1951 -0
  342. package/skills/single-work-analysis/references/api-contracts/tiktok-interaction-api.md +742 -0
  343. package/skills/single-work-analysis/references/api-contracts/tiktok-shop-web-api.md +1890 -0
  344. package/skills/single-work-analysis/references/api-contracts/tiktok-web-api.md +4448 -0
  345. package/skills/single-work-analysis/references/api-contracts/toutiao-app-api.md +342 -0
  346. package/skills/single-work-analysis/references/api-contracts/toutiao-web-api.md +143 -0
  347. package/skills/single-work-analysis/references/api-contracts/twitter-web-api.md +989 -0
  348. package/skills/single-work-analysis/references/api-contracts/wechat-channels-api.md +809 -0
  349. package/skills/single-work-analysis/references/api-contracts/wechat-media-platform-web-api.md +677 -0
  350. package/skills/single-work-analysis/references/api-contracts/weibo-app-api.md +1547 -0
  351. package/skills/single-work-analysis/references/api-contracts/weibo-web-api.md +798 -0
  352. package/skills/single-work-analysis/references/api-contracts/weibo-web-v2-api.md +2459 -0
  353. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-api.md +1291 -0
  354. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
  355. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-api.md +1324 -0
  356. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
  357. package/skills/single-work-analysis/references/api-contracts/xigua-app-v2-api.md +489 -0
  358. package/skills/single-work-analysis/references/api-contracts/youtube-web-api.md +2636 -0
  359. package/skills/single-work-analysis/references/api-contracts/youtube-web-v2-api.md +2660 -0
  360. package/skills/single-work-analysis/references/api-contracts/zhihu-web-api.md +2315 -0
  361. package/skills/single-work-analysis/references/api-tags/asr-api.md +100 -0
  362. package/skills/single-work-analysis/references/api-tags/bilibili-app-api.md +482 -0
  363. package/skills/single-work-analysis/references/api-tags/bilibili-web-api.md +1267 -0
  364. package/skills/single-work-analysis/references/api-tags/demo-api.md +365 -0
  365. package/skills/single-work-analysis/references/api-tags/douyin-app-v3-api.md +2012 -0
  366. package/skills/single-work-analysis/references/api-tags/douyin-billboard-api.md +1428 -0
  367. package/skills/single-work-analysis/references/api-tags/douyin-creator-api.md +694 -0
  368. package/skills/single-work-analysis/references/api-tags/douyin-creator-v2-api.md +694 -0
  369. package/skills/single-work-analysis/references/api-tags/douyin-search-api.md +1059 -0
  370. package/skills/single-work-analysis/references/api-tags/douyin-web-api.md +3314 -0
  371. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-api.md +935 -0
  372. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-v2-api.md +925 -0
  373. package/skills/single-work-analysis/references/api-tags/health-check.md +40 -0
  374. package/skills/single-work-analysis/references/api-tags/hybrid-parsing.md +57 -0
  375. package/skills/single-work-analysis/references/api-tags/instagram-v1-api.md +1224 -0
  376. package/skills/single-work-analysis/references/api-tags/instagram-v2-api.md +1147 -0
  377. package/skills/single-work-analysis/references/api-tags/instagram-v3-api.md +1123 -0
  378. package/skills/single-work-analysis/references/api-tags/ios-shortcut.md +45 -0
  379. package/skills/single-work-analysis/references/api-tags/kuaishou-app-api.md +846 -0
  380. package/skills/single-work-analysis/references/api-tags/kuaishou-web-api.md +551 -0
  381. package/skills/single-work-analysis/references/api-tags/lemon8-app-api.md +687 -0
  382. package/skills/single-work-analysis/references/api-tags/linkedin-web-api.md +1105 -0
  383. package/skills/single-work-analysis/references/api-tags/media-ingest-api.md +112 -0
  384. package/skills/single-work-analysis/references/api-tags/pipixia-app-api.md +721 -0
  385. package/skills/single-work-analysis/references/api-tags/reddit-app-api.md +1057 -0
  386. package/skills/single-work-analysis/references/api-tags/sora2-api.md +737 -0
  387. package/skills/single-work-analysis/references/api-tags/temp-mail-api.md +136 -0
  388. package/skills/single-work-analysis/references/api-tags/threads-web-api.md +472 -0
  389. package/skills/single-work-analysis/references/api-tags/tikhub-downloader-api.md +65 -0
  390. package/skills/single-work-analysis/references/api-tags/tikhub-user-api.md +253 -0
  391. package/skills/single-work-analysis/references/api-tags/tiktok-ads-api.md +1393 -0
  392. package/skills/single-work-analysis/references/api-tags/tiktok-analytics-api.md +179 -0
  393. package/skills/single-work-analysis/references/api-tags/tiktok-app-v3-api.md +3264 -0
  394. package/skills/single-work-analysis/references/api-tags/tiktok-creator-api.md +709 -0
  395. package/skills/single-work-analysis/references/api-tags/tiktok-interaction-api.md +366 -0
  396. package/skills/single-work-analysis/references/api-tags/tiktok-shop-web-api.md +663 -0
  397. package/skills/single-work-analysis/references/api-tags/tiktok-web-api.md +2516 -0
  398. package/skills/single-work-analysis/references/api-tags/toutiao-app-api.md +220 -0
  399. package/skills/single-work-analysis/references/api-tags/toutiao-web-api.md +96 -0
  400. package/skills/single-work-analysis/references/api-tags/twitter-web-api.md +562 -0
  401. package/skills/single-work-analysis/references/api-tags/wechat-channels-api.md +405 -0
  402. package/skills/single-work-analysis/references/api-tags/wechat-media-platform-web-api.md +431 -0
  403. package/skills/single-work-analysis/references/api-tags/weibo-app-api.md +851 -0
  404. package/skills/single-work-analysis/references/api-tags/weibo-web-api.md +470 -0
  405. package/skills/single-work-analysis/references/api-tags/weibo-web-v2-api.md +1405 -0
  406. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-api.md +534 -0
  407. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
  408. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-api.md +757 -0
  409. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
  410. package/skills/single-work-analysis/references/api-tags/xigua-app-v2-api.md +308 -0
  411. package/skills/single-work-analysis/references/api-tags/youtube-web-api.md +934 -0
  412. package/skills/single-work-analysis/references/api-tags/youtube-web-v2-api.md +717 -0
  413. package/skills/single-work-analysis/references/api-tags/zhihu-web-api.md +1384 -0
  414. package/skills/single-work-analysis/references/asr-and-fallback.md +20 -0
  415. package/skills/single-work-analysis/references/config-templates/defaults.yaml +58 -0
  416. package/skills/single-work-analysis/references/contracts/work-card-fields.md +41 -0
  417. package/skills/single-work-analysis/references/platform-guides/douyin.md +47 -0
  418. package/skills/single-work-analysis/references/platform-guides/generic.md +43 -0
  419. package/skills/single-work-analysis/references/platform-guides/xiaohongshu.md +54 -0
  420. package/skills/single-work-analysis/references/prompt-contracts/asr-clean.md +28 -0
  421. package/skills/single-work-analysis/references/prompt-contracts/cta.md +24 -0
  422. package/skills/single-work-analysis/references/prompt-contracts/hook.md +25 -0
  423. package/skills/single-work-analysis/references/prompt-contracts/insight.md +47 -0
  424. package/skills/single-work-analysis/references/prompt-contracts/structure.md +25 -0
  425. package/skills/single-work-analysis/references/prompt-contracts/style.md +27 -0
  426. package/skills/single-work-analysis/references/prompt-contracts/summary.md +29 -0
  427. package/skills/single-work-analysis/references/prompt-contracts/topic.md +29 -0
  428. package/skills/single-work-analysis/references/schemas/work-card.schema.json +39 -0
  429. package/skills/single-work-analysis/references/service-guides/asr-u2-u3-fallback.md +75 -0
  430. package/skills/single-work-analysis/scripts/__init__.py +0 -0
  431. package/skills/single-work-analysis/scripts/core/__init__.py +0 -0
  432. package/skills/single-work-analysis/scripts/core/analysis_pipeline.py +133 -0
  433. package/skills/single-work-analysis/scripts/core/bootstrap_env.py +35 -0
  434. package/skills/single-work-analysis/scripts/core/config_loader.py +418 -0
  435. package/skills/single-work-analysis/scripts/core/extract_pipeline.py +173 -0
  436. package/skills/single-work-analysis/scripts/core/progress_report.py +111 -0
  437. package/skills/single-work-analysis/scripts/core/storage_router.py +253 -0
  438. package/skills/single-work-analysis/scripts/core/tikomni_common.py +588 -0
  439. package/skills/single-work-analysis/scripts/pipeline/__init__.py +0 -0
  440. package/skills/single-work-analysis/scripts/pipeline/asr/__init__.py +0 -0
  441. package/skills/single-work-analysis/scripts/pipeline/asr/asr_pipeline.py +1189 -0
  442. package/skills/single-work-analysis/scripts/pipeline/asr/poll_u2_task.py +95 -0
  443. package/skills/single-work-analysis/scripts/platform/__init__.py +0 -0
  444. package/skills/single-work-analysis/scripts/platform/douyin/__init__.py +0 -0
  445. package/skills/single-work-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +224 -0
  446. package/skills/single-work-analysis/scripts/platform/douyin/run_douyin_single_video.py +1233 -0
  447. package/skills/single-work-analysis/scripts/platform/douyin/select_low_quality_video_url.py +200 -0
  448. package/skills/single-work-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  449. package/skills/single-work-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +2156 -0
  450. package/skills/single-work-analysis/scripts/writers/__init__.py +0 -0
  451. package/skills/single-work-analysis/scripts/writers/write_benchmark_card.py +1402 -0
@@ -0,0 +1,2011 @@
1
+ # Instagram-V2-API Full Contract
2
+
3
+ - Back to index: [`api-capability-index.md`](../api-capability-index.md)
4
+ - Back to route summary: [`api-tags/instagram-v2-api.md`](../api-tags/instagram-v2-api.md)
5
+ - Current contract file: `api-contracts/instagram-v2-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: `27`
9
+ - Default auth: Header `Authorization` Bearer
10
+ - Read this file only when you need precise auth notes, parameter descriptions, defaults, examples, or success-response fields.
11
+ - Tag description: **(Instagram V2数据接口(若V1接口的功能无法满足需求时使用,稳定性不如V1接口)/Instagram-V2-API endpoints (Use when V1 endpoints cannot meet the requirements, stability is not as good as V1 endpoints))**
12
+
13
+ ## Route Contracts
14
+
15
+ <a id="get-api-u1-v1-instagram-v2-fetch-comment-replies"></a>
16
+ ### `GET /api/u1/v1/instagram/v2/fetch_comment_replies`
17
+
18
+ - Summary: 获取评论回复/Get comment replies
19
+ - Capabilities: comments
20
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
21
+ - operationId: `fetch_comment_replies_api_v1_instagram_v2_fetch_comment_replies_get`
22
+
23
+ #### Notes
24
+
25
+ > # [中文]
26
+ > ### 用途:
27
+ > - 获取评论的回复列表
28
+ > - 需要先通过fetch_post_comments获取评论ID
29
+ > - 支持分页获取
30
+ > ### 参数:
31
+ > - code_or_url: 帖子Shortcode或完整URL
32
+ > - comment_id: 评论ID
33
+ > - pagination_token: 分页token,从上一次响应获取
34
+ > ### 返回:
35
+ > - `data.items`: 回复列表
36
+ > - `pagination_token`: 下一页token
37
+ > ### 价格:
38
+ > - 0.002 USD/请求
39
+ >
40
+ > # [English]
41
+ > ### Purpose:
42
+ > - Get list of replies to a comment
43
+ > - Need to get comment ID from fetch_post_comments first
44
+ > - Support pagination
45
+ > ### Parameters:
46
+ > - code_or_url: Post shortcode or full URL
47
+ > - comment_id: Comment ID
48
+ > - pagination_token: Pagination token from previous response
49
+ > ### Return:
50
+ > - `data.items`: List of replies
51
+ > - `pagination_token`: Next page token
52
+ > ### Price:
53
+ > - 0.002 USD/request
54
+ >
55
+ > # [示例/Example]
56
+ > code_or_url = "DRhvwVLAHAG"
57
+ > comment_id = "18067775592012345"
58
+
59
+ #### Parameters
60
+
61
+ | Field | In | Type | Required | Description | Default | Example | Enum |
62
+ | --- | --- | --- | --- | --- | --- | --- | --- |
63
+ | code_or_url | query | string | Yes | 帖子Shortcode或URL/Post shortcode or URL | None | DRhvwVLAHAG | None |
64
+ | comment_id | query | string | Yes | 评论ID/Comment ID | None | 18067775592012345 | None |
65
+ | pagination_token | query | string | No | 分页token/Pagination token | None | None | None |
66
+
67
+ #### Request Body
68
+
69
+ None
70
+
71
+ #### Success Response
72
+
73
+ ##### `200 application/json`
74
+
75
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
76
+
77
+ | Field | Type | Required | Description | Default | Example | Enum |
78
+ | --- | --- | --- | --- | --- | --- | --- |
79
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
80
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
81
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
82
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
83
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
84
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
85
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
86
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
87
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
88
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
89
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
90
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
91
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
92
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
93
+ | data | null | No | The response data \| 响应数据 | None | None | None |
94
+
95
+ <a id="get-api-u1-v1-instagram-v2-fetch-hashtag-posts"></a>
96
+ ### `GET /api/u1/v1/instagram/v2/fetch_hashtag_posts`
97
+
98
+ - Summary: 获取话题帖子/Get hashtag posts
99
+ - Capabilities: content details / topics
100
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
101
+ - operationId: `fetch_hashtag_posts_api_v1_instagram_v2_fetch_hashtag_posts_get`
102
+
103
+ #### Notes
104
+
105
+ > # [中文]
106
+ > ### 用途:
107
+ > - 获取指定话题标签下的帖子列表
108
+ > - 支持按热门、最新或仅Reels筛选
109
+ > - 支持分页获取
110
+ > ### 参数:
111
+ > - keyword: 话题关键词(不含#号)
112
+ > - feed_type: 帖子类型,"top"(热门)、"recent"(最新)或"reels"(仅Reels),默认top
113
+ > - pagination_token: 分页token,从上一次响应获取
114
+ > ### 返回:
115
+ > - `data.items`: 帖子列表
116
+ > - `pagination_token`: 下一页token
117
+ > ### 价格:
118
+ > - 0.002 USD/请求
119
+ >
120
+ > # [English]
121
+ > ### Purpose:
122
+ > - Get posts under specified hashtag
123
+ > - Support filtering by top, recent, or reels only
124
+ > - Support pagination
125
+ > ### Parameters:
126
+ > - keyword: Hashtag keyword (without #)
127
+ > - feed_type: Feed type "top", "recent", or "reels", default top
128
+ > - pagination_token: Pagination token from previous response
129
+ > ### Return:
130
+ > - `data.items`: List of posts
131
+ > - `pagination_token`: Next page token
132
+ > ### Price:
133
+ > - 0.002 USD/request
134
+ >
135
+ > # [示例/Example]
136
+ > keyword = "cat"
137
+ > feed_type = "top"
138
+
139
+ #### Parameters
140
+
141
+ | Field | In | Type | Required | Description | Default | Example | Enum |
142
+ | --- | --- | --- | --- | --- | --- | --- | --- |
143
+ | keyword | query | string | Yes | 话题关键词(不含#号)/Hashtag keyword (without #) | None | cat | None |
144
+ | feed_type | query | string | No | 帖子类型: top(热门), recent(最新), reels(仅Reels)/Feed type: top, recent, or reels | top | None | None |
145
+ | pagination_token | query | string | No | 分页token/Pagination token | None | None | None |
146
+
147
+ #### Request Body
148
+
149
+ None
150
+
151
+ #### Success Response
152
+
153
+ ##### `200 application/json`
154
+
155
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
156
+
157
+ | Field | Type | Required | Description | Default | Example | Enum |
158
+ | --- | --- | --- | --- | --- | --- | --- |
159
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
160
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
161
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
162
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
163
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
164
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
165
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
166
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
167
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
168
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
169
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
170
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
171
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
172
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
173
+ | data | null | No | The response data \| 响应数据 | None | None | None |
174
+
175
+ <a id="get-api-u1-v1-instagram-v2-fetch-highlight-stories"></a>
176
+ ### `GET /api/u1/v1/instagram/v2/fetch_highlight_stories`
177
+
178
+ - Summary: 获取精选故事详情/Get highlight stories
179
+ - Capabilities: general
180
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
181
+ - operationId: `fetch_highlight_stories_api_v1_instagram_v2_fetch_highlight_stories_get`
182
+
183
+ #### Notes
184
+
185
+ > # [中文]
186
+ > ### 用途:
187
+ > - 获取指定精选(Highlight)中的所有故事
188
+ > - 需要先通过fetch_user_highlights获取精选ID
189
+ > ### 参数:
190
+ > - highlight_id: 精选ID(可带或不带"highlight:"前缀)
191
+ > ### 返回:
192
+ > - `data.items`: 故事列表,包含图片/视频URL、发布时间等
193
+ > ### 价格:
194
+ > - 0.002 USD/请求
195
+ >
196
+ > # [English]
197
+ > ### Purpose:
198
+ > - Get all stories in a specific highlight
199
+ > - Need to get highlight ID from fetch_user_highlights first
200
+ > ### Parameters:
201
+ > - highlight_id: Highlight ID (with or without "highlight:" prefix)
202
+ > ### Return:
203
+ > - `data.items`: List of stories with image/video URLs, publish time, etc.
204
+ > ### Price:
205
+ > - 0.002 USD/request
206
+ >
207
+ > # [示例/Example]
208
+ > highlight_id = "17895069621772257"
209
+
210
+ #### Parameters
211
+
212
+ | Field | In | Type | Required | Description | Default | Example | Enum |
213
+ | --- | --- | --- | --- | --- | --- | --- | --- |
214
+ | highlight_id | query | string | Yes | 精选ID/Highlight ID | None | 17895069621772257 | None |
215
+
216
+ #### Request Body
217
+
218
+ None
219
+
220
+ #### Success Response
221
+
222
+ ##### `200 application/json`
223
+
224
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
225
+
226
+ | Field | Type | Required | Description | Default | Example | Enum |
227
+ | --- | --- | --- | --- | --- | --- | --- |
228
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
229
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
230
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
231
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
232
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
233
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
234
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
235
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
236
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
237
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
238
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
239
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
240
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
241
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
242
+ | data | null | No | The response data \| 响应数据 | None | None | None |
243
+
244
+ <a id="get-api-u1-v1-instagram-v2-fetch-location-posts"></a>
245
+ ### `GET /api/u1/v1/instagram/v2/fetch_location_posts`
246
+
247
+ - Summary: 获取地点帖子/Get location posts
248
+ - Capabilities: content details
249
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
250
+ - operationId: `fetch_location_posts_api_v1_instagram_v2_fetch_location_posts_get`
251
+
252
+ #### Notes
253
+
254
+ > # [中文]
255
+ > ### 用途:
256
+ > - 获取指定地点的帖子列表
257
+ > - 地点ID可通过search_locations获取
258
+ > - 支持分页获取
259
+ > ### 参数:
260
+ > - location_id: 地点ID
261
+ > - pagination_token: 分页token,从上一次响应获取
262
+ > ### 返回:
263
+ > - `data.items`: 帖子列表
264
+ > - `pagination_token`: 下一页token
265
+ > ### 价格:
266
+ > - 0.002 USD/请求
267
+ >
268
+ > # [English]
269
+ > ### Purpose:
270
+ > - Get posts at specified location
271
+ > - Location ID can be obtained from search_locations
272
+ > - Support pagination
273
+ > ### Parameters:
274
+ > - location_id: Location ID
275
+ > - pagination_token: Pagination token from previous response
276
+ > ### Return:
277
+ > - `data.items`: List of posts
278
+ > - `pagination_token`: Next page token
279
+ > ### Price:
280
+ > - 0.002 USD/request
281
+ >
282
+ > # [示例/Example]
283
+ > location_id = "331004901"
284
+
285
+ #### Parameters
286
+
287
+ | Field | In | Type | Required | Description | Default | Example | Enum |
288
+ | --- | --- | --- | --- | --- | --- | --- | --- |
289
+ | location_id | query | string | Yes | 地点ID/Location ID | None | 331004901 | None |
290
+ | pagination_token | query | string | No | 分页token/Pagination token | None | None | None |
291
+
292
+ #### Request Body
293
+
294
+ None
295
+
296
+ #### Success Response
297
+
298
+ ##### `200 application/json`
299
+
300
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
301
+
302
+ | Field | Type | Required | Description | Default | Example | Enum |
303
+ | --- | --- | --- | --- | --- | --- | --- |
304
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
305
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
306
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
307
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
308
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
309
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
310
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
311
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
312
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
313
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
314
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
315
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
316
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
317
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
318
+ | data | null | No | The response data \| 响应数据 | None | None | None |
319
+
320
+ <a id="get-api-u1-v1-instagram-v2-fetch-music-posts"></a>
321
+ ### `GET /api/u1/v1/instagram/v2/fetch_music_posts`
322
+
323
+ - Summary: 获取音乐帖子/Get music posts
324
+ - Capabilities: content details / music / audio
325
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
326
+ - operationId: `fetch_music_posts_api_v1_instagram_v2_fetch_music_posts_get`
327
+
328
+ #### Notes
329
+
330
+ > # [中文]
331
+ > ### 用途:
332
+ > - 获取使用指定音乐的帖子列表
333
+ > - 音频ID可从帖子详情中获取
334
+ > - 支持分页获取
335
+ > ### 参数:
336
+ > - audio_canonical_id: 音频ID
337
+ > - pagination_token: 分页token,从上一次响应获取
338
+ > ### 返回:
339
+ > - `data.items`: 帖子列表
340
+ > - `pagination_token`: 下一页token
341
+ > ### 价格:
342
+ > - 0.002 USD/请求
343
+ >
344
+ > # [English]
345
+ > ### Purpose:
346
+ > - Get posts using specified music
347
+ > - Audio ID can be obtained from post details
348
+ > - Support pagination
349
+ > ### Parameters:
350
+ > - audio_canonical_id: Audio ID
351
+ > - pagination_token: Pagination token from previous response
352
+ > ### Return:
353
+ > - `data.items`: List of posts
354
+ > - `pagination_token`: Next page token
355
+ > ### Price:
356
+ > - 0.002 USD/request
357
+ >
358
+ > # [示例/Example]
359
+ > audio_canonical_id = "564058920086577"
360
+
361
+ #### Parameters
362
+
363
+ | Field | In | Type | Required | Description | Default | Example | Enum |
364
+ | --- | --- | --- | --- | --- | --- | --- | --- |
365
+ | audio_canonical_id | query | string | Yes | 音频ID/Audio ID | None | 564058920086577 | None |
366
+ | pagination_token | query | string | No | 分页token/Pagination token | None | None | None |
367
+
368
+ #### Request Body
369
+
370
+ None
371
+
372
+ #### Success Response
373
+
374
+ ##### `200 application/json`
375
+
376
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
377
+
378
+ | Field | Type | Required | Description | Default | Example | Enum |
379
+ | --- | --- | --- | --- | --- | --- | --- |
380
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
381
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
382
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
383
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
384
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
385
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
386
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
387
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
388
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
389
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
390
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
391
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
392
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
393
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
394
+ | data | null | No | The response data \| 响应数据 | None | None | None |
395
+
396
+ <a id="get-api-u1-v1-instagram-v2-fetch-post-comments"></a>
397
+ ### `GET /api/u1/v1/instagram/v2/fetch_post_comments`
398
+
399
+ - Summary: 获取帖子评论/Get post comments
400
+ - Capabilities: comments / content details
401
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
402
+ - operationId: `fetch_post_comments_api_v1_instagram_v2_fetch_post_comments_get`
403
+
404
+ #### Notes
405
+
406
+ > # [中文]
407
+ > ### 用途:
408
+ > - 获取帖子的评论列表
409
+ > - 支持按最新或热门排序
410
+ > - 支持分页获取
411
+ > ### 参数:
412
+ > - code_or_url: 帖子Shortcode或完整URL
413
+ > - sort_by: 排序方式,"recent"(最新)或"popular"(热门),默认recent
414
+ > - pagination_token: 分页token,从上一次响应获取
415
+ > ### 返回:
416
+ > - `data.items`: 评论列表
417
+ > - `pagination_token`: 下一页token
418
+ > ### 价格:
419
+ > - 0.002 USD/请求
420
+ >
421
+ > # [English]
422
+ > ### Purpose:
423
+ > - Get list of comments on the post
424
+ > - Support sorting by recent or popular
425
+ > - Support pagination
426
+ > ### Parameters:
427
+ > - code_or_url: Post shortcode or full URL
428
+ > - sort_by: Sort by "recent" or "popular", default recent
429
+ > - pagination_token: Pagination token from previous response
430
+ > ### Return:
431
+ > - `data.items`: List of comments
432
+ > - `pagination_token`: Next page token
433
+ > ### Price:
434
+ > - 0.002 USD/request
435
+ >
436
+ > # [示例/Example]
437
+ > code_or_url = "DRhvwVLAHAG"
438
+
439
+ #### Parameters
440
+
441
+ | Field | In | Type | Required | Description | Default | Example | Enum |
442
+ | --- | --- | --- | --- | --- | --- | --- | --- |
443
+ | code_or_url | query | string | Yes | 帖子Shortcode或URL/Post shortcode or URL | None | DRhvwVLAHAG | None |
444
+ | sort_by | query | string | No | 排序方式: recent(最新) 或 popular(热门)/Sort by: recent or popular | recent | recent | None |
445
+ | pagination_token | query | string | No | 分页token/Pagination token | None | None | None |
446
+
447
+ #### Request Body
448
+
449
+ None
450
+
451
+ #### Success Response
452
+
453
+ ##### `200 application/json`
454
+
455
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
456
+
457
+ | Field | Type | Required | Description | Default | Example | Enum |
458
+ | --- | --- | --- | --- | --- | --- | --- |
459
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
460
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
461
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
462
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
463
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
464
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
465
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
466
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
467
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
468
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
469
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
470
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
471
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
472
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
473
+ | data | null | No | The response data \| 响应数据 | None | None | None |
474
+
475
+ <a id="get-api-u1-v1-instagram-v2-fetch-post-info"></a>
476
+ ### `GET /api/u1/v1/instagram/v2/fetch_post_info`
477
+
478
+ - Summary: 获取帖子详情/Get post info
479
+ - Capabilities: content details
480
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
481
+ - operationId: `fetch_post_info_api_v1_instagram_v2_fetch_post_info_get`
482
+
483
+ #### Notes
484
+
485
+ > # [中文]
486
+ > ### 用途:
487
+ > - 获取Instagram帖子的详细信息
488
+ > - 支持Shortcode或完整URL
489
+ > ### 参数:
490
+ > - code_or_url: 帖子Shortcode或完整URL
491
+ > ### 返回:
492
+ > - `data`: 帖子详情,包含媒体资源、描述、点赞数、评论数等
493
+ > ### 价格:
494
+ > - 0.002 USD/请求
495
+ >
496
+ > # [English]
497
+ > ### Purpose:
498
+ > - Get detailed information of Instagram post
499
+ > - Support shortcode or full URL
500
+ > ### Parameters:
501
+ > - code_or_url: Post shortcode or full URL
502
+ > ### Return:
503
+ > - `data`: Post details including media, caption, likes, comments, etc.
504
+ > ### Price:
505
+ > - 0.002 USD/request
506
+ >
507
+ > # [示例/Example]
508
+ > code_or_url = "DRhvwVLAHAG"
509
+
510
+ #### Parameters
511
+
512
+ | Field | In | Type | Required | Description | Default | Example | Enum |
513
+ | --- | --- | --- | --- | --- | --- | --- | --- |
514
+ | code_or_url | query | string | Yes | 帖子Shortcode或URL/Post shortcode or URL | None | DRhvwVLAHAG | None |
515
+
516
+ #### Request Body
517
+
518
+ None
519
+
520
+ #### Success Response
521
+
522
+ ##### `200 application/json`
523
+
524
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
525
+
526
+ | Field | Type | Required | Description | Default | Example | Enum |
527
+ | --- | --- | --- | --- | --- | --- | --- |
528
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
529
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
530
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
531
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
532
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
533
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
534
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
535
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
536
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
537
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
538
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
539
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
540
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
541
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
542
+ | data | null | No | The response data \| 响应数据 | None | None | None |
543
+
544
+ <a id="get-api-u1-v1-instagram-v2-fetch-post-likes"></a>
545
+ ### `GET /api/u1/v1/instagram/v2/fetch_post_likes`
546
+
547
+ - Summary: 获取帖子点赞列表/Get post likes
548
+ - Capabilities: content details
549
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
550
+ - operationId: `fetch_post_likes_api_v1_instagram_v2_fetch_post_likes_get`
551
+
552
+ #### Notes
553
+
554
+ > # [中文]
555
+ > ### 用途:
556
+ > - 获取帖子的点赞用户列表
557
+ > - 支持分页获取
558
+ > ### 参数:
559
+ > - code_or_url: 帖子Shortcode或完整URL
560
+ > - end_cursor: 分页游标,从上一次响应获取
561
+ > ### 返回:
562
+ > - `data.items`: 点赞用户列表
563
+ > - `end_cursor`: 下一页游标
564
+ > ### 价格:
565
+ > - 0.002 USD/请求
566
+ >
567
+ > # [English]
568
+ > ### Purpose:
569
+ > - Get list of users who liked the post
570
+ > - Support pagination
571
+ > ### Parameters:
572
+ > - code_or_url: Post shortcode or full URL
573
+ > - end_cursor: Pagination cursor from previous response
574
+ > ### Return:
575
+ > - `data.items`: List of users who liked
576
+ > - `end_cursor`: Next page cursor
577
+ > ### Price:
578
+ > - 0.002 USD/request
579
+ >
580
+ > # [示例/Example]
581
+ > code_or_url = "DRhvwVLAHAG"
582
+
583
+ #### Parameters
584
+
585
+ | Field | In | Type | Required | Description | Default | Example | Enum |
586
+ | --- | --- | --- | --- | --- | --- | --- | --- |
587
+ | code_or_url | query | string | Yes | 帖子Shortcode或URL/Post shortcode or URL | None | DRhvwVLAHAG | None |
588
+ | end_cursor | query | string | No | 分页游标/Pagination cursor | None | None | None |
589
+
590
+ #### Request Body
591
+
592
+ None
593
+
594
+ #### Success Response
595
+
596
+ ##### `200 application/json`
597
+
598
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
599
+
600
+ | Field | Type | Required | Description | Default | Example | Enum |
601
+ | --- | --- | --- | --- | --- | --- | --- |
602
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
603
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
604
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
605
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
606
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
607
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
608
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
609
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
610
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
611
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
612
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
613
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
614
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
615
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
616
+ | data | null | No | The response data \| 响应数据 | None | None | None |
617
+
618
+ <a id="get-api-u1-v1-instagram-v2-fetch-similar-users"></a>
619
+ ### `GET /api/u1/v1/instagram/v2/fetch_similar_users`
620
+
621
+ - Summary: 获取相似用户/Get similar users
622
+ - Capabilities: profiles / accounts
623
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
624
+ - operationId: `fetch_similar_users_api_v1_instagram_v2_fetch_similar_users_get`
625
+
626
+ #### Notes
627
+
628
+ > # [中文]
629
+ > ### 用途:
630
+ > - 获取与指定用户相似的用户推荐列表
631
+ > - 基于Instagram的推荐算法
632
+ > ### 参数:
633
+ > - username: 用户名(与user_id二选一)
634
+ > - user_id: 用户ID(与username二选一)
635
+ > ### 返回:
636
+ > - `data.items`: 相似用户列表
637
+ > ### 价格:
638
+ > - 0.002 USD/请求
639
+ >
640
+ > # [English]
641
+ > ### Purpose:
642
+ > - Get recommended similar users
643
+ > - Based on Instagram's recommendation algorithm
644
+ > ### Parameters:
645
+ > - username: Username (either username or user_id required)
646
+ > - user_id: User ID (either username or user_id required)
647
+ > ### Return:
648
+ > - `data.items`: List of similar users
649
+ > ### Price:
650
+ > - 0.002 USD/request
651
+ >
652
+ > # [示例/Example]
653
+ > username = "instagram"
654
+
655
+ #### Parameters
656
+
657
+ | Field | In | Type | Required | Description | Default | Example | Enum |
658
+ | --- | --- | --- | --- | --- | --- | --- | --- |
659
+ | username | query | string | No | 用户名/Username | None | instagram | None |
660
+ | user_id | query | string | No | 用户ID/User ID | None | 18527 | None |
661
+
662
+ #### Request Body
663
+
664
+ None
665
+
666
+ #### Success Response
667
+
668
+ ##### `200 application/json`
669
+
670
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
671
+
672
+ | Field | Type | Required | Description | Default | Example | Enum |
673
+ | --- | --- | --- | --- | --- | --- | --- |
674
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
675
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
676
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
677
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
678
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
679
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
680
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
681
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
682
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
683
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
684
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
685
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
686
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
687
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
688
+ | data | null | No | The response data \| 响应数据 | None | None | None |
689
+
690
+ <a id="get-api-u1-v1-instagram-v2-fetch-user-followers"></a>
691
+ ### `GET /api/u1/v1/instagram/v2/fetch_user_followers`
692
+
693
+ - Summary: 获取用户粉丝/Get user followers
694
+ - Capabilities: profiles / accounts
695
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
696
+ - operationId: `fetch_user_followers_api_v1_instagram_v2_fetch_user_followers_get`
697
+
698
+ #### Notes
699
+
700
+ > # [中文]
701
+ > ### 用途:
702
+ > - 获取Instagram用户的粉丝列表
703
+ > - 支持分页获取
704
+ > ### 参数:
705
+ > - username: 用户名(与user_id二选一)
706
+ > - user_id: 用户ID(与username二选一)
707
+ > - pagination_token: 分页token,从上一次响应获取
708
+ > ### 返回:
709
+ > - `data.items`: 粉丝列表
710
+ > - `pagination_token`: 下一页token
711
+ > ### 价格:
712
+ > - 0.002 USD/请求
713
+ >
714
+ > # [English]
715
+ > ### Purpose:
716
+ > - Get list of followers of Instagram user
717
+ > - Support pagination
718
+ > ### Parameters:
719
+ > - username: Username (either username or user_id required)
720
+ > - user_id: User ID (either username or user_id required)
721
+ > - pagination_token: Pagination token from previous response
722
+ > ### Return:
723
+ > - `data.items`: List of followers
724
+ > - `pagination_token`: Next page token
725
+ > ### Price:
726
+ > - 0.002 USD/request
727
+ >
728
+ > # [示例/Example]
729
+ > username = "instagram"
730
+
731
+ #### Parameters
732
+
733
+ | Field | In | Type | Required | Description | Default | Example | Enum |
734
+ | --- | --- | --- | --- | --- | --- | --- | --- |
735
+ | username | query | string | No | 用户名/Username | None | instagram | None |
736
+ | user_id | query | string | No | 用户ID/User ID | None | 18527 | None |
737
+ | pagination_token | query | string | No | 分页token/Pagination token | None | None | None |
738
+
739
+ #### Request Body
740
+
741
+ None
742
+
743
+ #### Success Response
744
+
745
+ ##### `200 application/json`
746
+
747
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
748
+
749
+ | Field | Type | Required | Description | Default | Example | Enum |
750
+ | --- | --- | --- | --- | --- | --- | --- |
751
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
752
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
753
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
754
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
755
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
756
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
757
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
758
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
759
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
760
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
761
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
762
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
763
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
764
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
765
+ | data | null | No | The response data \| 响应数据 | None | None | None |
766
+
767
+ <a id="get-api-u1-v1-instagram-v2-fetch-user-following"></a>
768
+ ### `GET /api/u1/v1/instagram/v2/fetch_user_following`
769
+
770
+ - Summary: 获取用户关注/Get user following
771
+ - Capabilities: profiles / accounts
772
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
773
+ - operationId: `fetch_user_following_api_v1_instagram_v2_fetch_user_following_get`
774
+
775
+ #### Notes
776
+
777
+ > # [中文]
778
+ > ### 用途:
779
+ > - 获取Instagram用户关注的用户列表
780
+ > - 支持分页获取
781
+ > ### 参数:
782
+ > - username: 用户名(与user_id二选一)
783
+ > - user_id: 用户ID(与username二选一)
784
+ > - pagination_token: 分页token,从上一次响应获取
785
+ > ### 返回:
786
+ > - `data.items`: 关注列表
787
+ > - `pagination_token`: 下一页token
788
+ > ### 价格:
789
+ > - 0.002 USD/请求
790
+ >
791
+ > # [English]
792
+ > ### Purpose:
793
+ > - Get list of users that Instagram user is following
794
+ > - Support pagination
795
+ > ### Parameters:
796
+ > - username: Username (either username or user_id required)
797
+ > - user_id: User ID (either username or user_id required)
798
+ > - pagination_token: Pagination token from previous response
799
+ > ### Return:
800
+ > - `data.items`: List of following
801
+ > - `pagination_token`: Next page token
802
+ > ### Price:
803
+ > - 0.002 USD/request
804
+ >
805
+ > # [示例/Example]
806
+ > username = "instagram"
807
+
808
+ #### Parameters
809
+
810
+ | Field | In | Type | Required | Description | Default | Example | Enum |
811
+ | --- | --- | --- | --- | --- | --- | --- | --- |
812
+ | username | query | string | No | 用户名/Username | None | instagram | None |
813
+ | user_id | query | string | No | 用户ID/User ID | None | 18527 | None |
814
+ | pagination_token | query | string | No | 分页token/Pagination token | None | None | None |
815
+
816
+ #### Request Body
817
+
818
+ None
819
+
820
+ #### Success Response
821
+
822
+ ##### `200 application/json`
823
+
824
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
825
+
826
+ | Field | Type | Required | Description | Default | Example | Enum |
827
+ | --- | --- | --- | --- | --- | --- | --- |
828
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
829
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
830
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
831
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
832
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
833
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
834
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
835
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
836
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
837
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
838
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
839
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
840
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
841
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
842
+ | data | null | No | The response data \| 响应数据 | None | None | None |
843
+
844
+ <a id="get-api-u1-v1-instagram-v2-fetch-user-highlights"></a>
845
+ ### `GET /api/u1/v1/instagram/v2/fetch_user_highlights`
846
+
847
+ - Summary: 获取用户精选/Get user highlights
848
+ - Capabilities: profiles / accounts
849
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
850
+ - operationId: `fetch_user_highlights_api_v1_instagram_v2_fetch_user_highlights_get`
851
+
852
+ #### Notes
853
+
854
+ > # [中文]
855
+ > ### 用途:
856
+ > - 获取Instagram用户的精选故事(Highlights)列表
857
+ > - 精选是用户保存的故事合集
858
+ > ### 参数:
859
+ > - username: 用户名(与user_id二选一)
860
+ > - user_id: 用户ID(与username二选一)
861
+ > ### 返回:
862
+ > - `data.items`: 精选列表,包含精选ID、标题、封面等
863
+ > ### 价格:
864
+ > - 0.002 USD/请求
865
+ >
866
+ > # [English]
867
+ > ### Purpose:
868
+ > - Get Instagram user's highlights list
869
+ > - Highlights are saved story collections
870
+ > ### Parameters:
871
+ > - username: Username (either username or user_id required)
872
+ > - user_id: User ID (either username or user_id required)
873
+ > ### Return:
874
+ > - `data.items`: List of highlights with ID, title, cover, etc.
875
+ > ### Price:
876
+ > - 0.002 USD/request
877
+ >
878
+ > # [示例/Example]
879
+ > username = "instagram"
880
+
881
+ #### Parameters
882
+
883
+ | Field | In | Type | Required | Description | Default | Example | Enum |
884
+ | --- | --- | --- | --- | --- | --- | --- | --- |
885
+ | username | query | string | No | 用户名/Username | None | instagram | None |
886
+ | user_id | query | string | No | 用户ID/User ID | None | 18527 | None |
887
+
888
+ #### Request Body
889
+
890
+ None
891
+
892
+ #### Success Response
893
+
894
+ ##### `200 application/json`
895
+
896
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
897
+
898
+ | Field | Type | Required | Description | Default | Example | Enum |
899
+ | --- | --- | --- | --- | --- | --- | --- |
900
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
901
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
902
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
903
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
904
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
905
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
906
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
907
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
908
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
909
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
910
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
911
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
912
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
913
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
914
+ | data | null | No | The response data \| 响应数据 | None | None | None |
915
+
916
+ <a id="get-api-u1-v1-instagram-v2-fetch-user-info"></a>
917
+ ### `GET /api/u1/v1/instagram/v2/fetch_user_info`
918
+
919
+ - Summary: 获取用户信息/Get user info
920
+ - Capabilities: profiles / accounts
921
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
922
+ - operationId: `fetch_user_info_api_v1_instagram_v2_fetch_user_info_get`
923
+
924
+ #### Notes
925
+
926
+ > # [中文]
927
+ > ### 用途:
928
+ > - 获取Instagram用户的详细信息
929
+ > - 支持通过用户名或用户ID查询
930
+ > ### 参数:
931
+ > - username: 用户名(与user_id二选一)
932
+ > - user_id: 用户ID(与username二选一)
933
+ > ### 返回:
934
+ > - `data`: 用户信息,包含用户名、头像、简介、粉丝数、关注数、帖子数等
935
+ > - 此接口会返回用户的关于信息,包括国家,加入时间,是否认证等信息。
936
+ > ### 价格:
937
+ > - 0.002 USD/请求
938
+ >
939
+ > # [English]
940
+ > ### Purpose:
941
+ > - Get detailed Instagram user information
942
+ > - Support query by username or user ID
943
+ > ### Parameters:
944
+ > - username: Username (either username or user_id required)
945
+ > - user_id: User ID (either username or user_id required)
946
+ > ### Return:
947
+ > - `data`: User info including username, avatar, bio, followers, following, posts count, etc.
948
+ > - This endpoint returns user's about info including country, join date, verification status, etc.
949
+ > ### Price:
950
+ > - 0.002 USD/request
951
+ >
952
+ > # [示例/Example]
953
+ > username = "instagram"
954
+
955
+ #### Parameters
956
+
957
+ | Field | In | Type | Required | Description | Default | Example | Enum |
958
+ | --- | --- | --- | --- | --- | --- | --- | --- |
959
+ | username | query | string | No | 用户名/Username | None | instagram | None |
960
+ | user_id | query | string | No | 用户ID/User ID | None | 18527 | None |
961
+
962
+ #### Request Body
963
+
964
+ None
965
+
966
+ #### Success Response
967
+
968
+ ##### `200 application/json`
969
+
970
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
971
+
972
+ | Field | Type | Required | Description | Default | Example | Enum |
973
+ | --- | --- | --- | --- | --- | --- | --- |
974
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
975
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
976
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
977
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
978
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
979
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
980
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
981
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
982
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
983
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
984
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
985
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
986
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
987
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
988
+ | data | null | No | The response data \| 响应数据 | None | None | None |
989
+
990
+ <a id="get-api-u1-v1-instagram-v2-fetch-user-posts"></a>
991
+ ### `GET /api/u1/v1/instagram/v2/fetch_user_posts`
992
+
993
+ - Summary: 获取用户帖子/Get user posts
994
+ - Capabilities: profiles / accounts / content details
995
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
996
+ - operationId: `fetch_user_posts_api_v1_instagram_v2_fetch_user_posts_get`
997
+
998
+ #### Notes
999
+
1000
+ > # [中文]
1001
+ > ### 用途:
1002
+ > - 获取Instagram用户发布的帖子列表
1003
+ > - 支持分页获取
1004
+ > ### 参数:
1005
+ > - username: 用户名(与user_id二选一)
1006
+ > - user_id: 用户ID(与username二选一)
1007
+ > - pagination_token: 分页token,从上一次响应获取
1008
+ > ### 返回:
1009
+ > - `data.items`: 帖子列表
1010
+ > - `pagination_token`: 下一页token
1011
+ > ### 价格:
1012
+ > - 0.002 USD/请求
1013
+ >
1014
+ > # [English]
1015
+ > ### Purpose:
1016
+ > - Get list of posts published by Instagram user
1017
+ > - Support pagination
1018
+ > ### Parameters:
1019
+ > - username: Username (either username or user_id required)
1020
+ > - user_id: User ID (either username or user_id required)
1021
+ > - pagination_token: Pagination token from previous response
1022
+ > ### Return:
1023
+ > - `data.items`: List of posts
1024
+ > - `pagination_token`: Next page token
1025
+ > ### Price:
1026
+ > - 0.002 USD/request
1027
+ >
1028
+ > # [示例/Example]
1029
+ > username = "instagram"
1030
+
1031
+ #### Parameters
1032
+
1033
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1034
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1035
+ | username | query | string | No | 用户名/Username | None | instagram | None |
1036
+ | user_id | query | string | No | 用户ID/User ID | None | 18527 | None |
1037
+ | pagination_token | query | string | No | 分页token/Pagination token | None | None | None |
1038
+
1039
+ #### Request Body
1040
+
1041
+ None
1042
+
1043
+ #### Success Response
1044
+
1045
+ ##### `200 application/json`
1046
+
1047
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1048
+
1049
+ | Field | Type | Required | Description | Default | Example | Enum |
1050
+ | --- | --- | --- | --- | --- | --- | --- |
1051
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1052
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1053
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1054
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1055
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1056
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1057
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1058
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1059
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1060
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1061
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1062
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1063
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1064
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1065
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1066
+
1067
+ <a id="get-api-u1-v1-instagram-v2-fetch-user-reels"></a>
1068
+ ### `GET /api/u1/v1/instagram/v2/fetch_user_reels`
1069
+
1070
+ - Summary: 获取用户Reels/Get user reels
1071
+ - Capabilities: profiles / accounts
1072
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1073
+ - operationId: `fetch_user_reels_api_v1_instagram_v2_fetch_user_reels_get`
1074
+
1075
+ #### Notes
1076
+
1077
+ > # [中文]
1078
+ > ### 用途:
1079
+ > - 获取Instagram用户发布的Reels短视频列表
1080
+ > - 支持分页获取
1081
+ > ### 参数:
1082
+ > - username: 用户名(与user_id二选一)
1083
+ > - user_id: 用户ID(与username二选一)
1084
+ > - pagination_token: 分页token,从上一次响应获取
1085
+ > ### 返回:
1086
+ > - `data.items`: Reels列表
1087
+ > - `pagination_token`: 下一页token
1088
+ > ### 价格:
1089
+ > - 0.002 USD/请求
1090
+ >
1091
+ > # [English]
1092
+ > ### Purpose:
1093
+ > - Get list of Reels published by Instagram user
1094
+ > - Support pagination
1095
+ > ### Parameters:
1096
+ > - username: Username (either username or user_id required)
1097
+ > - user_id: User ID (either username or user_id required)
1098
+ > - pagination_token: Pagination token from previous response
1099
+ > ### Return:
1100
+ > - `data.items`: List of reels
1101
+ > - `pagination_token`: Next page token
1102
+ > ### Price:
1103
+ > - 0.002 USD/request
1104
+ >
1105
+ > # [示例/Example]
1106
+ > username = "instagram"
1107
+
1108
+ #### Parameters
1109
+
1110
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1111
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1112
+ | username | query | string | No | 用户名/Username | None | instagram | None |
1113
+ | user_id | query | string | No | 用户ID/User ID | None | 18527 | None |
1114
+ | pagination_token | query | string | No | 分页token/Pagination token | None | None | None |
1115
+
1116
+ #### Request Body
1117
+
1118
+ None
1119
+
1120
+ #### Success Response
1121
+
1122
+ ##### `200 application/json`
1123
+
1124
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1125
+
1126
+ | Field | Type | Required | Description | Default | Example | Enum |
1127
+ | --- | --- | --- | --- | --- | --- | --- |
1128
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1129
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1130
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1131
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1132
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1133
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1134
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1135
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1136
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1137
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1138
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1139
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1140
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1141
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1142
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1143
+
1144
+ <a id="get-api-u1-v1-instagram-v2-fetch-user-stories"></a>
1145
+ ### `GET /api/u1/v1/instagram/v2/fetch_user_stories`
1146
+
1147
+ - Summary: 获取用户故事/Get user stories
1148
+ - Capabilities: profiles / accounts
1149
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1150
+ - operationId: `fetch_user_stories_api_v1_instagram_v2_fetch_user_stories_get`
1151
+
1152
+ #### Notes
1153
+
1154
+ > # [中文]
1155
+ > ### 用途:
1156
+ > - 获取Instagram用户当前发布的故事(Stories)
1157
+ > - 故事在24小时后过期
1158
+ > ### 参数:
1159
+ > - username: 用户名(与user_id二选一)
1160
+ > - user_id: 用户ID(与username二选一)
1161
+ > ### 返回:
1162
+ > - `data.items`: 故事列表,包含图片/视频URL、发布时间等
1163
+ > ### 价格:
1164
+ > - 0.002 USD/请求
1165
+ >
1166
+ > # [English]
1167
+ > ### Purpose:
1168
+ > - Get current stories published by Instagram user
1169
+ > - Stories expire after 24 hours
1170
+ > ### Parameters:
1171
+ > - username: Username (either username or user_id required)
1172
+ > - user_id: User ID (either username or user_id required)
1173
+ > ### Return:
1174
+ > - `data.items`: List of stories with image/video URLs, publish time, etc.
1175
+ > ### Price:
1176
+ > - 0.002 USD/request
1177
+ >
1178
+ > # [示例/Example]
1179
+ > username = "instagram"
1180
+
1181
+ #### Parameters
1182
+
1183
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1184
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1185
+ | username | query | string | No | 用户名/Username | None | instagram | None |
1186
+ | user_id | query | string | No | 用户ID/User ID | None | 18527 | None |
1187
+
1188
+ #### Request Body
1189
+
1190
+ None
1191
+
1192
+ #### Success Response
1193
+
1194
+ ##### `200 application/json`
1195
+
1196
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1197
+
1198
+ | Field | Type | Required | Description | Default | Example | Enum |
1199
+ | --- | --- | --- | --- | --- | --- | --- |
1200
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1201
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1202
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1203
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1204
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1205
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1206
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1207
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1208
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1209
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1210
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1211
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1212
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1213
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1214
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1215
+
1216
+ <a id="get-api-u1-v1-instagram-v2-fetch-user-tagged-posts"></a>
1217
+ ### `GET /api/u1/v1/instagram/v2/fetch_user_tagged_posts`
1218
+
1219
+ - Summary: 获取用户被标记的帖子/Get user tagged posts
1220
+ - Capabilities: profiles / accounts / content details
1221
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1222
+ - operationId: `fetch_user_tagged_posts_api_v1_instagram_v2_fetch_user_tagged_posts_get`
1223
+
1224
+ #### Notes
1225
+
1226
+ > # [中文]
1227
+ > ### 用途:
1228
+ > - 获取其他用户标记了该用户的帖子列表
1229
+ > - 支持分页获取
1230
+ > ### 参数:
1231
+ > - username: 用户名(与user_id二选一)
1232
+ > - user_id: 用户ID(与username二选一)
1233
+ > - pagination_token: 分页token,从上一次响应获取
1234
+ > ### 返回:
1235
+ > - `data.items`: 帖子列表
1236
+ > - `pagination_token`: 下一页token
1237
+ > ### 价格:
1238
+ > - 0.002 USD/请求
1239
+ >
1240
+ > # [English]
1241
+ > ### Purpose:
1242
+ > - Get posts where the user is tagged by others
1243
+ > - Support pagination
1244
+ > ### Parameters:
1245
+ > - username: Username (either username or user_id required)
1246
+ > - user_id: User ID (either username or user_id required)
1247
+ > - pagination_token: Pagination token from previous response
1248
+ > ### Return:
1249
+ > - `data.items`: List of posts
1250
+ > - `pagination_token`: Next page token
1251
+ > ### Price:
1252
+ > - 0.002 USD/request
1253
+ >
1254
+ > # [示例/Example]
1255
+ > username = "instagram"
1256
+
1257
+ #### Parameters
1258
+
1259
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1260
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1261
+ | username | query | string | No | 用户名/Username | None | instagram | None |
1262
+ | user_id | query | string | No | 用户ID/User ID | None | 18527 | None |
1263
+ | pagination_token | query | string | No | 分页token/Pagination token | None | None | None |
1264
+
1265
+ #### Request Body
1266
+
1267
+ None
1268
+
1269
+ #### Success Response
1270
+
1271
+ ##### `200 application/json`
1272
+
1273
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1274
+
1275
+ | Field | Type | Required | Description | Default | Example | Enum |
1276
+ | --- | --- | --- | --- | --- | --- | --- |
1277
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1278
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1279
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1280
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1281
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1282
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1283
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1284
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1285
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1286
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1287
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1288
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1289
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1290
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1291
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1292
+
1293
+ <a id="get-api-u1-v1-instagram-v2-general-search"></a>
1294
+ ### `GET /api/u1/v1/instagram/v2/general_search`
1295
+
1296
+ - Summary: 综合搜索/General search
1297
+ - Capabilities: search
1298
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1299
+ - operationId: `general_search_api_v1_instagram_v2_general_search_get`
1300
+
1301
+ #### Notes
1302
+
1303
+ > # [中文]
1304
+ > ### 用途:
1305
+ > - 根据关键词进行Instagram综合搜索
1306
+ > - 支持分页获取
1307
+ > ### 参数:
1308
+ > - keyword: 搜索关键词
1309
+ > - pagination_token: 分页token,从上一次响应获取
1310
+ > ### 返回:
1311
+ > - `data.items`: 综合搜索结果列表,包含用户、帖子、Reels等
1312
+ > - `pagination_token`: 下一页token
1313
+ > ### 价格:
1314
+ > - 0.002 USD/请求
1315
+ >
1316
+ > # [English]
1317
+ > ### Purpose:
1318
+ > - Perform general search on Instagram by keyword
1319
+ > - Support pagination
1320
+ > ### Parameters:
1321
+ > - keyword: Search keyword
1322
+ > - pagination_token: Pagination token from previous response
1323
+ > ### Return:
1324
+ > - `data.items`: List of general search results including users, posts, reels, etc.
1325
+ > - `pagination_token`: Next page token
1326
+ > ### Price:
1327
+ > - 0.002 USD/request
1328
+ >
1329
+ > # [示例/Example]
1330
+ > keyword = "cat"
1331
+
1332
+ #### Parameters
1333
+
1334
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1335
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1336
+ | keyword | query | string | Yes | 搜索关键词/Search keyword | None | cat | None |
1337
+ | pagination_token | query | string | No | 分页token/Pagination token | None | None | None |
1338
+
1339
+ #### Request Body
1340
+
1341
+ None
1342
+
1343
+ #### Success Response
1344
+
1345
+ ##### `200 application/json`
1346
+
1347
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1348
+
1349
+ | Field | Type | Required | Description | Default | Example | Enum |
1350
+ | --- | --- | --- | --- | --- | --- | --- |
1351
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1352
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1353
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1354
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1355
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1356
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1357
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1358
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1359
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1360
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1361
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1362
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1363
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1364
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1365
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1366
+
1367
+ <a id="get-api-u1-v1-instagram-v2-media-id-to-shortcode"></a>
1368
+ ### `GET /api/u1/v1/instagram/v2/media_id_to_shortcode`
1369
+
1370
+ - Summary: Media ID转Shortcode/Convert media ID to shortcode
1371
+ - Capabilities: media / download
1372
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1373
+ - operationId: `media_id_to_shortcode_api_v1_instagram_v2_media_id_to_shortcode_get`
1374
+
1375
+ #### Notes
1376
+
1377
+ > # [中文]
1378
+ > ### 用途:
1379
+ > - 将Instagram帖子的Media ID转换为Shortcode
1380
+ > - Shortcode可用于构建帖子URL:instagram.com/p/{shortcode}/
1381
+ > ### 参数:
1382
+ > - media_id: 帖子的Media ID
1383
+ > ### 返回:
1384
+ > - `status`: 转换状态
1385
+ > - `media_id`: 原始Media ID
1386
+ > - `shortcode`: 转换后的Shortcode
1387
+ > ### 价格:
1388
+ > - 0.002 USD/请求
1389
+ >
1390
+ > # [English]
1391
+ > ### Purpose:
1392
+ > - Convert Instagram post media ID to shortcode
1393
+ > - Shortcode can be used to construct post URL: instagram.com/p/{shortcode}/
1394
+ > ### Parameters:
1395
+ > - media_id: Post media ID
1396
+ > ### Return:
1397
+ > - `status`: Conversion status
1398
+ > - `media_id`: Original media ID
1399
+ > - `shortcode`: Converted shortcode
1400
+ > ### Price:
1401
+ > - 0.002 USD/request
1402
+ >
1403
+ > # [示例/Example]
1404
+ > media_id = "3774507992167247878"
1405
+
1406
+ #### Parameters
1407
+
1408
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1409
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1410
+ | media_id | query | string | Yes | 帖子Media ID/Post media ID | None | 3774507992167247878 | None |
1411
+
1412
+ #### Request Body
1413
+
1414
+ None
1415
+
1416
+ #### Success Response
1417
+
1418
+ ##### `200 application/json`
1419
+
1420
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1421
+
1422
+ | Field | Type | Required | Description | Default | Example | Enum |
1423
+ | --- | --- | --- | --- | --- | --- | --- |
1424
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1425
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1426
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1427
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1428
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1429
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1430
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1431
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1432
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1433
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1434
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1435
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1436
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1437
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1438
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1439
+
1440
+ <a id="get-api-u1-v1-instagram-v2-search-by-coordinates"></a>
1441
+ ### `GET /api/u1/v1/instagram/v2/search_by_coordinates`
1442
+
1443
+ - Summary: 根据坐标搜索地点/Search locations by coordinates
1444
+ - Capabilities: search
1445
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1446
+ - operationId: `search_by_coordinates_api_v1_instagram_v2_search_by_coordinates_get`
1447
+
1448
+ #### Notes
1449
+
1450
+ > # [中文]
1451
+ > ### 用途:
1452
+ > - 根据GPS坐标搜索附近的Instagram地点
1453
+ > ### 参数:
1454
+ > - latitude: 纬度
1455
+ > - longitude: 经度
1456
+ > ### 返回:
1457
+ > - `data.items`: 附近地点列表,包含名称、地址、分类等
1458
+ > ### 价格:
1459
+ > - 0.002 USD/请求
1460
+ >
1461
+ > # [English]
1462
+ > ### Purpose:
1463
+ > - Search nearby Instagram locations by GPS coordinates
1464
+ > ### Parameters:
1465
+ > - latitude: Latitude
1466
+ > - longitude: Longitude
1467
+ > ### Return:
1468
+ > - `data.items`: List of nearby locations with name, address, category, etc.
1469
+ > ### Price:
1470
+ > - 0.002 USD/request
1471
+ >
1472
+ > # [示例/Example]
1473
+ > latitude = 40.7
1474
+ > longitude = -74
1475
+
1476
+ #### Parameters
1477
+
1478
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1479
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1480
+ | latitude | query | number | Yes | 纬度/Latitude | None | 40.7 | None |
1481
+ | longitude | query | number | Yes | 经度/Longitude | None | -74 | None |
1482
+
1483
+ #### Request Body
1484
+
1485
+ None
1486
+
1487
+ #### Success Response
1488
+
1489
+ ##### `200 application/json`
1490
+
1491
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1492
+
1493
+ | Field | Type | Required | Description | Default | Example | Enum |
1494
+ | --- | --- | --- | --- | --- | --- | --- |
1495
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1496
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1497
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1498
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1499
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1500
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1501
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1502
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1503
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1504
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1505
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1506
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1507
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1508
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1509
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1510
+
1511
+ <a id="get-api-u1-v1-instagram-v2-search-hashtags"></a>
1512
+ ### `GET /api/u1/v1/instagram/v2/search_hashtags`
1513
+
1514
+ - Summary: 搜索话题标签/Search hashtags
1515
+ - Capabilities: search / topics
1516
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1517
+ - operationId: `search_hashtags_api_v1_instagram_v2_search_hashtags_get`
1518
+
1519
+ #### Notes
1520
+
1521
+ > # [中文]
1522
+ > ### 用途:
1523
+ > - 根据关键词搜索Instagram话题标签
1524
+ > ### 参数:
1525
+ > - keyword: 搜索关键词
1526
+ > ### 返回:
1527
+ > - `data.items`: 话题标签列表,包含名称、帖子数量等
1528
+ > ### 价格:
1529
+ > - 0.002 USD/请求
1530
+ >
1531
+ > # [English]
1532
+ > ### Purpose:
1533
+ > - Search Instagram hashtags by keyword
1534
+ > ### Parameters:
1535
+ > - keyword: Search keyword
1536
+ > ### Return:
1537
+ > - `data.items`: List of hashtags with name, post count, etc.
1538
+ > ### Price:
1539
+ > - 0.002 USD/request
1540
+ >
1541
+ > # [示例/Example]
1542
+ > keyword = "cat"
1543
+
1544
+ #### Parameters
1545
+
1546
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1547
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1548
+ | keyword | query | string | Yes | 搜索关键词/Search keyword | None | cat | None |
1549
+
1550
+ #### Request Body
1551
+
1552
+ None
1553
+
1554
+ #### Success Response
1555
+
1556
+ ##### `200 application/json`
1557
+
1558
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1559
+
1560
+ | Field | Type | Required | Description | Default | Example | Enum |
1561
+ | --- | --- | --- | --- | --- | --- | --- |
1562
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1563
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1564
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1565
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1566
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1567
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1568
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1569
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1570
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1571
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1572
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1573
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1574
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1575
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1576
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1577
+
1578
+ <a id="get-api-u1-v1-instagram-v2-search-locations"></a>
1579
+ ### `GET /api/u1/v1/instagram/v2/search_locations`
1580
+
1581
+ - Summary: 搜索地点/Search locations
1582
+ - Capabilities: search
1583
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1584
+ - operationId: `search_locations_api_v1_instagram_v2_search_locations_get`
1585
+
1586
+ #### Notes
1587
+
1588
+ > # [中文]
1589
+ > ### 用途:
1590
+ > - 根据关键词搜索Instagram地点
1591
+ > ### 参数:
1592
+ > - keyword: 搜索关键词(地点名称、城市等)
1593
+ > ### 返回:
1594
+ > - `data.items`: 地点列表,包含名称、地址、坐标等
1595
+ > ### 价格:
1596
+ > - 0.002 USD/请求
1597
+ >
1598
+ > # [English]
1599
+ > ### Purpose:
1600
+ > - Search Instagram locations by keyword
1601
+ > ### Parameters:
1602
+ > - keyword: Search keyword (location name, city, etc.)
1603
+ > ### Return:
1604
+ > - `data.items`: List of locations with name, address, coordinates, etc.
1605
+ > ### Price:
1606
+ > - 0.002 USD/request
1607
+ >
1608
+ > # [示例/Example]
1609
+ > keyword = "paris"
1610
+
1611
+ #### Parameters
1612
+
1613
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1614
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1615
+ | keyword | query | string | Yes | 搜索关键词/Search keyword | None | paris | None |
1616
+
1617
+ #### Request Body
1618
+
1619
+ None
1620
+
1621
+ #### Success Response
1622
+
1623
+ ##### `200 application/json`
1624
+
1625
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1626
+
1627
+ | Field | Type | Required | Description | Default | Example | Enum |
1628
+ | --- | --- | --- | --- | --- | --- | --- |
1629
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1630
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1631
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1632
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1633
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1634
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1635
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1636
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1637
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1638
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1639
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1640
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1641
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1642
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1643
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1644
+
1645
+ <a id="get-api-u1-v1-instagram-v2-search-music"></a>
1646
+ ### `GET /api/u1/v1/instagram/v2/search_music`
1647
+
1648
+ - Summary: 搜索音乐/Search music
1649
+ - Capabilities: search / music / audio
1650
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1651
+ - operationId: `search_music_api_v1_instagram_v2_search_music_get`
1652
+
1653
+ #### Notes
1654
+
1655
+ > # [中文]
1656
+ > ### 用途:
1657
+ > - 根据关键词搜索Instagram上可用的音乐
1658
+ > ### 参数:
1659
+ > - keyword: 搜索关键词
1660
+ > ### 返回:
1661
+ > - `data.items`: 音乐列表,包含标题、艺术家、时长、音频ID等
1662
+ > ### 价格:
1663
+ > - 0.002 USD/请求
1664
+ >
1665
+ > # [English]
1666
+ > ### Purpose:
1667
+ > - Search available music on Instagram by keyword
1668
+ > ### Parameters:
1669
+ > - keyword: Search keyword
1670
+ > ### Return:
1671
+ > - `data.items`: List of music with title, artist, duration, audio ID, etc.
1672
+ > ### Price:
1673
+ > - 0.002 USD/request
1674
+ >
1675
+ > # [示例/Example]
1676
+ > keyword = "happy"
1677
+
1678
+ #### Parameters
1679
+
1680
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1681
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1682
+ | keyword | query | string | Yes | 搜索关键词/Search keyword | None | happy | None |
1683
+
1684
+ #### Request Body
1685
+
1686
+ None
1687
+
1688
+ #### Success Response
1689
+
1690
+ ##### `200 application/json`
1691
+
1692
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1693
+
1694
+ | Field | Type | Required | Description | Default | Example | Enum |
1695
+ | --- | --- | --- | --- | --- | --- | --- |
1696
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1697
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1698
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1699
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1700
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1701
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1702
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1703
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1704
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1705
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1706
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1707
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1708
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1709
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1710
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1711
+
1712
+ <a id="get-api-u1-v1-instagram-v2-search-reels"></a>
1713
+ ### `GET /api/u1/v1/instagram/v2/search_reels`
1714
+
1715
+ - Summary: 搜索Reels/Search reels
1716
+ - Capabilities: search
1717
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1718
+ - operationId: `search_reels_api_v1_instagram_v2_search_reels_get`
1719
+
1720
+ #### Notes
1721
+
1722
+ > # [中文]
1723
+ > ### 用途:
1724
+ > - 根据关键词搜索Instagram Reels短视频
1725
+ > - 支持分页获取
1726
+ > ### 参数:
1727
+ > - keyword: 搜索关键词
1728
+ > - pagination_token: 分页token,从上一次响应获取
1729
+ > ### 返回:
1730
+ > - `data.items`: Reels列表
1731
+ > - `pagination_token`: 下一页token
1732
+ > ### 价格:
1733
+ > - 0.002 USD/请求
1734
+ >
1735
+ > # [English]
1736
+ > ### Purpose:
1737
+ > - Search Instagram Reels by keyword
1738
+ > - Support pagination
1739
+ > ### Parameters:
1740
+ > - keyword: Search keyword
1741
+ > - pagination_token: Pagination token from previous response
1742
+ > ### Return:
1743
+ > - `data.items`: List of reels
1744
+ > - `pagination_token`: Next page token
1745
+ > ### Price:
1746
+ > - 0.002 USD/request
1747
+ >
1748
+ > # [示例/Example]
1749
+ > keyword = "cat"
1750
+
1751
+ #### Parameters
1752
+
1753
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1754
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1755
+ | keyword | query | string | Yes | 搜索关键词/Search keyword | None | cat | None |
1756
+ | pagination_token | query | string | No | 分页token/Pagination token | None | None | None |
1757
+
1758
+ #### Request Body
1759
+
1760
+ None
1761
+
1762
+ #### Success Response
1763
+
1764
+ ##### `200 application/json`
1765
+
1766
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1767
+
1768
+ | Field | Type | Required | Description | Default | Example | Enum |
1769
+ | --- | --- | --- | --- | --- | --- | --- |
1770
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1771
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1772
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1773
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1774
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1775
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1776
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1777
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1778
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1779
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1780
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1781
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1782
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1783
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1784
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1785
+
1786
+ <a id="get-api-u1-v1-instagram-v2-search-users"></a>
1787
+ ### `GET /api/u1/v1/instagram/v2/search_users`
1788
+
1789
+ - Summary: 搜索用户/Search users
1790
+ - Capabilities: search / profiles / accounts
1791
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1792
+ - operationId: `search_users_api_v1_instagram_v2_search_users_get`
1793
+
1794
+ #### Notes
1795
+
1796
+ > # [中文]
1797
+ > ### 用途:
1798
+ > - 根据关键词搜索Instagram用户
1799
+ > ### 参数:
1800
+ > - keyword: 搜索关键词
1801
+ > ### 返回:
1802
+ > - `data.items`: 用户列表
1803
+ > ### 价格:
1804
+ > - 0.002 USD/请求
1805
+ >
1806
+ > # [English]
1807
+ > ### Purpose:
1808
+ > - Search Instagram users by keyword
1809
+ > ### Parameters:
1810
+ > - keyword: Search keyword
1811
+ > ### Return:
1812
+ > - `data.items`: List of users
1813
+ > ### Price:
1814
+ > - 0.002 USD/request
1815
+ >
1816
+ > # [示例/Example]
1817
+ > keyword = "instagram"
1818
+
1819
+ #### Parameters
1820
+
1821
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1822
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1823
+ | keyword | query | string | Yes | 搜索关键词/Search keyword | None | instagram | None |
1824
+
1825
+ #### Request Body
1826
+
1827
+ None
1828
+
1829
+ #### Success Response
1830
+
1831
+ ##### `200 application/json`
1832
+
1833
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1834
+
1835
+ | Field | Type | Required | Description | Default | Example | Enum |
1836
+ | --- | --- | --- | --- | --- | --- | --- |
1837
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1838
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1839
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1840
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1841
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1842
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1843
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1844
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1845
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1846
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1847
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1848
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1849
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1850
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1851
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1852
+
1853
+ <a id="get-api-u1-v1-instagram-v2-shortcode-to-media-id"></a>
1854
+ ### `GET /api/u1/v1/instagram/v2/shortcode_to_media_id`
1855
+
1856
+ - Summary: Shortcode转Media ID/Convert shortcode to media ID
1857
+ - Capabilities: media / download
1858
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1859
+ - operationId: `shortcode_to_media_id_api_v1_instagram_v2_shortcode_to_media_id_get`
1860
+
1861
+ #### Notes
1862
+
1863
+ > # [中文]
1864
+ > ### 用途:
1865
+ > - 将Instagram帖子的Shortcode转换为Media ID
1866
+ > - Shortcode是帖子URL中的唯一标识,如 instagram.com/p/DRhvwVLAHAG/ 中的 DRhvwVLAHAG
1867
+ > ### 参数:
1868
+ > - shortcode: 帖子的Shortcode
1869
+ > ### 返回:
1870
+ > - `status`: 转换状态
1871
+ > - `shortcode`: 原始Shortcode
1872
+ > - `media_id`: 转换后的Media ID
1873
+ > ### 价格:
1874
+ > - 0.002 USD/请求
1875
+ >
1876
+ > # [English]
1877
+ > ### Purpose:
1878
+ > - Convert Instagram post shortcode to media ID
1879
+ > - Shortcode is the unique identifier in post URL, e.g., DRhvwVLAHAG in instagram.com/p/DRhvwVLAHAG/
1880
+ > ### Parameters:
1881
+ > - shortcode: Post shortcode
1882
+ > ### Return:
1883
+ > - `status`: Conversion status
1884
+ > - `shortcode`: Original shortcode
1885
+ > - `media_id`: Converted media ID
1886
+ > ### Price:
1887
+ > - 0.002 USD/request
1888
+ >
1889
+ > # [示例/Example]
1890
+ > shortcode = "DRhvwVLAHAG"
1891
+
1892
+ #### Parameters
1893
+
1894
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1895
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1896
+ | shortcode | query | string | Yes | 帖子Shortcode/Post shortcode | None | DRhvwVLAHAG | None |
1897
+
1898
+ #### Request Body
1899
+
1900
+ None
1901
+
1902
+ #### Success Response
1903
+
1904
+ ##### `200 application/json`
1905
+
1906
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1907
+
1908
+ | Field | Type | Required | Description | Default | Example | Enum |
1909
+ | --- | --- | --- | --- | --- | --- | --- |
1910
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1911
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1912
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1913
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1914
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1915
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1916
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1917
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1918
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1919
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1920
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1921
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1922
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1923
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1924
+ | data | null | No | The response data \| 响应数据 | None | None | None |
1925
+
1926
+ <a id="get-api-u1-v1-instagram-v2-user-id-to-username"></a>
1927
+ ### `GET /api/u1/v1/instagram/v2/user_id_to_username`
1928
+
1929
+ - Summary: 用户ID转用户信息/Get user info by user ID
1930
+ - Capabilities: profiles / accounts
1931
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1932
+ - operationId: `user_id_to_username_api_v1_instagram_v2_user_id_to_username_get`
1933
+
1934
+ #### Notes
1935
+
1936
+ > # [中文]
1937
+ > ### 用途:
1938
+ > - 通过Instagram用户ID获取用户信息
1939
+ > - 可用于将用户ID转换为用户名及获取完整用户资料
1940
+ > ### 参数:
1941
+ > - user_id: 用户ID
1942
+ > ### 返回:
1943
+ > - `pk`/`pk_id`: 用户ID
1944
+ > - `username`: 用户名
1945
+ > - `full_name`: 用户全名
1946
+ > - `is_private`: 是否私密账户
1947
+ > - `is_verified`: 是否已认证
1948
+ > - `profile_pic_url`: 头像URL
1949
+ > - `biography`: 个人简介
1950
+ > - `follower_count`: 粉丝数
1951
+ > - `following_count`: 关注数
1952
+ > - `media_count`: 帖子数
1953
+ > ### 价格:
1954
+ > - 0.002 USD/请求
1955
+ >
1956
+ > # [English]
1957
+ > ### Purpose:
1958
+ > - Get user info by Instagram user ID
1959
+ > - Can be used to convert user ID to username and get full profile
1960
+ > ### Parameters:
1961
+ > - user_id: User ID
1962
+ > ### Return:
1963
+ > - `pk`/`pk_id`: User ID
1964
+ > - `username`: Username
1965
+ > - `full_name`: Full name
1966
+ > - `is_private`: Whether account is private
1967
+ > - `is_verified`: Whether account is verified
1968
+ > - `profile_pic_url`: Profile picture URL
1969
+ > - `biography`: Bio
1970
+ > - `follower_count`: Followers count
1971
+ > - `following_count`: Following count
1972
+ > - `media_count`: Posts count
1973
+ > ### Price:
1974
+ > - 0.002 USD/request
1975
+ >
1976
+ > # [示例/Example]
1977
+ > user_id = "18527"
1978
+
1979
+ #### Parameters
1980
+
1981
+ | Field | In | Type | Required | Description | Default | Example | Enum |
1982
+ | --- | --- | --- | --- | --- | --- | --- | --- |
1983
+ | user_id | query | string | Yes | 用户ID/User ID | None | 18527 | None |
1984
+
1985
+ #### Request Body
1986
+
1987
+ None
1988
+
1989
+ #### Success Response
1990
+
1991
+ ##### `200 application/json`
1992
+
1993
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1994
+
1995
+ | Field | Type | Required | Description | Default | Example | Enum |
1996
+ | --- | --- | --- | --- | --- | --- | --- |
1997
+ | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1998
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1999
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
2000
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
2001
+ | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
2002
+ | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
2003
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
2004
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
2005
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
2006
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
2007
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
2008
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
2009
+ | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
2010
+ | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
2011
+ | data | null | No | The response data \| 响应数据 | None | None | None |