@tikomni/skills 0.1.2 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (480) hide show
  1. package/.skill-package-allowlist.txt +1 -3
  2. package/README.md +41 -49
  3. package/README.zh-CN.md +43 -51
  4. package/bin/tikomni-skills.js +2 -2
  5. package/env.example +37 -56
  6. package/package.json +7 -3
  7. package/skills/social-media-crawl/SKILL.md +53 -0
  8. package/skills/social-media-crawl/agents/openai.yaml +5 -0
  9. package/skills/social-media-crawl/references/contracts/output-envelope.md +22 -0
  10. package/skills/social-media-crawl/references/contracts/work-fact-card-fields.md +48 -0
  11. package/skills/social-media-crawl/references/guides/generic-mcp-objects.md +30 -0
  12. package/skills/social-media-crawl/references/mcp-usage-contract.md +30 -0
  13. package/skills/social-media-crawl/references/pipelines/douyin-creator-home.md +7 -0
  14. package/skills/social-media-crawl/references/pipelines/douyin-single-work.md +7 -0
  15. package/skills/social-media-crawl/references/pipelines/xiaohongshu-creator-home.md +7 -0
  16. package/skills/social-media-crawl/references/pipelines/xiaohongshu-single-work.md +7 -0
  17. package/skills/social-media-crawl/references/schemas/creator-profile.schema.json +33 -0
  18. package/skills/social-media-crawl/references/schemas/output-envelope.schema.json +41 -0
  19. package/skills/social-media-crawl/references/schemas/work-collection.schema.json +29 -0
  20. package/skills/social-media-crawl/references/schemas/work-fact-card.schema.json +67 -0
  21. package/skills/social-media-crawl/references/service-guides/u2-u3-mandatory-fallback.md +21 -0
  22. package/skills/social-media-crawl/scripts/__init__.py +2 -0
  23. package/skills/social-media-crawl/scripts/core/__init__.py +2 -0
  24. package/skills/{creator-analysis/scripts/pipeline/asr → social-media-crawl/scripts/core}/asr_pipeline.py +252 -9
  25. package/skills/social-media-crawl/scripts/core/completeness.py +83 -0
  26. package/skills/{single-work-analysis → social-media-crawl}/scripts/core/config_loader.py +108 -167
  27. package/skills/social-media-crawl/scripts/core/mcp_dispatch.py +145 -0
  28. package/skills/social-media-crawl/scripts/core/object_detection.py +63 -0
  29. package/skills/{creator-analysis/scripts/pipeline/asr → social-media-crawl/scripts/core}/poll_u2_task.py +6 -2
  30. package/skills/{single-work-analysis → social-media-crawl}/scripts/core/progress_report.py +32 -0
  31. package/skills/social-media-crawl/scripts/core/storage_router.py +160 -0
  32. package/skills/{creator-analysis → social-media-crawl}/scripts/core/tikomni_common.py +13 -3
  33. package/skills/social-media-crawl/scripts/core/u3_fallback.py +328 -0
  34. package/skills/social-media-crawl/scripts/pipelines/__init__.py +2 -0
  35. package/skills/social-media-crawl/scripts/pipelines/douyin_creator_home_helpers.py +35 -0
  36. package/skills/social-media-crawl/scripts/pipelines/douyin_platform_adapter.py +7 -0
  37. package/skills/{creator-analysis/scripts/author_home/asr → social-media-crawl/scripts/pipelines}/home_asr.py +1 -1
  38. package/skills/{creator-analysis/scripts/author_home/adapters → social-media-crawl/scripts/pipelines}/platform_adapters.py +8 -2
  39. package/skills/social-media-crawl/scripts/pipelines/run_douyin_creator_home.py +237 -0
  40. package/skills/{single-work-analysis/scripts/platform/douyin/run_douyin_single_video.py → social-media-crawl/scripts/pipelines/run_douyin_single_work.py} +282 -174
  41. package/skills/social-media-crawl/scripts/pipelines/run_xiaohongshu_creator_home.py +237 -0
  42. package/skills/{single-work-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py → social-media-crawl/scripts/pipelines/run_xiaohongshu_single_work.py} +290 -141
  43. package/skills/{creator-analysis/scripts/author_home → social-media-crawl/scripts/pipelines}/schema.py +1 -1
  44. package/skills/social-media-crawl/scripts/pipelines/xiaohongshu_creator_home_helpers.py +35 -0
  45. package/skills/social-media-crawl/scripts/pipelines/xiaohongshu_platform_adapter.py +7 -0
  46. package/skills/social-media-crawl/scripts/writers/__init__.py +1 -0
  47. package/skills/social-media-crawl/scripts/writers/write_work_fact_card.py +391 -0
  48. package/skills/creator-analysis/SKILL.md +0 -95
  49. package/skills/creator-analysis/agents/openai.yaml +0 -4
  50. package/skills/creator-analysis/env.example +0 -36
  51. package/skills/creator-analysis/references/api-capability-index.md +0 -92
  52. package/skills/creator-analysis/references/api-contracts/asr-api.md +0 -130
  53. package/skills/creator-analysis/references/api-contracts/bilibili-app-api.md +0 -776
  54. package/skills/creator-analysis/references/api-contracts/bilibili-web-api.md +0 -2017
  55. package/skills/creator-analysis/references/api-contracts/demo-api.md +0 -717
  56. package/skills/creator-analysis/references/api-contracts/douyin-app-v3-api.md +0 -3594
  57. package/skills/creator-analysis/references/api-contracts/douyin-billboard-api.md +0 -2274
  58. package/skills/creator-analysis/references/api-contracts/douyin-creator-api.md +0 -1575
  59. package/skills/creator-analysis/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  60. package/skills/creator-analysis/references/api-contracts/douyin-search-api.md +0 -4118
  61. package/skills/creator-analysis/references/api-contracts/douyin-web-api.md +0 -5544
  62. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-api.md +0 -1916
  63. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  64. package/skills/creator-analysis/references/api-contracts/health-check.md +0 -69
  65. package/skills/creator-analysis/references/api-contracts/hybrid-parsing.md +0 -78
  66. package/skills/creator-analysis/references/api-contracts/instagram-v1-api.md +0 -2256
  67. package/skills/creator-analysis/references/api-contracts/instagram-v2-api.md +0 -2011
  68. package/skills/creator-analysis/references/api-contracts/instagram-v3-api.md +0 -2630
  69. package/skills/creator-analysis/references/api-contracts/ios-shortcut.md +0 -44
  70. package/skills/creator-analysis/references/api-contracts/kuaishou-app-api.md +0 -1518
  71. package/skills/creator-analysis/references/api-contracts/kuaishou-web-api.md +0 -1242
  72. package/skills/creator-analysis/references/api-contracts/lemon8-app-api.md +0 -1088
  73. package/skills/creator-analysis/references/api-contracts/linkedin-web-api.md +0 -1949
  74. package/skills/creator-analysis/references/api-contracts/media-ingest-api.md +0 -126
  75. package/skills/creator-analysis/references/api-contracts/pipixia-app-api.md +0 -1142
  76. package/skills/creator-analysis/references/api-contracts/reddit-app-api.md +0 -2025
  77. package/skills/creator-analysis/references/api-contracts/sora2-api.md +0 -2266
  78. package/skills/creator-analysis/references/api-contracts/temp-mail-api.md +0 -208
  79. package/skills/creator-analysis/references/api-contracts/threads-web-api.md +0 -897
  80. package/skills/creator-analysis/references/api-contracts/tikhub-downloader-api.md +0 -134
  81. package/skills/creator-analysis/references/api-contracts/tikhub-user-api.md +0 -494
  82. package/skills/creator-analysis/references/api-contracts/tiktok-ads-api.md +0 -5947
  83. package/skills/creator-analysis/references/api-contracts/tiktok-analytics-api.md +0 -968
  84. package/skills/creator-analysis/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  85. package/skills/creator-analysis/references/api-contracts/tiktok-creator-api.md +0 -1951
  86. package/skills/creator-analysis/references/api-contracts/tiktok-interaction-api.md +0 -742
  87. package/skills/creator-analysis/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  88. package/skills/creator-analysis/references/api-contracts/tiktok-web-api.md +0 -4448
  89. package/skills/creator-analysis/references/api-contracts/toutiao-app-api.md +0 -342
  90. package/skills/creator-analysis/references/api-contracts/toutiao-web-api.md +0 -143
  91. package/skills/creator-analysis/references/api-contracts/twitter-web-api.md +0 -989
  92. package/skills/creator-analysis/references/api-contracts/wechat-channels-api.md +0 -809
  93. package/skills/creator-analysis/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  94. package/skills/creator-analysis/references/api-contracts/weibo-app-api.md +0 -1547
  95. package/skills/creator-analysis/references/api-contracts/weibo-web-api.md +0 -798
  96. package/skills/creator-analysis/references/api-contracts/weibo-web-v2-api.md +0 -2459
  97. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  98. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  99. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  100. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  101. package/skills/creator-analysis/references/api-contracts/xigua-app-v2-api.md +0 -489
  102. package/skills/creator-analysis/references/api-contracts/youtube-web-api.md +0 -2636
  103. package/skills/creator-analysis/references/api-contracts/youtube-web-v2-api.md +0 -2660
  104. package/skills/creator-analysis/references/api-contracts/zhihu-web-api.md +0 -2315
  105. package/skills/creator-analysis/references/api-tags/asr-api.md +0 -100
  106. package/skills/creator-analysis/references/api-tags/bilibili-app-api.md +0 -482
  107. package/skills/creator-analysis/references/api-tags/bilibili-web-api.md +0 -1267
  108. package/skills/creator-analysis/references/api-tags/demo-api.md +0 -365
  109. package/skills/creator-analysis/references/api-tags/douyin-app-v3-api.md +0 -2012
  110. package/skills/creator-analysis/references/api-tags/douyin-billboard-api.md +0 -1428
  111. package/skills/creator-analysis/references/api-tags/douyin-creator-api.md +0 -694
  112. package/skills/creator-analysis/references/api-tags/douyin-creator-v2-api.md +0 -694
  113. package/skills/creator-analysis/references/api-tags/douyin-search-api.md +0 -1059
  114. package/skills/creator-analysis/references/api-tags/douyin-web-api.md +0 -3314
  115. package/skills/creator-analysis/references/api-tags/douyin-xingtu-api.md +0 -935
  116. package/skills/creator-analysis/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  117. package/skills/creator-analysis/references/api-tags/health-check.md +0 -40
  118. package/skills/creator-analysis/references/api-tags/hybrid-parsing.md +0 -57
  119. package/skills/creator-analysis/references/api-tags/instagram-v1-api.md +0 -1224
  120. package/skills/creator-analysis/references/api-tags/instagram-v2-api.md +0 -1147
  121. package/skills/creator-analysis/references/api-tags/instagram-v3-api.md +0 -1123
  122. package/skills/creator-analysis/references/api-tags/ios-shortcut.md +0 -45
  123. package/skills/creator-analysis/references/api-tags/kuaishou-app-api.md +0 -846
  124. package/skills/creator-analysis/references/api-tags/kuaishou-web-api.md +0 -551
  125. package/skills/creator-analysis/references/api-tags/lemon8-app-api.md +0 -687
  126. package/skills/creator-analysis/references/api-tags/linkedin-web-api.md +0 -1105
  127. package/skills/creator-analysis/references/api-tags/media-ingest-api.md +0 -112
  128. package/skills/creator-analysis/references/api-tags/pipixia-app-api.md +0 -721
  129. package/skills/creator-analysis/references/api-tags/reddit-app-api.md +0 -1057
  130. package/skills/creator-analysis/references/api-tags/sora2-api.md +0 -737
  131. package/skills/creator-analysis/references/api-tags/temp-mail-api.md +0 -136
  132. package/skills/creator-analysis/references/api-tags/threads-web-api.md +0 -472
  133. package/skills/creator-analysis/references/api-tags/tikhub-downloader-api.md +0 -65
  134. package/skills/creator-analysis/references/api-tags/tikhub-user-api.md +0 -253
  135. package/skills/creator-analysis/references/api-tags/tiktok-ads-api.md +0 -1393
  136. package/skills/creator-analysis/references/api-tags/tiktok-analytics-api.md +0 -179
  137. package/skills/creator-analysis/references/api-tags/tiktok-app-v3-api.md +0 -3264
  138. package/skills/creator-analysis/references/api-tags/tiktok-creator-api.md +0 -709
  139. package/skills/creator-analysis/references/api-tags/tiktok-interaction-api.md +0 -366
  140. package/skills/creator-analysis/references/api-tags/tiktok-shop-web-api.md +0 -663
  141. package/skills/creator-analysis/references/api-tags/tiktok-web-api.md +0 -2516
  142. package/skills/creator-analysis/references/api-tags/toutiao-app-api.md +0 -220
  143. package/skills/creator-analysis/references/api-tags/toutiao-web-api.md +0 -96
  144. package/skills/creator-analysis/references/api-tags/twitter-web-api.md +0 -562
  145. package/skills/creator-analysis/references/api-tags/wechat-channels-api.md +0 -405
  146. package/skills/creator-analysis/references/api-tags/wechat-media-platform-web-api.md +0 -431
  147. package/skills/creator-analysis/references/api-tags/weibo-app-api.md +0 -851
  148. package/skills/creator-analysis/references/api-tags/weibo-web-api.md +0 -470
  149. package/skills/creator-analysis/references/api-tags/weibo-web-v2-api.md +0 -1405
  150. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-api.md +0 -534
  151. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  152. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-api.md +0 -757
  153. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  154. package/skills/creator-analysis/references/api-tags/xigua-app-v2-api.md +0 -308
  155. package/skills/creator-analysis/references/api-tags/youtube-web-api.md +0 -934
  156. package/skills/creator-analysis/references/api-tags/youtube-web-v2-api.md +0 -717
  157. package/skills/creator-analysis/references/api-tags/zhihu-web-api.md +0 -1384
  158. package/skills/creator-analysis/references/asr-orchestration.md +0 -33
  159. package/skills/creator-analysis/references/config-templates/defaults.yaml +0 -60
  160. package/skills/creator-analysis/references/contracts/creator-card-fields.md +0 -25
  161. package/skills/creator-analysis/references/contracts/work-card-fields.md +0 -68
  162. package/skills/creator-analysis/references/platform-guides/douyin.md +0 -54
  163. package/skills/creator-analysis/references/platform-guides/generic.md +0 -50
  164. package/skills/creator-analysis/references/platform-guides/xiaohongshu.md +0 -69
  165. package/skills/creator-analysis/references/prompt-contracts/asr-clean.md +0 -28
  166. package/skills/creator-analysis/references/prompt-contracts/author-analysis-v2.md +0 -46
  167. package/skills/creator-analysis/references/prompt-contracts/author-analysis.md +0 -49
  168. package/skills/creator-analysis/references/prompt-contracts/cta.md +0 -24
  169. package/skills/creator-analysis/references/prompt-contracts/hook.md +0 -25
  170. package/skills/creator-analysis/references/prompt-contracts/insight.md +0 -47
  171. package/skills/creator-analysis/references/prompt-contracts/sampled-work-batch-explanations.md +0 -30
  172. package/skills/creator-analysis/references/prompt-contracts/structure.md +0 -25
  173. package/skills/creator-analysis/references/prompt-contracts/style.md +0 -27
  174. package/skills/creator-analysis/references/prompt-contracts/summary.md +0 -29
  175. package/skills/creator-analysis/references/prompt-contracts/topic.md +0 -29
  176. package/skills/creator-analysis/references/schemas/author-analysis-input-v1.schema.json +0 -325
  177. package/skills/creator-analysis/references/schemas/author-analysis-v2.schema.json +0 -287
  178. package/skills/creator-analysis/references/schemas/sampled-work-batch-explanations.schema.json +0 -41
  179. package/skills/creator-analysis/references/service-guides/asr-u2-u3-fallback.md +0 -75
  180. package/skills/creator-analysis/references/workflow.md +0 -23
  181. package/skills/creator-analysis/scripts/__init__.py +0 -0
  182. package/skills/creator-analysis/scripts/author_home/__init__.py +0 -0
  183. package/skills/creator-analysis/scripts/author_home/adapters/__init__.py +0 -0
  184. package/skills/creator-analysis/scripts/author_home/analyzers/__init__.py +0 -0
  185. package/skills/creator-analysis/scripts/author_home/analyzers/author_analysis_v2_support.py +0 -1165
  186. package/skills/creator-analysis/scripts/author_home/analyzers/prompt_first_analyzers.py +0 -447
  187. package/skills/creator-analysis/scripts/author_home/analyzers/sampled_work_batch_explainer.py +0 -331
  188. package/skills/creator-analysis/scripts/author_home/asr/__init__.py +0 -5
  189. package/skills/creator-analysis/scripts/author_home/builders/__init__.py +0 -0
  190. package/skills/creator-analysis/scripts/author_home/builders/home_builders.py +0 -213
  191. package/skills/creator-analysis/scripts/author_home/collectors/__init__.py +0 -0
  192. package/skills/creator-analysis/scripts/author_home/orchestrator/__init__.py +0 -0
  193. package/skills/creator-analysis/scripts/author_home/orchestrator/run_author_analysis.py +0 -834
  194. package/skills/creator-analysis/scripts/author_home/orchestrator/work_analysis_artifacts.py +0 -609
  195. package/skills/creator-analysis/scripts/core/__init__.py +0 -0
  196. package/skills/creator-analysis/scripts/core/analysis_pipeline.py +0 -133
  197. package/skills/creator-analysis/scripts/core/config_loader.py +0 -418
  198. package/skills/creator-analysis/scripts/core/progress_report.py +0 -111
  199. package/skills/creator-analysis/scripts/core/storage_router.py +0 -256
  200. package/skills/creator-analysis/scripts/pipeline/__init__.py +0 -0
  201. package/skills/creator-analysis/scripts/pipeline/asr/__init__.py +0 -0
  202. package/skills/creator-analysis/scripts/platform/__init__.py +0 -0
  203. package/skills/creator-analysis/scripts/platform/douyin/__init__.py +0 -0
  204. package/skills/creator-analysis/scripts/platform/douyin/run_douyin_single_video.py +0 -1208
  205. package/skills/creator-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  206. package/skills/creator-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +0 -2128
  207. package/skills/creator-analysis/scripts/writers/__init__.py +0 -0
  208. package/skills/creator-analysis/scripts/writers/write_author_homepage_samples.py +0 -107
  209. package/skills/creator-analysis/scripts/writers/write_benchmark_card.py +0 -1579
  210. package/skills/meta-capability/SKILL.md +0 -69
  211. package/skills/meta-capability/agents/openai.yaml +0 -4
  212. package/skills/meta-capability/env.example +0 -42
  213. package/skills/meta-capability/references/api-capability-index.md +0 -92
  214. package/skills/meta-capability/references/api-contracts/asr-api.md +0 -130
  215. package/skills/meta-capability/references/api-contracts/bilibili-app-api.md +0 -776
  216. package/skills/meta-capability/references/api-contracts/bilibili-web-api.md +0 -2017
  217. package/skills/meta-capability/references/api-contracts/demo-api.md +0 -717
  218. package/skills/meta-capability/references/api-contracts/douyin-app-v3-api.md +0 -3594
  219. package/skills/meta-capability/references/api-contracts/douyin-billboard-api.md +0 -2274
  220. package/skills/meta-capability/references/api-contracts/douyin-creator-api.md +0 -1575
  221. package/skills/meta-capability/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  222. package/skills/meta-capability/references/api-contracts/douyin-search-api.md +0 -4118
  223. package/skills/meta-capability/references/api-contracts/douyin-web-api.md +0 -5544
  224. package/skills/meta-capability/references/api-contracts/douyin-xingtu-api.md +0 -1916
  225. package/skills/meta-capability/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  226. package/skills/meta-capability/references/api-contracts/health-check.md +0 -69
  227. package/skills/meta-capability/references/api-contracts/hybrid-parsing.md +0 -78
  228. package/skills/meta-capability/references/api-contracts/instagram-v1-api.md +0 -2256
  229. package/skills/meta-capability/references/api-contracts/instagram-v2-api.md +0 -2011
  230. package/skills/meta-capability/references/api-contracts/instagram-v3-api.md +0 -2630
  231. package/skills/meta-capability/references/api-contracts/ios-shortcut.md +0 -44
  232. package/skills/meta-capability/references/api-contracts/kuaishou-app-api.md +0 -1518
  233. package/skills/meta-capability/references/api-contracts/kuaishou-web-api.md +0 -1242
  234. package/skills/meta-capability/references/api-contracts/lemon8-app-api.md +0 -1088
  235. package/skills/meta-capability/references/api-contracts/linkedin-web-api.md +0 -1949
  236. package/skills/meta-capability/references/api-contracts/media-ingest-api.md +0 -126
  237. package/skills/meta-capability/references/api-contracts/pipixia-app-api.md +0 -1142
  238. package/skills/meta-capability/references/api-contracts/reddit-app-api.md +0 -2025
  239. package/skills/meta-capability/references/api-contracts/sora2-api.md +0 -2266
  240. package/skills/meta-capability/references/api-contracts/temp-mail-api.md +0 -208
  241. package/skills/meta-capability/references/api-contracts/threads-web-api.md +0 -897
  242. package/skills/meta-capability/references/api-contracts/tikhub-downloader-api.md +0 -134
  243. package/skills/meta-capability/references/api-contracts/tikhub-user-api.md +0 -494
  244. package/skills/meta-capability/references/api-contracts/tiktok-ads-api.md +0 -5947
  245. package/skills/meta-capability/references/api-contracts/tiktok-analytics-api.md +0 -968
  246. package/skills/meta-capability/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  247. package/skills/meta-capability/references/api-contracts/tiktok-creator-api.md +0 -1951
  248. package/skills/meta-capability/references/api-contracts/tiktok-interaction-api.md +0 -742
  249. package/skills/meta-capability/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  250. package/skills/meta-capability/references/api-contracts/tiktok-web-api.md +0 -4448
  251. package/skills/meta-capability/references/api-contracts/toutiao-app-api.md +0 -342
  252. package/skills/meta-capability/references/api-contracts/toutiao-web-api.md +0 -143
  253. package/skills/meta-capability/references/api-contracts/twitter-web-api.md +0 -989
  254. package/skills/meta-capability/references/api-contracts/wechat-channels-api.md +0 -809
  255. package/skills/meta-capability/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  256. package/skills/meta-capability/references/api-contracts/weibo-app-api.md +0 -1547
  257. package/skills/meta-capability/references/api-contracts/weibo-web-api.md +0 -798
  258. package/skills/meta-capability/references/api-contracts/weibo-web-v2-api.md +0 -2459
  259. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  260. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  261. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  262. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  263. package/skills/meta-capability/references/api-contracts/xigua-app-v2-api.md +0 -489
  264. package/skills/meta-capability/references/api-contracts/youtube-web-api.md +0 -2636
  265. package/skills/meta-capability/references/api-contracts/youtube-web-v2-api.md +0 -2660
  266. package/skills/meta-capability/references/api-contracts/zhihu-web-api.md +0 -2315
  267. package/skills/meta-capability/references/api-tags/asr-api.md +0 -100
  268. package/skills/meta-capability/references/api-tags/bilibili-app-api.md +0 -482
  269. package/skills/meta-capability/references/api-tags/bilibili-web-api.md +0 -1267
  270. package/skills/meta-capability/references/api-tags/demo-api.md +0 -365
  271. package/skills/meta-capability/references/api-tags/douyin-app-v3-api.md +0 -2012
  272. package/skills/meta-capability/references/api-tags/douyin-billboard-api.md +0 -1428
  273. package/skills/meta-capability/references/api-tags/douyin-creator-api.md +0 -694
  274. package/skills/meta-capability/references/api-tags/douyin-creator-v2-api.md +0 -694
  275. package/skills/meta-capability/references/api-tags/douyin-search-api.md +0 -1059
  276. package/skills/meta-capability/references/api-tags/douyin-web-api.md +0 -3314
  277. package/skills/meta-capability/references/api-tags/douyin-xingtu-api.md +0 -935
  278. package/skills/meta-capability/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  279. package/skills/meta-capability/references/api-tags/health-check.md +0 -40
  280. package/skills/meta-capability/references/api-tags/hybrid-parsing.md +0 -57
  281. package/skills/meta-capability/references/api-tags/instagram-v1-api.md +0 -1224
  282. package/skills/meta-capability/references/api-tags/instagram-v2-api.md +0 -1147
  283. package/skills/meta-capability/references/api-tags/instagram-v3-api.md +0 -1123
  284. package/skills/meta-capability/references/api-tags/ios-shortcut.md +0 -45
  285. package/skills/meta-capability/references/api-tags/kuaishou-app-api.md +0 -846
  286. package/skills/meta-capability/references/api-tags/kuaishou-web-api.md +0 -551
  287. package/skills/meta-capability/references/api-tags/lemon8-app-api.md +0 -687
  288. package/skills/meta-capability/references/api-tags/linkedin-web-api.md +0 -1105
  289. package/skills/meta-capability/references/api-tags/media-ingest-api.md +0 -112
  290. package/skills/meta-capability/references/api-tags/pipixia-app-api.md +0 -721
  291. package/skills/meta-capability/references/api-tags/reddit-app-api.md +0 -1057
  292. package/skills/meta-capability/references/api-tags/sora2-api.md +0 -737
  293. package/skills/meta-capability/references/api-tags/temp-mail-api.md +0 -136
  294. package/skills/meta-capability/references/api-tags/threads-web-api.md +0 -472
  295. package/skills/meta-capability/references/api-tags/tikhub-downloader-api.md +0 -65
  296. package/skills/meta-capability/references/api-tags/tikhub-user-api.md +0 -253
  297. package/skills/meta-capability/references/api-tags/tiktok-ads-api.md +0 -1393
  298. package/skills/meta-capability/references/api-tags/tiktok-analytics-api.md +0 -179
  299. package/skills/meta-capability/references/api-tags/tiktok-app-v3-api.md +0 -3264
  300. package/skills/meta-capability/references/api-tags/tiktok-creator-api.md +0 -709
  301. package/skills/meta-capability/references/api-tags/tiktok-interaction-api.md +0 -366
  302. package/skills/meta-capability/references/api-tags/tiktok-shop-web-api.md +0 -663
  303. package/skills/meta-capability/references/api-tags/tiktok-web-api.md +0 -2516
  304. package/skills/meta-capability/references/api-tags/toutiao-app-api.md +0 -220
  305. package/skills/meta-capability/references/api-tags/toutiao-web-api.md +0 -96
  306. package/skills/meta-capability/references/api-tags/twitter-web-api.md +0 -562
  307. package/skills/meta-capability/references/api-tags/wechat-channels-api.md +0 -405
  308. package/skills/meta-capability/references/api-tags/wechat-media-platform-web-api.md +0 -431
  309. package/skills/meta-capability/references/api-tags/weibo-app-api.md +0 -851
  310. package/skills/meta-capability/references/api-tags/weibo-web-api.md +0 -470
  311. package/skills/meta-capability/references/api-tags/weibo-web-v2-api.md +0 -1405
  312. package/skills/meta-capability/references/api-tags/xiaohongshu-app-api.md +0 -534
  313. package/skills/meta-capability/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  314. package/skills/meta-capability/references/api-tags/xiaohongshu-web-api.md +0 -757
  315. package/skills/meta-capability/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  316. package/skills/meta-capability/references/api-tags/xigua-app-v2-api.md +0 -308
  317. package/skills/meta-capability/references/api-tags/youtube-web-api.md +0 -934
  318. package/skills/meta-capability/references/api-tags/youtube-web-v2-api.md +0 -717
  319. package/skills/meta-capability/references/api-tags/zhihu-web-api.md +0 -1384
  320. package/skills/meta-capability/references/config-templates/defaults.yaml +0 -18
  321. package/skills/meta-capability/references/dispatch.md +0 -27
  322. package/skills/meta-capability/references/execution-guidelines.md +0 -25
  323. package/skills/meta-capability/references/implemented-route-map.md +0 -177
  324. package/skills/meta-capability/references/service-guides/asr-u2-u3-fallback.md +0 -75
  325. package/skills/meta-capability/scripts/__init__.py +0 -1
  326. package/skills/meta-capability/scripts/call_route.py +0 -141
  327. package/skills/meta-capability/scripts/core/__init__.py +0 -1
  328. package/skills/meta-capability/scripts/core/bootstrap_env.py +0 -32
  329. package/skills/meta-capability/scripts/core/config_loader.py +0 -204
  330. package/skills/meta-capability/scripts/core/tikomni_common.py +0 -443
  331. package/skills/meta-capability/scripts/test_auth.py +0 -98
  332. package/skills/single-work-analysis/SKILL.md +0 -62
  333. package/skills/single-work-analysis/agents/openai.yaml +0 -4
  334. package/skills/single-work-analysis/env.example +0 -36
  335. package/skills/single-work-analysis/references/api-capability-index.md +0 -92
  336. package/skills/single-work-analysis/references/api-contracts/asr-api.md +0 -130
  337. package/skills/single-work-analysis/references/api-contracts/bilibili-app-api.md +0 -776
  338. package/skills/single-work-analysis/references/api-contracts/bilibili-web-api.md +0 -2017
  339. package/skills/single-work-analysis/references/api-contracts/demo-api.md +0 -717
  340. package/skills/single-work-analysis/references/api-contracts/douyin-app-v3-api.md +0 -3594
  341. package/skills/single-work-analysis/references/api-contracts/douyin-billboard-api.md +0 -2274
  342. package/skills/single-work-analysis/references/api-contracts/douyin-creator-api.md +0 -1575
  343. package/skills/single-work-analysis/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  344. package/skills/single-work-analysis/references/api-contracts/douyin-search-api.md +0 -4118
  345. package/skills/single-work-analysis/references/api-contracts/douyin-web-api.md +0 -5544
  346. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-api.md +0 -1916
  347. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  348. package/skills/single-work-analysis/references/api-contracts/health-check.md +0 -69
  349. package/skills/single-work-analysis/references/api-contracts/hybrid-parsing.md +0 -78
  350. package/skills/single-work-analysis/references/api-contracts/instagram-v1-api.md +0 -2256
  351. package/skills/single-work-analysis/references/api-contracts/instagram-v2-api.md +0 -2011
  352. package/skills/single-work-analysis/references/api-contracts/instagram-v3-api.md +0 -2630
  353. package/skills/single-work-analysis/references/api-contracts/ios-shortcut.md +0 -44
  354. package/skills/single-work-analysis/references/api-contracts/kuaishou-app-api.md +0 -1518
  355. package/skills/single-work-analysis/references/api-contracts/kuaishou-web-api.md +0 -1242
  356. package/skills/single-work-analysis/references/api-contracts/lemon8-app-api.md +0 -1088
  357. package/skills/single-work-analysis/references/api-contracts/linkedin-web-api.md +0 -1949
  358. package/skills/single-work-analysis/references/api-contracts/media-ingest-api.md +0 -126
  359. package/skills/single-work-analysis/references/api-contracts/pipixia-app-api.md +0 -1142
  360. package/skills/single-work-analysis/references/api-contracts/reddit-app-api.md +0 -2025
  361. package/skills/single-work-analysis/references/api-contracts/sora2-api.md +0 -2266
  362. package/skills/single-work-analysis/references/api-contracts/temp-mail-api.md +0 -208
  363. package/skills/single-work-analysis/references/api-contracts/threads-web-api.md +0 -897
  364. package/skills/single-work-analysis/references/api-contracts/tikhub-downloader-api.md +0 -134
  365. package/skills/single-work-analysis/references/api-contracts/tikhub-user-api.md +0 -494
  366. package/skills/single-work-analysis/references/api-contracts/tiktok-ads-api.md +0 -5947
  367. package/skills/single-work-analysis/references/api-contracts/tiktok-analytics-api.md +0 -968
  368. package/skills/single-work-analysis/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  369. package/skills/single-work-analysis/references/api-contracts/tiktok-creator-api.md +0 -1951
  370. package/skills/single-work-analysis/references/api-contracts/tiktok-interaction-api.md +0 -742
  371. package/skills/single-work-analysis/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  372. package/skills/single-work-analysis/references/api-contracts/tiktok-web-api.md +0 -4448
  373. package/skills/single-work-analysis/references/api-contracts/toutiao-app-api.md +0 -342
  374. package/skills/single-work-analysis/references/api-contracts/toutiao-web-api.md +0 -143
  375. package/skills/single-work-analysis/references/api-contracts/twitter-web-api.md +0 -989
  376. package/skills/single-work-analysis/references/api-contracts/wechat-channels-api.md +0 -809
  377. package/skills/single-work-analysis/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  378. package/skills/single-work-analysis/references/api-contracts/weibo-app-api.md +0 -1547
  379. package/skills/single-work-analysis/references/api-contracts/weibo-web-api.md +0 -798
  380. package/skills/single-work-analysis/references/api-contracts/weibo-web-v2-api.md +0 -2459
  381. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  382. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  383. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  384. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  385. package/skills/single-work-analysis/references/api-contracts/xigua-app-v2-api.md +0 -489
  386. package/skills/single-work-analysis/references/api-contracts/youtube-web-api.md +0 -2636
  387. package/skills/single-work-analysis/references/api-contracts/youtube-web-v2-api.md +0 -2660
  388. package/skills/single-work-analysis/references/api-contracts/zhihu-web-api.md +0 -2315
  389. package/skills/single-work-analysis/references/api-tags/asr-api.md +0 -100
  390. package/skills/single-work-analysis/references/api-tags/bilibili-app-api.md +0 -482
  391. package/skills/single-work-analysis/references/api-tags/bilibili-web-api.md +0 -1267
  392. package/skills/single-work-analysis/references/api-tags/demo-api.md +0 -365
  393. package/skills/single-work-analysis/references/api-tags/douyin-app-v3-api.md +0 -2012
  394. package/skills/single-work-analysis/references/api-tags/douyin-billboard-api.md +0 -1428
  395. package/skills/single-work-analysis/references/api-tags/douyin-creator-api.md +0 -694
  396. package/skills/single-work-analysis/references/api-tags/douyin-creator-v2-api.md +0 -694
  397. package/skills/single-work-analysis/references/api-tags/douyin-search-api.md +0 -1059
  398. package/skills/single-work-analysis/references/api-tags/douyin-web-api.md +0 -3314
  399. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-api.md +0 -935
  400. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  401. package/skills/single-work-analysis/references/api-tags/health-check.md +0 -40
  402. package/skills/single-work-analysis/references/api-tags/hybrid-parsing.md +0 -57
  403. package/skills/single-work-analysis/references/api-tags/instagram-v1-api.md +0 -1224
  404. package/skills/single-work-analysis/references/api-tags/instagram-v2-api.md +0 -1147
  405. package/skills/single-work-analysis/references/api-tags/instagram-v3-api.md +0 -1123
  406. package/skills/single-work-analysis/references/api-tags/ios-shortcut.md +0 -45
  407. package/skills/single-work-analysis/references/api-tags/kuaishou-app-api.md +0 -846
  408. package/skills/single-work-analysis/references/api-tags/kuaishou-web-api.md +0 -551
  409. package/skills/single-work-analysis/references/api-tags/lemon8-app-api.md +0 -687
  410. package/skills/single-work-analysis/references/api-tags/linkedin-web-api.md +0 -1105
  411. package/skills/single-work-analysis/references/api-tags/media-ingest-api.md +0 -112
  412. package/skills/single-work-analysis/references/api-tags/pipixia-app-api.md +0 -721
  413. package/skills/single-work-analysis/references/api-tags/reddit-app-api.md +0 -1057
  414. package/skills/single-work-analysis/references/api-tags/sora2-api.md +0 -737
  415. package/skills/single-work-analysis/references/api-tags/temp-mail-api.md +0 -136
  416. package/skills/single-work-analysis/references/api-tags/threads-web-api.md +0 -472
  417. package/skills/single-work-analysis/references/api-tags/tikhub-downloader-api.md +0 -65
  418. package/skills/single-work-analysis/references/api-tags/tikhub-user-api.md +0 -253
  419. package/skills/single-work-analysis/references/api-tags/tiktok-ads-api.md +0 -1393
  420. package/skills/single-work-analysis/references/api-tags/tiktok-analytics-api.md +0 -179
  421. package/skills/single-work-analysis/references/api-tags/tiktok-app-v3-api.md +0 -3264
  422. package/skills/single-work-analysis/references/api-tags/tiktok-creator-api.md +0 -709
  423. package/skills/single-work-analysis/references/api-tags/tiktok-interaction-api.md +0 -366
  424. package/skills/single-work-analysis/references/api-tags/tiktok-shop-web-api.md +0 -663
  425. package/skills/single-work-analysis/references/api-tags/tiktok-web-api.md +0 -2516
  426. package/skills/single-work-analysis/references/api-tags/toutiao-app-api.md +0 -220
  427. package/skills/single-work-analysis/references/api-tags/toutiao-web-api.md +0 -96
  428. package/skills/single-work-analysis/references/api-tags/twitter-web-api.md +0 -562
  429. package/skills/single-work-analysis/references/api-tags/wechat-channels-api.md +0 -405
  430. package/skills/single-work-analysis/references/api-tags/wechat-media-platform-web-api.md +0 -431
  431. package/skills/single-work-analysis/references/api-tags/weibo-app-api.md +0 -851
  432. package/skills/single-work-analysis/references/api-tags/weibo-web-api.md +0 -470
  433. package/skills/single-work-analysis/references/api-tags/weibo-web-v2-api.md +0 -1405
  434. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-api.md +0 -534
  435. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  436. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-api.md +0 -757
  437. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  438. package/skills/single-work-analysis/references/api-tags/xigua-app-v2-api.md +0 -308
  439. package/skills/single-work-analysis/references/api-tags/youtube-web-api.md +0 -934
  440. package/skills/single-work-analysis/references/api-tags/youtube-web-v2-api.md +0 -717
  441. package/skills/single-work-analysis/references/api-tags/zhihu-web-api.md +0 -1384
  442. package/skills/single-work-analysis/references/asr-and-fallback.md +0 -20
  443. package/skills/single-work-analysis/references/config-templates/defaults.yaml +0 -58
  444. package/skills/single-work-analysis/references/contracts/work-card-fields.md +0 -41
  445. package/skills/single-work-analysis/references/platform-guides/douyin.md +0 -47
  446. package/skills/single-work-analysis/references/platform-guides/generic.md +0 -43
  447. package/skills/single-work-analysis/references/platform-guides/xiaohongshu.md +0 -54
  448. package/skills/single-work-analysis/references/prompt-contracts/asr-clean.md +0 -28
  449. package/skills/single-work-analysis/references/prompt-contracts/cta.md +0 -24
  450. package/skills/single-work-analysis/references/prompt-contracts/hook.md +0 -25
  451. package/skills/single-work-analysis/references/prompt-contracts/insight.md +0 -47
  452. package/skills/single-work-analysis/references/prompt-contracts/structure.md +0 -25
  453. package/skills/single-work-analysis/references/prompt-contracts/style.md +0 -27
  454. package/skills/single-work-analysis/references/prompt-contracts/summary.md +0 -29
  455. package/skills/single-work-analysis/references/prompt-contracts/topic.md +0 -29
  456. package/skills/single-work-analysis/references/schemas/work-card.schema.json +0 -39
  457. package/skills/single-work-analysis/references/service-guides/asr-u2-u3-fallback.md +0 -75
  458. package/skills/single-work-analysis/scripts/__init__.py +0 -0
  459. package/skills/single-work-analysis/scripts/core/__init__.py +0 -0
  460. package/skills/single-work-analysis/scripts/core/analysis_pipeline.py +0 -133
  461. package/skills/single-work-analysis/scripts/core/bootstrap_env.py +0 -35
  462. package/skills/single-work-analysis/scripts/core/extract_pipeline.py +0 -173
  463. package/skills/single-work-analysis/scripts/core/storage_router.py +0 -253
  464. package/skills/single-work-analysis/scripts/core/tikomni_common.py +0 -588
  465. package/skills/single-work-analysis/scripts/pipeline/__init__.py +0 -0
  466. package/skills/single-work-analysis/scripts/pipeline/asr/__init__.py +0 -0
  467. package/skills/single-work-analysis/scripts/pipeline/asr/asr_pipeline.py +0 -1189
  468. package/skills/single-work-analysis/scripts/pipeline/asr/poll_u2_task.py +0 -95
  469. package/skills/single-work-analysis/scripts/platform/__init__.py +0 -0
  470. package/skills/single-work-analysis/scripts/platform/douyin/__init__.py +0 -0
  471. package/skills/single-work-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +0 -224
  472. package/skills/single-work-analysis/scripts/platform/douyin/select_low_quality_video_url.py +0 -200
  473. package/skills/single-work-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  474. package/skills/single-work-analysis/scripts/writers/__init__.py +0 -0
  475. package/skills/single-work-analysis/scripts/writers/write_benchmark_card.py +0 -1402
  476. /package/skills/{creator-analysis → social-media-crawl}/scripts/core/bootstrap_env.py +0 -0
  477. /package/skills/{creator-analysis → social-media-crawl}/scripts/core/extract_pipeline.py +0 -0
  478. /package/skills/{creator-analysis/scripts/platform/douyin → social-media-crawl/scripts/pipelines}/douyin_video_type_matrix.py +0 -0
  479. /package/skills/{creator-analysis/scripts/author_home/collectors → social-media-crawl/scripts/pipelines}/homepage_collectors.py +0 -0
  480. /package/skills/{creator-analysis/scripts/platform/douyin → social-media-crawl/scripts/pipelines}/select_low_quality_video_url.py +0 -0
@@ -1,2256 +0,0 @@
1
- # Instagram-V1-API Full Contract
2
-
3
- - Back to index: [`api-capability-index.md`](../api-capability-index.md)
4
- - Back to route summary: [`api-tags/instagram-v1-api.md`](../api-tags/instagram-v1-api.md)
5
- - Current contract file: `api-contracts/instagram-v1-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: `29`
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 V1数据接口(优先使用V1接口,V2接口仅在V1接口无法满足需求时使用)/Instagram-V1-API endpoints (Prefer using V1 endpoints, V2 endpoints are only for use when V1 endpoints cannot meet the requirements))**
12
-
13
- ## Route Contracts
14
-
15
- <a id="get-api-u1-v1-instagram-v1-fetch-cities"></a>
16
- ### `GET /api/u1/v1/instagram/v1/fetch_cities`
17
-
18
- - Summary: 获取国家城市列表/Get cities by country
19
- - Capabilities: general
20
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
21
- - operationId: `fetch_cities_api_v1_instagram_v1_fetch_cities_get`
22
-
23
- #### Notes
24
-
25
- > # [中文]
26
- > ### 用途:
27
- > - 获取指定国家的城市/地区列表
28
- > ### 参数:
29
- > - country_code: 国家代码,如US、CN、JP
30
- > - page: 页码,默认1
31
- > ### 返回:
32
- > - `country_info`: 国家信息
33
- > - `city_list`: 城市列表
34
- > - `next_page`: 下一页页码
35
- > ### 价格:
36
- > - 0.001 USD/请求
37
- >
38
- > # [English]
39
- > ### Purpose:
40
- > - Get cities/regions list of specified country
41
- > ### Parameters:
42
- > - country_code: Country code, e.g. US, CN, JP
43
- > - page: Page number, default 1
44
- > ### Return:
45
- > - `country_info`: Country info
46
- > - `city_list`: Cities list
47
- > - `next_page`: Next page number
48
- > ### Price:
49
- > - 0.001 USD/request
50
- >
51
- > # [示例/Example]
52
- > country_code = "US"
53
-
54
- #### Parameters
55
-
56
- | Field | In | Type | Required | Description | Default | Example | Enum |
57
- | --- | --- | --- | --- | --- | --- | --- | --- |
58
- | country_code | query | string | Yes | 国家代码(如US、CN、JP)/Country code (e.g. US, CN, JP) | None | US | None |
59
- | page | query | integer | No | 页码/Page number | 1 | None | None |
60
-
61
- #### Request Body
62
-
63
- None
64
-
65
- #### Success Response
66
-
67
- ##### `200 application/json`
68
-
69
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
70
-
71
- | Field | Type | Required | Description | Default | Example | Enum |
72
- | --- | --- | --- | --- | --- | --- | --- |
73
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
74
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
75
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
76
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
77
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
78
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
79
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
80
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
81
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
82
- | 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 |
83
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
84
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
85
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
86
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
87
- | data | null | No | The response data \| 响应数据 | None | None | None |
88
-
89
- <a id="get-api-u1-v1-instagram-v1-fetch-comment-replies"></a>
90
- ### `GET /api/u1/v1/instagram/v1/fetch_comment_replies`
91
-
92
- - Summary: 获取评论的子评论列表/Get comment replies
93
- - Capabilities: comments
94
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
95
- - operationId: `fetch_comment_replies_api_v1_instagram_v1_fetch_comment_replies_get`
96
-
97
- #### Notes
98
-
99
- > # [中文]
100
- > ### 用途:
101
- > - 获取指定评论下的子评论(二级评论/回复),支持分页
102
- > ### 参数:
103
- > - media_id: 帖子ID(媒体ID)
104
- > - comment_id: 父评论ID(从fetch_post_comments_v2返回的评论pk字段获取)
105
- > - min_id: 分页游标,首次请求不传,从上一次响应的`page_info.next_min_id`字段获取
106
- > ### 返回:
107
- > - `child_comments`: 子评论列表,每个评论包含:
108
- > - `pk`: 评论ID
109
- > - `text`: 评论内容
110
- > - `created_at`/`created_at_utc`: 评论时间戳
111
- > - `user`: 评论者信息(pk, username, full_name, is_verified, profile_pic_url等)
112
- > - `comment_like_count`: 评论点赞数
113
- > - `parent_comment_id`: 父评论ID
114
- > - `has_translation`: 是否有翻译
115
- > - `child_comment_count`: 子评论总数
116
- > - `has_more_tail_child_comments`: 是否有更多子评论
117
- > - `next_min_child_cursor`: 下一页游标
118
- > - `page_info`: 分页信息汇总
119
- > ### 价格:
120
- > - 0.001 USD/请求
121
- >
122
- > # [English]
123
- > ### Purpose:
124
- > - Get child comments (replies) under a specific comment with pagination
125
- > ### Parameters:
126
- > - media_id: Post ID (Media ID)
127
- > - comment_id: Parent comment ID (get from pk field in fetch_post_comments_v2 response)
128
- > - min_id: Pagination cursor, omit for first request, get from previous response's `page_info.next_min_id`
129
- > ### Return:
130
- > - `child_comments`: Child comment list, each comment contains:
131
- > - `pk`: Comment ID
132
- > - `text`: Comment content
133
- > - `created_at`/`created_at_utc`: Comment timestamp
134
- > - `user`: Commenter info (pk, username, full_name, is_verified, profile_pic_url, etc.)
135
- > - `comment_like_count`: Comment like count
136
- > - `parent_comment_id`: Parent comment ID
137
- > - `has_translation`: Has translation
138
- > - `child_comment_count`: Total child comment count
139
- > - `has_more_tail_child_comments`: Has more child comments
140
- > - `next_min_child_cursor`: Next page cursor
141
- > - `page_info`: Pagination info summary
142
- > ### Price:
143
- > - 0.001 USD/request
144
- >
145
- > # [示例/Example]
146
- > media_id = "3766120364183949816"
147
- > comment_id = "17871667485468098"
148
- > min_id = ""
149
-
150
- #### Parameters
151
-
152
- | Field | In | Type | Required | Description | Default | Example | Enum |
153
- | --- | --- | --- | --- | --- | --- | --- | --- |
154
- | media_id | query | string | Yes | 帖子ID(媒体ID)/Post ID (Media ID) | None | 3766120364183949816 | None |
155
- | comment_id | query | string | Yes | 父评论ID/Parent comment ID | None | 17871667485468098 | None |
156
- | min_id | query | string | No | 分页游标,从上一次响应的next_min_id获取/Pagination cursor from previous response's next_min_id | None | None | None |
157
-
158
- #### Request Body
159
-
160
- None
161
-
162
- #### Success Response
163
-
164
- ##### `200 application/json`
165
-
166
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
167
-
168
- | Field | Type | Required | Description | Default | Example | Enum |
169
- | --- | --- | --- | --- | --- | --- | --- |
170
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
171
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
172
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
173
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
174
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
175
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
176
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
177
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
178
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
179
- | 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 |
180
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
181
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
182
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
183
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
184
- | data | null | No | The response data \| 响应数据 | None | None | None |
185
-
186
- <a id="get-api-u1-v1-instagram-v1-fetch-explore-sections"></a>
187
- ### `GET /api/u1/v1/instagram/v1/fetch_explore_sections`
188
-
189
- - Summary: 获取探索页面分类/Get explore page sections
190
- - Capabilities: general
191
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
192
- - operationId: `fetch_explore_sections_api_v1_instagram_v1_fetch_explore_sections_get`
193
-
194
- #### Notes
195
-
196
- > # [中文]
197
- > ### 用途:
198
- > - 获取Instagram探索页面的所有分类和子分类
199
- > ### 返回:
200
- > - `sections`: 分类列表,包含分类名称、子分类和推荐内容
201
- > ### 价格:
202
- > - 0.001 USD/请求
203
- >
204
- > # [English]
205
- > ### Purpose:
206
- > - Get all sections and subsections of Instagram explore page
207
- > ### Return:
208
- > - `sections`: Sections list with names, subsections and recommended content
209
- > ### Price:
210
- > - 0.001 USD/request
211
-
212
- #### Parameters
213
-
214
- 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-v1-fetch-hashtag-posts"></a>
245
- ### `GET /api/u1/v1/instagram/v1/fetch_hashtag_posts`
246
-
247
- - Summary: 获取话题标签下的帖子/Get posts by hashtag
248
- - Capabilities: content details / topics
249
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
250
- - operationId: `fetch_hashtag_posts_api_v1_instagram_v1_fetch_hashtag_posts_get`
251
-
252
- #### Notes
253
-
254
- > # [中文]
255
- > ### 用途:
256
- > - 获取指定话题标签下的帖子列表
257
- > ### 参数:
258
- > - hashtag: 话题标签名称(不含#号)
259
- > - end_cursor: 分页游标,首次请求不传
260
- > ### 返回:
261
- > - GraphQL风格响应,包含`data.hashtag.edge_hashtag_to_media`
262
- > ### 价格:
263
- > - 0.001 USD/请求
264
- >
265
- > # [English]
266
- > ### Purpose:
267
- > - Get posts under specific hashtag
268
- > ### Parameters:
269
- > - hashtag: Hashtag name (without #)
270
- > - end_cursor: Pagination cursor, omit for first request
271
- > ### Return:
272
- > - GraphQL style response with `data.hashtag.edge_hashtag_to_media`
273
- > ### Price:
274
- > - 0.001 USD/request
275
- >
276
- > # [示例/Example]
277
- > hashtag = "cat"
278
-
279
- #### Parameters
280
-
281
- | Field | In | Type | Required | Description | Default | Example | Enum |
282
- | --- | --- | --- | --- | --- | --- | --- | --- |
283
- | hashtag | query | string | Yes | 话题标签名称(不含#号)/Hashtag name (without #) | None | cat | None |
284
- | end_cursor | query | string | No | 分页游标,用于获取下一页/Pagination cursor for next page | None | None | None |
285
-
286
- #### Request Body
287
-
288
- None
289
-
290
- #### Success Response
291
-
292
- ##### `200 application/json`
293
-
294
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
295
-
296
- | Field | Type | Required | Description | Default | Example | Enum |
297
- | --- | --- | --- | --- | --- | --- | --- |
298
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
299
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
300
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
301
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
302
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
303
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
304
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
305
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
306
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
307
- | 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 |
308
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
309
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
310
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
311
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
312
- | data | null | No | The response data \| 响应数据 | None | None | None |
313
-
314
- <a id="get-api-u1-v1-instagram-v1-fetch-location-info"></a>
315
- ### `GET /api/u1/v1/instagram/v1/fetch_location_info`
316
-
317
- - Summary: 获取地点信息/Get location info
318
- - Capabilities: general
319
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
320
- - operationId: `fetch_location_info_api_v1_instagram_v1_fetch_location_info_get`
321
-
322
- #### Notes
323
-
324
- > # [中文]
325
- > ### 用途:
326
- > - 获取指定地点的详细信息
327
- > ### 参数:
328
- > - location_id: 地点ID
329
- > ### 返回:
330
- > - `location_info`: 地点信息,包含名称、地址、坐标等
331
- > ### 价格:
332
- > - 0.001 USD/请求
333
- >
334
- > # [English]
335
- > ### Purpose:
336
- > - Get detailed information of specified location
337
- > ### Parameters:
338
- > - location_id: Location ID
339
- > ### Return:
340
- > - `location_info`: Location info including name, address, coordinates etc.
341
- > ### Price:
342
- > - 0.001 USD/request
343
- >
344
- > # [示例/Example]
345
- > location_id = "703457703"
346
-
347
- #### Parameters
348
-
349
- | Field | In | Type | Required | Description | Default | Example | Enum |
350
- | --- | --- | --- | --- | --- | --- | --- | --- |
351
- | location_id | query | string | Yes | 地点ID/Location ID | None | 703457703 | None |
352
-
353
- #### Request Body
354
-
355
- None
356
-
357
- #### Success Response
358
-
359
- ##### `200 application/json`
360
-
361
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
362
-
363
- | Field | Type | Required | Description | Default | Example | Enum |
364
- | --- | --- | --- | --- | --- | --- | --- |
365
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
366
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
367
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
368
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
369
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
370
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
371
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
372
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
373
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
374
- | 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 |
375
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
376
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
377
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
378
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
379
- | data | null | No | The response data \| 响应数据 | None | None | None |
380
-
381
- <a id="get-api-u1-v1-instagram-v1-fetch-location-posts"></a>
382
- ### `GET /api/u1/v1/instagram/v1/fetch_location_posts`
383
-
384
- - Summary: 获取地点下的帖子/Get posts by location
385
- - Capabilities: content details
386
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
387
- - operationId: `fetch_location_posts_api_v1_instagram_v1_fetch_location_posts_get`
388
-
389
- #### Notes
390
-
391
- > # [中文]
392
- > ### 用途:
393
- > - 获取指定地点标记的帖子列表
394
- > ### 参数:
395
- > - location_id: 地点ID
396
- > - tab: 排序方式,ranked(热门)/recent(最新)
397
- > - end_cursor: 分页游标,首次请求不传
398
- > ### 返回:
399
- > - `edges`: 帖子列表
400
- > - `page_info`: 分页信息
401
- > ### 价格:
402
- > - 0.001 USD/请求
403
- >
404
- > # [English]
405
- > ### Purpose:
406
- > - Get posts tagged at specified location
407
- > ### Parameters:
408
- > - location_id: Location ID
409
- > - tab: Sorting method, ranked(top)/recent(latest)
410
- > - end_cursor: Pagination cursor, omit for first request
411
- > ### Return:
412
- > - `edges`: Posts list
413
- > - `page_info`: Pagination info
414
- > ### Price:
415
- > - 0.001 USD/request
416
- >
417
- > # [示例/Example]
418
- > location_id = "703457703"
419
-
420
- #### Parameters
421
-
422
- | Field | In | Type | Required | Description | Default | Example | Enum |
423
- | --- | --- | --- | --- | --- | --- | --- | --- |
424
- | location_id | query | string | Yes | 地点ID/Location ID | None | 703457703 | None |
425
- | tab | query | string | No | 排序方式:ranked(热门)/recent(最新)/Sorting: ranked(top)/recent(latest) | ranked | None | None |
426
- | end_cursor | query | string | No | 分页游标,用于获取下一页/Pagination cursor for next page | None | None | None |
427
-
428
- #### Request Body
429
-
430
- None
431
-
432
- #### Success Response
433
-
434
- ##### `200 application/json`
435
-
436
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
437
-
438
- | Field | Type | Required | Description | Default | Example | Enum |
439
- | --- | --- | --- | --- | --- | --- | --- |
440
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
441
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
442
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
443
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
444
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
445
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
446
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
447
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
448
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
449
- | 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 |
450
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
451
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
452
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
453
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
454
- | data | null | No | The response data \| 响应数据 | None | None | None |
455
-
456
- <a id="get-api-u1-v1-instagram-v1-fetch-locations"></a>
457
- ### `GET /api/u1/v1/instagram/v1/fetch_locations`
458
-
459
- - Summary: 获取城市地点列表/Get locations by city
460
- - Capabilities: general
461
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
462
- - operationId: `fetch_locations_api_v1_instagram_v1_fetch_locations_get`
463
-
464
- #### Notes
465
-
466
- > # [中文]
467
- > ### 用途:
468
- > - 获取指定城市下的Instagram地点列表
469
- > ### 参数:
470
- > - city_id: 城市ID(可从fetch_cities接口获取)
471
- > - page: 页码,默认1
472
- > ### 返回:
473
- > - `country_info`: 国家信息
474
- > - `city_info`: 城市信息
475
- > - `location_list`: 地点列表
476
- > - `next_page`: 下一页页码
477
- > ### 价格:
478
- > - 0.001 USD/请求
479
- >
480
- > # [English]
481
- > ### Purpose:
482
- > - Get Instagram locations list of specified city
483
- > ### Parameters:
484
- > - city_id: City ID (from fetch_cities API)
485
- > - page: Page number, default 1
486
- > ### Return:
487
- > - `country_info`: Country info
488
- > - `city_info`: City info
489
- > - `location_list`: Locations list
490
- > - `next_page`: Next page number
491
- > ### Price:
492
- > - 0.001 USD/request
493
- >
494
- > # [示例/Example]
495
- > city_id = "c2791472"
496
-
497
- #### Parameters
498
-
499
- | Field | In | Type | Required | Description | Default | Example | Enum |
500
- | --- | --- | --- | --- | --- | --- | --- | --- |
501
- | city_id | query | string | Yes | 城市ID(从fetch_cities获取)/City ID (from fetch_cities) | None | c2791472 | None |
502
- | page | query | integer | No | 页码/Page number | 1 | None | None |
503
-
504
- #### Request Body
505
-
506
- None
507
-
508
- #### Success Response
509
-
510
- ##### `200 application/json`
511
-
512
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
513
-
514
- | Field | Type | Required | Description | Default | Example | Enum |
515
- | --- | --- | --- | --- | --- | --- | --- |
516
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
517
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
518
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
519
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
520
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
521
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
522
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
523
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
524
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
525
- | 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 |
526
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
527
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
528
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
529
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
530
- | data | null | No | The response data \| 响应数据 | None | None | None |
531
-
532
- <a id="get-api-u1-v1-instagram-v1-fetch-music-posts"></a>
533
- ### `GET /api/u1/v1/instagram/v1/fetch_music_posts`
534
-
535
- - Summary: 获取使用特定音乐的帖子/Get posts using specific music
536
- - Capabilities: content details / music / audio
537
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
538
- - operationId: `fetch_music_posts_api_v1_instagram_v1_fetch_music_posts_get`
539
-
540
- #### Notes
541
-
542
- > # [中文]
543
- > ### 用途:
544
- > - 获取使用指定音乐/音频的Reels和帖子列表
545
- > ### 参数:
546
- > - music_id: 音乐ID(与music_url二选一)
547
- > - music_url: 音乐URL,会自动提取ID(与music_id二选一)
548
- > - max_id: 分页游标,首次请求不传
549
- > ### 返回:
550
- > - `items`: 帖子列表
551
- > - `metadata`: 音乐元数据
552
- > - `paging_info`: 分页信息
553
- > ### 价格:
554
- > - 0.001 USD/请求
555
- >
556
- > # [English]
557
- > ### Purpose:
558
- > - Get Reels and posts using specific music/audio
559
- > ### Parameters:
560
- > - music_id: Music ID (alternative to music_url)
561
- > - music_url: Music URL, ID will be extracted automatically (alternative to music_id)
562
- > - max_id: Pagination cursor, omit for first request
563
- > ### Return:
564
- > - `items`: Posts list
565
- > - `metadata`: Music metadata
566
- > - `paging_info`: Pagination info
567
- > ### Price:
568
- > - 0.001 USD/request
569
- >
570
- > # [示例/Example]
571
- > music_id = "564058920086577"
572
-
573
- #### Parameters
574
-
575
- | Field | In | Type | Required | Description | Default | Example | Enum |
576
- | --- | --- | --- | --- | --- | --- | --- | --- |
577
- | music_id | query | string | No | 音乐ID/Music ID | None | 564058920086577 | None |
578
- | music_url | query | string | No | 音乐URL(与music_id二选一)/Music URL (alternative to music_id) | None | https://www.instagram.com/reels/audio/564058920086577 | None |
579
- | max_id | query | string | No | 分页游标,用于获取下一页/Pagination cursor for next page | None | None | None |
580
-
581
- #### Request Body
582
-
583
- None
584
-
585
- #### Success Response
586
-
587
- ##### `200 application/json`
588
-
589
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
590
-
591
- | Field | Type | Required | Description | Default | Example | Enum |
592
- | --- | --- | --- | --- | --- | --- | --- |
593
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
594
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
595
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
596
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
597
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
598
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
599
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
600
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
601
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
602
- | 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 |
603
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
604
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
605
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
606
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
607
- | data | null | No | The response data \| 响应数据 | None | None | None |
608
-
609
- <a id="get-api-u1-v1-instagram-v1-fetch-post-by-id"></a>
610
- ### `GET /api/u1/v1/instagram/v1/fetch_post_by_id`
611
-
612
- - Summary: 通过ID获取帖子详情/Get post by ID
613
- - Capabilities: content details
614
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
615
- - operationId: `fetch_post_by_id_api_v1_instagram_v1_fetch_post_by_id_get`
616
-
617
- #### Notes
618
-
619
- > # [中文]
620
- > ### 用途:
621
- > - 通过ID获取单个帖子的详细信息
622
- > ### 参数:
623
- > - post_id: 帖子ID
624
- > ### 返回:
625
- > - 帖子详情对象,包含媒体、点赞数、评论等
626
- > ### 价格:
627
- > - 0.001 USD/请求
628
- >
629
- > # [English]
630
- > ### Purpose:
631
- > - Get single post details by ID
632
- > ### Parameters:
633
- > - post_id: Post ID
634
- > ### Return:
635
- > - Post details object with media, likes, comments etc.
636
- > ### Price:
637
- > - 0.001 USD/request
638
- >
639
- > # [示例/Example]
640
- > post_id = "3742637871112032100"
641
-
642
- #### Parameters
643
-
644
- | Field | In | Type | Required | Description | Default | Example | Enum |
645
- | --- | --- | --- | --- | --- | --- | --- | --- |
646
- | post_id | query | string | Yes | 帖子ID/Post ID | None | 3742637871112032100 | None |
647
-
648
- #### Request Body
649
-
650
- None
651
-
652
- #### Success Response
653
-
654
- ##### `200 application/json`
655
-
656
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
657
-
658
- | Field | Type | Required | Description | Default | Example | Enum |
659
- | --- | --- | --- | --- | --- | --- | --- |
660
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
661
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
662
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
663
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
664
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
665
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
666
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
667
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
668
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
669
- | 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 |
670
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
671
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
672
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
673
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
674
- | data | null | No | The response data \| 响应数据 | None | None | None |
675
-
676
- <a id="get-api-u1-v1-instagram-v1-fetch-post-by-url"></a>
677
- ### `GET /api/u1/v1/instagram/v1/fetch_post_by_url`
678
-
679
- - Summary: 通过URL获取帖子详情/Get post by URL
680
- - Capabilities: content details
681
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
682
- - operationId: `fetch_post_by_url_api_v1_instagram_v1_fetch_post_by_url_get`
683
-
684
- #### Notes
685
-
686
- > # [中文]
687
- > ### 用途:
688
- > - 通过URL获取单个帖子的详细信息
689
- > ### 参数:
690
- > - post_url: 帖子URL
691
- > ### 返回:
692
- > - 帖子详情对象,包含媒体、点赞数、评论等
693
- > ### 价格:
694
- > - 0.001 USD/请求
695
- >
696
- > # [English]
697
- > ### Purpose:
698
- > - Get single post details by URL
699
- > ### Parameters:
700
- > - post_url: Post URL
701
- > ### Return:
702
- > - Post details object with media, likes, comments etc.
703
- > ### Price:
704
- > - 0.001 USD/request
705
- >
706
- > # [示例/Example]
707
- > post_url = "https://www.instagram.com/p/DPwhVB-jo9k/"
708
-
709
- #### Parameters
710
-
711
- | Field | In | Type | Required | Description | Default | Example | Enum |
712
- | --- | --- | --- | --- | --- | --- | --- | --- |
713
- | post_url | query | string | Yes | 帖子URL/Post URL | None | https://www.instagram.com/p/DPwhVB-jo9k/ | None |
714
-
715
- #### Request Body
716
-
717
- None
718
-
719
- #### Success Response
720
-
721
- ##### `200 application/json`
722
-
723
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
724
-
725
- | Field | Type | Required | Description | Default | Example | Enum |
726
- | --- | --- | --- | --- | --- | --- | --- |
727
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
728
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
729
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
730
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
731
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
732
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
733
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
734
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
735
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
736
- | 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 |
737
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
738
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
739
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
740
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
741
- | data | null | No | The response data \| 响应数据 | None | None | None |
742
-
743
- <a id="get-api-u1-v1-instagram-v1-fetch-post-by-url-v2"></a>
744
- ### `GET /api/u1/v1/instagram/v1/fetch_post_by_url_v2`
745
-
746
- - Summary: 通过URL获取帖子详情 V2/Get post by URL V2
747
- - Capabilities: content details
748
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
749
- - operationId: `fetch_post_by_url_v2_api_v1_instagram_v1_fetch_post_by_url_v2_get`
750
-
751
- #### Notes
752
-
753
- > # [中文]
754
- > ### 用途:
755
- > - 通过URL获取单个帖子的详细信息 V2 - 数据没有V1完整,但速度更快,用于下载大量帖子时推荐使用。
756
- > ### 参数:
757
- > - post_url: 帖子URL
758
- > ### 返回:
759
- > - 帖子详情对象,包含媒体、点赞数、评论等
760
- > ### 价格:
761
- > - 0.001 USD/请求
762
- >
763
- > # [English]
764
- > ### Purpose:
765
- > - Get single post details by URL V2 - Data is not as complete as V1, but faster. Recommended for downloading large number of posts.
766
- > ### Parameters:
767
- > - post_url: Post URL
768
- > ### Return:
769
- > - Post details object with media, likes, comments etc.
770
- > ### Price:
771
- > - 0.001 USD/request
772
- >
773
- > # [示例/Example]
774
- > post_url = "https://www.instagram.com/p/DPwhVB-jo9k/"
775
-
776
- #### Parameters
777
-
778
- | Field | In | Type | Required | Description | Default | Example | Enum |
779
- | --- | --- | --- | --- | --- | --- | --- | --- |
780
- | post_url | query | string | Yes | 帖子URL/Post URL | None | https://www.instagram.com/p/DPwhVB-jo9k/ | None |
781
-
782
- #### Request Body
783
-
784
- None
785
-
786
- #### Success Response
787
-
788
- ##### `200 application/json`
789
-
790
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
791
-
792
- | Field | Type | Required | Description | Default | Example | Enum |
793
- | --- | --- | --- | --- | --- | --- | --- |
794
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
795
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
796
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
797
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
798
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
799
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
800
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
801
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
802
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
803
- | 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 |
804
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
805
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
806
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
807
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
808
- | data | null | No | The response data \| 响应数据 | None | None | None |
809
-
810
- <a id="get-api-u1-v1-instagram-v1-fetch-post-comments-v2"></a>
811
- ### `GET /api/u1/v1/instagram/v1/fetch_post_comments_v2`
812
-
813
- - Summary: 获取帖子评论列表V2/Get post comments V2
814
- - Capabilities: comments / content details
815
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
816
- - operationId: `fetch_post_comments_v2_api_v1_instagram_v1_fetch_post_comments_v2_get`
817
-
818
- #### Notes
819
-
820
- > # [中文]
821
- > ### 用途:
822
- > - 获取帖子评论列表,支持分页
823
- > - 返回的评论数据更完整,包含子评论预览和更多元数据
824
- > ### 参数:
825
- > - media_id: 帖子ID(媒体ID)
826
- > - sort_order: 排序方式,popular(热门)/recent(最新)
827
- > - min_id: 分页游标,首次请求不传,从上一次响应的`next_min_id`字段获取
828
- > ### 返回:
829
- > - `comment_count`: 评论总数
830
- > - `comments`: 评论列表,每个评论包含:
831
- > - `pk`: 评论ID
832
- > - `text`: 评论内容
833
- > - `created_at`/`created_at_utc`: 评论时间戳
834
- > - `user`: 评论者信息(pk, username, full_name, is_verified, profile_pic_url等)
835
- > - `comment_like_count`: 评论点赞数
836
- > - `child_comment_count`: 子评论数量
837
- > - `preview_child_comments`: 子评论预览列表
838
- > - `is_liked_by_media_owner`: 是否被帖子作者点赞
839
- > - `has_translation`: 是否有翻译
840
- > - `next_min_id`: 下一页游标(JSON格式字符串)
841
- > - `has_more_headload_comments`: 是否有更多评论
842
- > - `caption`: 帖子描述信息
843
- > ### 价格:
844
- > - 0.001 USD/请求
845
- >
846
- > # [English]
847
- > ### Purpose:
848
- > - Get post comments list with pagination
849
- > - Returns more complete comment data including child comment previews and more metadata
850
- > ### Parameters:
851
- > - media_id: Post ID (Media ID)
852
- > - sort_order: Sorting method, popular/recent
853
- > - min_id: Pagination cursor, omit for first request, get from previous response's `next_min_id`
854
- > ### Return:
855
- > - `comment_count`: Total comments count
856
- > - `comments`: Comments list, each comment contains:
857
- > - `pk`: Comment ID
858
- > - `text`: Comment content
859
- > - `created_at`/`created_at_utc`: Comment timestamp
860
- > - `user`: Commenter info (pk, username, full_name, is_verified, profile_pic_url etc.)
861
- > - `comment_like_count`: Comment likes count
862
- > - `child_comment_count`: Child comments count
863
- > - `preview_child_comments`: Child comments preview list
864
- > - `is_liked_by_media_owner`: Whether liked by post author
865
- > - `has_translation`: Whether translation available
866
- > - `next_min_id`: Next page cursor (JSON format string)
867
- > - `has_more_headload_comments`: Whether more comments available
868
- > - `caption`: Post caption info
869
- > ### Price:
870
- > - 0.001 USD/request
871
- >
872
- > # [示例/Example]
873
- > media_id = "3766120364183949816"
874
- > sort_order = "recent"
875
-
876
- #### Parameters
877
-
878
- | Field | In | Type | Required | Description | Default | Example | Enum |
879
- | --- | --- | --- | --- | --- | --- | --- | --- |
880
- | media_id | query | string | Yes | 帖子ID(媒体ID)/Post ID (Media ID) | None | 3766120364183949816 | None |
881
- | sort_order | query | string | No | 排序方式:popular(热门)/recent(最新)/Sorting: popular/recent | recent | recent | None |
882
- | min_id | query | string | No | 分页游标,从上一次响应的next_min_id获取/Pagination cursor from previous response's next_min_id | None | None | None |
883
-
884
- #### Request Body
885
-
886
- None
887
-
888
- #### Success Response
889
-
890
- ##### `200 application/json`
891
-
892
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
893
-
894
- | Field | Type | Required | Description | Default | Example | Enum |
895
- | --- | --- | --- | --- | --- | --- | --- |
896
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
897
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
898
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
899
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
900
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
901
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
902
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
903
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
904
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
905
- | 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 |
906
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
907
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
908
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
909
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
910
- | data | null | No | The response data \| 响应数据 | None | None | None |
911
-
912
- <a id="get-api-u1-v1-instagram-v1-fetch-related-profiles"></a>
913
- ### `GET /api/u1/v1/instagram/v1/fetch_related_profiles`
914
-
915
- - Summary: 获取相关用户推荐/Get related profiles
916
- - Capabilities: profiles / accounts
917
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
918
- - operationId: `fetch_related_profiles_api_v1_instagram_v1_fetch_related_profiles_get`
919
-
920
- #### Notes
921
-
922
- > # [中文]
923
- > ### 用途:
924
- > - 获取与指定用户相关/相似的用户推荐列表
925
- > ### 参数:
926
- > - user_id: Instagram用户ID
927
- > ### 返回:
928
- > - GraphQL风格响应,包含`data.user.edge_related_profiles`
929
- > ### 价格:
930
- > - 0.001 USD/请求
931
- >
932
- > # [English]
933
- > ### Purpose:
934
- > - Get related/similar user recommendations
935
- > ### Parameters:
936
- > - user_id: Instagram user ID
937
- > ### Return:
938
- > - GraphQL style response with `data.user.edge_related_profiles`
939
- > ### Price:
940
- > - 0.001 USD/request
941
- >
942
- > # [示例/Example]
943
- > user_id = "25025320"
944
-
945
- #### Parameters
946
-
947
- | Field | In | Type | Required | Description | Default | Example | Enum |
948
- | --- | --- | --- | --- | --- | --- | --- | --- |
949
- | user_id | query | string | Yes | Instagram用户ID/Instagram user ID | None | 25025320 | None |
950
-
951
- #### Request Body
952
-
953
- None
954
-
955
- #### Success Response
956
-
957
- ##### `200 application/json`
958
-
959
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
960
-
961
- | Field | Type | Required | Description | Default | Example | Enum |
962
- | --- | --- | --- | --- | --- | --- | --- |
963
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
964
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
965
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
966
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
967
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
968
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
969
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
970
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
971
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
972
- | 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 |
973
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
974
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
975
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
976
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
977
- | data | null | No | The response data \| 响应数据 | None | None | None |
978
-
979
- <a id="get-api-u1-v1-instagram-v1-fetch-search"></a>
980
- ### `GET /api/u1/v1/instagram/v1/fetch_search`
981
-
982
- - Summary: 搜索用户/话题/地点/Search users/hashtags/places
983
- - Capabilities: search
984
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
985
- - operationId: `fetch_search_api_v1_instagram_v1_fetch_search_get`
986
-
987
- #### Notes
988
-
989
- > # [中文]
990
- > ### 用途:
991
- > - 根据关键词搜索Instagram上的用户、话题标签或地点
992
- > ### 参数:
993
- > - query: 搜索关键词
994
- > - select: 筛选类型(可选)
995
- > - `users`: 仅返回用户
996
- > - `hashtags`: 仅返回话题标签
997
- > - `places`: 仅返回地点
998
- > - 不传: 返回所有类型
999
- > ### 返回:
1000
- > - `users`: 用户列表
1001
- > - `hashtags`: 话题列表
1002
- > - `places`: 地点列表
1003
- > ### 价格:
1004
- > - 0.001 USD/请求
1005
- >
1006
- > # [English]
1007
- > ### Purpose:
1008
- > - Search users, hashtags or places on Instagram
1009
- > ### Parameters:
1010
- > - query: Search keyword
1011
- > - select: Filter type (optional)
1012
- > - `users`: Only return users
1013
- > - `hashtags`: Only return hashtags
1014
- > - `places`: Only return places
1015
- > - omit: Return all types
1016
- > ### Return:
1017
- > - `users`: Users list
1018
- > - `hashtags`: Hashtags list
1019
- > - `places`: Places list
1020
- > ### Price:
1021
- > - 0.001 USD/request
1022
- >
1023
- > # [示例/Example]
1024
- > query = "taylorswift"
1025
- > select = "users"
1026
-
1027
- #### Parameters
1028
-
1029
- | Field | In | Type | Required | Description | Default | Example | Enum |
1030
- | --- | --- | --- | --- | --- | --- | --- | --- |
1031
- | query | query | string | Yes | 搜索关键词/Search keyword | None | taylorswift | None |
1032
- | select | query | string | No | 筛选类型:users/hashtags/places,不传则返回全部/Filter type: users/hashtags/places, omit for all | None | None | None |
1033
-
1034
- #### Request Body
1035
-
1036
- None
1037
-
1038
- #### Success Response
1039
-
1040
- ##### `200 application/json`
1041
-
1042
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1043
-
1044
- | Field | Type | Required | Description | Default | Example | Enum |
1045
- | --- | --- | --- | --- | --- | --- | --- |
1046
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1047
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1048
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1049
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1050
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1051
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1052
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1053
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1054
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1055
- | 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 |
1056
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1057
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1058
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1059
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1060
- | data | null | No | The response data \| 响应数据 | None | None | None |
1061
-
1062
- <a id="get-api-u1-v1-instagram-v1-fetch-section-posts"></a>
1063
- ### `GET /api/u1/v1/instagram/v1/fetch_section_posts`
1064
-
1065
- - Summary: 获取分类下的帖子/Get posts by section
1066
- - Capabilities: content details
1067
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1068
- - operationId: `fetch_section_posts_api_v1_instagram_v1_fetch_section_posts_get`
1069
-
1070
- #### Notes
1071
-
1072
- > # [中文]
1073
- > ### 用途:
1074
- > - 获取探索页面某个分类下的帖子列表
1075
- > ### 参数:
1076
- > - section_id: 分类ID(可从fetch_explore_sections接口获取)
1077
- > - count: 每页数量,默认20
1078
- > - max_id: 分页游标,首次请求不传
1079
- > ### 返回:
1080
- > - `section_name`: 分类名称
1081
- > - `items`: 帖子列表
1082
- > - `subsections`: 子分类列表
1083
- > - `max_id`: 下一页游标
1084
- > - `more_available`: 是否有更多数据
1085
- > ### 价格:
1086
- > - 0.001 USD/请求
1087
- >
1088
- > # [English]
1089
- > ### Purpose:
1090
- > - Get posts under specific explore section
1091
- > ### Parameters:
1092
- > - section_id: Section ID (from fetch_explore_sections API)
1093
- > - count: Count per page, default 20
1094
- > - max_id: Pagination cursor, omit for first request
1095
- > ### Return:
1096
- > - `section_name`: Section name
1097
- > - `items`: Posts list
1098
- > - `subsections`: Subsections list
1099
- > - `max_id`: Next page cursor
1100
- > - `more_available`: Whether more data available
1101
- > ### Price:
1102
- > - 0.001 USD/request
1103
- >
1104
- > # [示例/Example]
1105
- > section_id = "10156104410190727"
1106
-
1107
- #### Parameters
1108
-
1109
- | Field | In | Type | Required | Description | Default | Example | Enum |
1110
- | --- | --- | --- | --- | --- | --- | --- | --- |
1111
- | section_id | query | string | Yes | 分类ID(从fetch_explore_sections获取)/Section ID (from fetch_explore_sections) | None | 10156104410190727 | None |
1112
- | count | query | integer | No | 每页数量/Count per page | 20 | None | None |
1113
- | max_id | query | string | No | 分页游标,用于获取下一页/Pagination cursor for next page | None | None | None |
1114
-
1115
- #### Request Body
1116
-
1117
- None
1118
-
1119
- #### Success Response
1120
-
1121
- ##### `200 application/json`
1122
-
1123
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1124
-
1125
- | Field | Type | Required | Description | Default | Example | Enum |
1126
- | --- | --- | --- | --- | --- | --- | --- |
1127
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1128
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1129
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1130
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1131
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1132
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1133
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1134
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1135
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1136
- | 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 |
1137
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1138
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1139
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1140
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1141
- | data | null | No | The response data \| 响应数据 | None | None | None |
1142
-
1143
- <a id="get-api-u1-v1-instagram-v1-fetch-user-about-info"></a>
1144
- ### `GET /api/u1/v1/instagram/v1/fetch_user_about_info`
1145
-
1146
- - Summary: 获取用户的About信息/Get user about info
1147
- - Capabilities: profiles / accounts
1148
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1149
- - operationId: `fetch_user_about_info_api_v1_instagram_v1_fetch_user_about_info_get`
1150
-
1151
- #### Notes
1152
-
1153
- > # [中文]
1154
- > ### 用途:
1155
- > - 获取用户的"关于此账户"(About This Account)信息
1156
- > - 包含账户创建日期、所在地区、认证状态等详细信息
1157
- > ### 参数:
1158
- > - user_id: Instagram用户ID(数字格式)
1159
- > ### 返回:
1160
- > - `status`: 请求状态
1161
- > - `user_id`: 用户ID
1162
- > - `username`: 用户名
1163
- > - `profile_pic_url`: 头像URL
1164
- > - `is_verified`: 是否认证
1165
- > - `date_joined`: 账户创建日期(如:"June 2012")
1166
- > - `account_based_in`: 账户所在地区(如:"United States")
1167
- > - `verified_date`: 认证日期(如:"August 2017",未认证则为None)
1168
- > ### 价格:
1169
- > - 0.001 USD/请求
1170
- >
1171
- > # [English]
1172
- > ### Purpose:
1173
- > - Get user's "About This Account" information
1174
- > - Contains account creation date, location, verification status and more
1175
- > ### Parameters:
1176
- > - user_id: Instagram user ID (numeric format)
1177
- > ### Return:
1178
- > - `status`: Request status
1179
- > - `user_id`: User ID
1180
- > - `username`: Username
1181
- > - `profile_pic_url`: Profile picture URL
1182
- > - `is_verified`: Whether verified
1183
- > - `date_joined`: Account creation date (e.g., "June 2012")
1184
- > - `account_based_in`: Account location (e.g., "United States")
1185
- > - `verified_date`: Verification date (e.g., "August 2017", None if not verified)
1186
- > ### Price:
1187
- > - 0.001 USD/request
1188
- >
1189
- > # [示例/Example]
1190
- > user_id = "182988865"
1191
-
1192
- #### Parameters
1193
-
1194
- | Field | In | Type | Required | Description | Default | Example | Enum |
1195
- | --- | --- | --- | --- | --- | --- | --- | --- |
1196
- | user_id | query | string | Yes | Instagram用户ID/Instagram user ID | None | 182988865 | None |
1197
-
1198
- #### Request Body
1199
-
1200
- None
1201
-
1202
- #### Success Response
1203
-
1204
- ##### `200 application/json`
1205
-
1206
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1207
-
1208
- | Field | Type | Required | Description | Default | Example | Enum |
1209
- | --- | --- | --- | --- | --- | --- | --- |
1210
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1211
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1212
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1213
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1214
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1215
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1216
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1217
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1218
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1219
- | 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 |
1220
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1221
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1222
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1223
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1224
- | data | null | No | The response data \| 响应数据 | None | None | None |
1225
-
1226
- <a id="get-api-u1-v1-instagram-v1-fetch-user-info-by-id"></a>
1227
- ### `GET /api/u1/v1/instagram/v1/fetch_user_info_by_id`
1228
-
1229
- - Summary: 根据用户ID获取用户数据/Get user data by user ID
1230
- - Capabilities: profiles / accounts
1231
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1232
- - operationId: `fetch_user_info_by_id_api_v1_instagram_v1_fetch_user_info_by_id_get`
1233
-
1234
- #### Notes
1235
-
1236
- > # [中文]
1237
- > ### 用途:
1238
- > - 根据Instagram用户ID获取用户数据
1239
- > ### 参数:
1240
- > - user_id: Instagram用户ID
1241
- > ### 返回:
1242
- > - 用户信息对象,包含时间线媒体、高清头像等完整数据
1243
- > ### 价格:
1244
- > - 0.001 USD/请求
1245
- >
1246
- > # [English]
1247
- > ### Purpose:
1248
- > - Get user data by Instagram user ID
1249
- > ### Parameters:
1250
- > - user_id: Instagram user ID
1251
- > ### Return:
1252
- > - User information object with timeline media, HD avatar and complete data
1253
- > ### Price:
1254
- > - 0.001 USD/request
1255
- >
1256
- > # [示例/Example]
1257
- > user_id = "25025320"
1258
-
1259
- #### Parameters
1260
-
1261
- | Field | In | Type | Required | Description | Default | Example | Enum |
1262
- | --- | --- | --- | --- | --- | --- | --- | --- |
1263
- | user_id | query | string | Yes | Instagram用户ID/Instagram user ID | None | 25025320 | 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-v1-fetch-user-info-by-id-v2"></a>
1294
- ### `GET /api/u1/v1/instagram/v1/fetch_user_info_by_id_v2`
1295
-
1296
- - Summary: 根据用户ID获取用户数据V2/Get user data by user ID V2
1297
- - Capabilities: profiles / accounts
1298
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1299
- - operationId: `fetch_user_info_by_id_v2_api_v1_instagram_v1_fetch_user_info_by_id_v2_get`
1300
-
1301
- #### Notes
1302
-
1303
- > # [中文]
1304
- > ### 用途:
1305
- > - 根据Instagram用户ID获取用户数据,返回更详细的信息
1306
- > ### 参数:
1307
- > - user_id: Instagram用户ID
1308
- > ### 返回:
1309
- > - 用户信息对象,包含bio_links、hd_profile_pic_url_info等更多字段
1310
- > ### 价格:
1311
- > - 0.001 USD/请求
1312
- >
1313
- > # [English]
1314
- > ### Purpose:
1315
- > - Get user data by Instagram user ID with more details
1316
- > ### Parameters:
1317
- > - user_id: Instagram user ID
1318
- > ### Return:
1319
- > - User information object with bio_links, hd_profile_pic_url_info and more
1320
- > ### Price:
1321
- > - 0.001 USD/request
1322
- >
1323
- > # [示例/Example]
1324
- > user_id = "25025320"
1325
-
1326
- #### Parameters
1327
-
1328
- | Field | In | Type | Required | Description | Default | Example | Enum |
1329
- | --- | --- | --- | --- | --- | --- | --- | --- |
1330
- | user_id | query | string | Yes | Instagram用户ID/Instagram user ID | None | 25025320 | None |
1331
-
1332
- #### Request Body
1333
-
1334
- None
1335
-
1336
- #### Success Response
1337
-
1338
- ##### `200 application/json`
1339
-
1340
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1341
-
1342
- | Field | Type | Required | Description | Default | Example | Enum |
1343
- | --- | --- | --- | --- | --- | --- | --- |
1344
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1345
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1346
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1347
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1348
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1349
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1350
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1351
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1352
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1353
- | 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 |
1354
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1355
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1356
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1357
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1358
- | data | null | No | The response data \| 响应数据 | None | None | None |
1359
-
1360
- <a id="get-api-u1-v1-instagram-v1-fetch-user-info-by-username"></a>
1361
- ### `GET /api/u1/v1/instagram/v1/fetch_user_info_by_username`
1362
-
1363
- - Summary: 根据用户名获取用户数据/Get user data by username
1364
- - Capabilities: profiles / accounts
1365
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1366
- - operationId: `fetch_user_info_by_username_api_v1_instagram_v1_fetch_user_info_by_username_get`
1367
-
1368
- #### Notes
1369
-
1370
- > # [中文]
1371
- > ### 用途:
1372
- > - 根据Instagram用户名获取用户数据
1373
- > ### 参数:
1374
- > - username: Instagram用户名
1375
- > ### 返回:
1376
- > - 用户信息对象,包含以下主要字段:
1377
- > - `id`: 用户ID
1378
- > - `username`: 用户名
1379
- > - `full_name`: 用户全名
1380
- > - `biography`: 个人简介
1381
- > - `bio_links`: 个人简介链接列表
1382
- > - `edge_followed_by`: 粉丝数 {count: xxx}
1383
- > - `edge_follow`: 关注数 {count: xxx}
1384
- > - `profile_pic_url`: 头像URL
1385
- > - `profile_pic_url_hd`: 高清头像URL
1386
- > - `is_private`: 是否私密账户
1387
- > - `is_verified`: 是否已认证
1388
- > - `external_url`: 外部链接
1389
- > - `is_business_account`: 是否商业账户
1390
- > - `is_professional_account`: 是否专业账户
1391
- > - `highlight_reel_count`: 精选集数量
1392
- > - `edge_owner_to_timeline_media`: 时间线媒体(包含最近帖子)
1393
- > ### 价格:
1394
- > - 0.001 USD/请求
1395
- >
1396
- > # [English]
1397
- > ### Purpose:
1398
- > - Get user data by Instagram username
1399
- > ### Parameters:
1400
- > - username: Instagram username
1401
- > ### Return:
1402
- > - User information object with main fields:
1403
- > - `id`: User ID
1404
- > - `username`: Username
1405
- > - `full_name`: Full name
1406
- > - `biography`: Bio
1407
- > - `bio_links`: Bio links list
1408
- > - `edge_followed_by`: Followers count {count: xxx}
1409
- > - `edge_follow`: Following count {count: xxx}
1410
- > - `profile_pic_url`: Profile picture URL
1411
- > - `profile_pic_url_hd`: HD profile picture URL
1412
- > - `is_private`: Whether account is private
1413
- > - `is_verified`: Whether account is verified
1414
- > - `external_url`: External link
1415
- > - `is_business_account`: Whether business account
1416
- > - `is_professional_account`: Whether professional account
1417
- > - `highlight_reel_count`: Highlights count
1418
- > - `edge_owner_to_timeline_media`: Timeline media (contains recent posts)
1419
- > ### Price:
1420
- > - 0.001 USD/request
1421
- >
1422
- > # [示例/Example]
1423
- > username = "instagram"
1424
-
1425
- #### Parameters
1426
-
1427
- | Field | In | Type | Required | Description | Default | Example | Enum |
1428
- | --- | --- | --- | --- | --- | --- | --- | --- |
1429
- | username | query | string | Yes | Instagram用户名/Instagram username | None | instagram | None |
1430
-
1431
- #### Request Body
1432
-
1433
- None
1434
-
1435
- #### Success Response
1436
-
1437
- ##### `200 application/json`
1438
-
1439
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1440
-
1441
- | Field | Type | Required | Description | Default | Example | Enum |
1442
- | --- | --- | --- | --- | --- | --- | --- |
1443
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1444
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1445
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1446
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1447
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1448
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1449
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1450
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1451
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1452
- | 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 |
1453
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1454
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1455
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1456
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1457
- | data | null | No | The response data \| 响应数据 | None | None | None |
1458
-
1459
- <a id="get-api-u1-v1-instagram-v1-fetch-user-info-by-username-v2"></a>
1460
- ### `GET /api/u1/v1/instagram/v1/fetch_user_info_by_username_v2`
1461
-
1462
- - Summary: 根据用户名获取用户数据V2/Get user data by username V2
1463
- - Capabilities: profiles / accounts
1464
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1465
- - operationId: `fetch_user_info_by_username_v2_api_v1_instagram_v1_fetch_user_info_by_username_v2_get`
1466
-
1467
- #### Notes
1468
-
1469
- > # [中文]
1470
- > ### 用途:
1471
- > - 根据Instagram用户名获取用户数据
1472
- > ### 参数:
1473
- > - username: Instagram用户名
1474
- > ### 返回:
1475
- > - 用户信息对象,包含以下主要字段:
1476
- > - `id`: 用户ID
1477
- > - `username`: 用户名
1478
- > - `full_name`: 用户全名
1479
- > - `biography`: 个人简介
1480
- > - `bio_links`: 个人简介链接列表
1481
- > - `edge_followed_by`: 粉丝数 {count: xxx}
1482
- > - `edge_follow`: 关注数 {count: xxx}
1483
- > - `profile_pic_url`: 头像URL
1484
- > - `profile_pic_url_hd`: 高清头像URL
1485
- > - `is_private`: 是否私密账户
1486
- > - `is_verified`: 是否已认证
1487
- > - `external_url`: 外部链接
1488
- > - `is_business_account`: 是否商业账户
1489
- > - `is_professional_account`: 是否专业账户
1490
- > - `highlight_reel_count`: 精选集数量
1491
- > - `edge_owner_to_timeline_media`: 时间线媒体(包含最近12条帖子)
1492
- > - `status`: 请求状态
1493
- > - `attempts`: 尝试次数
1494
- > ### 价格:
1495
- > - 0.001 USD/请求
1496
- >
1497
- > # [English]
1498
- > ### Purpose:
1499
- > - Get user data by Instagram username
1500
- > ### Parameters:
1501
- > - username: Instagram username
1502
- > ### Return:
1503
- > - User information object with main fields:
1504
- > - `id`: User ID
1505
- > - `username`: Username
1506
- > - `full_name`: Full name
1507
- > - `biography`: Bio
1508
- > - `bio_links`: Bio links list
1509
- > - `edge_followed_by`: Followers count {count: xxx}
1510
- > - `edge_follow`: Following count {count: xxx}
1511
- > - `profile_pic_url`: Profile picture URL
1512
- > - `profile_pic_url_hd`: HD profile picture URL
1513
- > - `is_private`: Whether account is private
1514
- > - `is_verified`: Whether account is verified
1515
- > - `external_url`: External link
1516
- > - `is_business_account`: Whether business account
1517
- > - `is_professional_account`: Whether professional account
1518
- > - `highlight_reel_count`: Highlights count
1519
- > - `edge_owner_to_timeline_media`: Timeline media (contains recent 12 posts)
1520
- > - `status`: Request status
1521
- > - `attempts`: Retry attempts
1522
- > ### Price:
1523
- > - 0.001 USD/request
1524
- >
1525
- > # [示例/Example]
1526
- > username = "instagram"
1527
-
1528
- #### Parameters
1529
-
1530
- | Field | In | Type | Required | Description | Default | Example | Enum |
1531
- | --- | --- | --- | --- | --- | --- | --- | --- |
1532
- | username | query | string | Yes | Instagram用户名/Instagram username | None | instagram | None |
1533
-
1534
- #### Request Body
1535
-
1536
- None
1537
-
1538
- #### Success Response
1539
-
1540
- ##### `200 application/json`
1541
-
1542
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1543
-
1544
- | Field | Type | Required | Description | Default | Example | Enum |
1545
- | --- | --- | --- | --- | --- | --- | --- |
1546
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1547
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1548
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1549
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1550
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1551
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1552
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1553
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1554
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1555
- | 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 |
1556
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1557
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1558
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1559
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1560
- | data | null | No | The response data \| 响应数据 | None | None | None |
1561
-
1562
- <a id="get-api-u1-v1-instagram-v1-fetch-user-info-by-username-v3"></a>
1563
- ### `GET /api/u1/v1/instagram/v1/fetch_user_info_by_username_v3`
1564
-
1565
- - Summary: 根据用户名获取用户数据V3/Get user data by username V3
1566
- - Capabilities: profiles / accounts
1567
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1568
- - operationId: `fetch_user_info_by_username_v3_api_v1_instagram_v1_fetch_user_info_by_username_v3_get`
1569
-
1570
- #### Notes
1571
-
1572
- > # [中文]
1573
- > ### 用途:
1574
- > - 根据Instagram用户名获取用户数据,返回更详细的信息
1575
- > ### 参数:
1576
- > - username: Instagram用户名
1577
- > ### 返回:
1578
- > - 用户信息对象,包含以下主要字段:
1579
- > - `pk/id`: 用户ID
1580
- > - `username`: 用户名
1581
- > - `full_name`: 用户全名
1582
- > - `biography`: 个人简介
1583
- > - `bio_links`: 个人简介链接列表
1584
- > - `follower_count`: 粉丝数
1585
- > - `following_count`: 关注数
1586
- > - `media_count`: 媒体数量
1587
- > - `profile_pic_url`: 头像URL
1588
- > - `hd_profile_pic_url_info`: 高清头像URL信息
1589
- > - `is_private`: 是否私密账户
1590
- > - `is_verified`: 是否已认证
1591
- > ### 价格:
1592
- > - 0.001 USD/请求
1593
- >
1594
- > # [English]
1595
- > ### Purpose:
1596
- > - Get user data by Instagram username with more details
1597
- > ### Parameters:
1598
- > - username: Instagram username
1599
- > ### Return:
1600
- > - User information object with main fields:
1601
- > - `pk/id`: User ID
1602
- > - `username`: Username
1603
- > - `full_name`: Full name
1604
- > - `biography`: Bio
1605
- > - `bio_links`: Bio links list
1606
- > - `follower_count`: Followers count
1607
- > - `following_count`: Following count
1608
- > - `media_count`: Media count
1609
- > - `profile_pic_url`: Profile picture URL
1610
- > - `hd_profile_pic_url_info`: HD profile picture URL info
1611
- > - `is_private`: Whether account is private
1612
- > - `is_verified`: Whether account is verified
1613
- > ### Price:
1614
- > - 0.001 USD/request
1615
- >
1616
- > # [示例/Example]
1617
- > username = "instagram"
1618
-
1619
- #### Parameters
1620
-
1621
- | Field | In | Type | Required | Description | Default | Example | Enum |
1622
- | --- | --- | --- | --- | --- | --- | --- | --- |
1623
- | username | query | string | Yes | Instagram用户名/Instagram username | None | instagram | None |
1624
-
1625
- #### Request Body
1626
-
1627
- None
1628
-
1629
- #### Success Response
1630
-
1631
- ##### `200 application/json`
1632
-
1633
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1634
-
1635
- | Field | Type | Required | Description | Default | Example | Enum |
1636
- | --- | --- | --- | --- | --- | --- | --- |
1637
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1638
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1639
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1640
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1641
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1642
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1643
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1644
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1645
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1646
- | 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 |
1647
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1648
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1649
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1650
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1651
- | data | null | No | The response data \| 响应数据 | None | None | None |
1652
-
1653
- <a id="get-api-u1-v1-instagram-v1-fetch-user-posts"></a>
1654
- ### `GET /api/u1/v1/instagram/v1/fetch_user_posts`
1655
-
1656
- - Summary: 获取用户帖子列表/Get user posts list
1657
- - Capabilities: profiles / accounts / content details
1658
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1659
- - operationId: `fetch_user_posts_api_v1_instagram_v1_fetch_user_posts_get`
1660
-
1661
- #### Notes
1662
-
1663
- > # [中文]
1664
- > ### 用途:
1665
- > - 获取用户帖子列表,支持分页
1666
- > ### 参数:
1667
- > - user_id: Instagram用户ID
1668
- > - count: 每页数量,默认12
1669
- > - max_id: 分页游标,首次请求不传
1670
- > ### 返回:
1671
- > - `items`: 帖子列表
1672
- > - `more_available`: 是否有更多数据
1673
- > - `next_max_id`: 下一页游标
1674
- > ### 价格:
1675
- > - 0.001 USD/请求
1676
- >
1677
- > # [English]
1678
- > ### Purpose:
1679
- > - Get user posts list with pagination support
1680
- > ### Parameters:
1681
- > - user_id: Instagram user ID
1682
- > - count: Count per page, default 12
1683
- > - max_id: Pagination cursor, omit for first request
1684
- > ### Return:
1685
- > - `items`: Posts list
1686
- > - `more_available`: Whether more data available
1687
- > - `next_max_id`: Next page cursor
1688
- > ### Price:
1689
- > - 0.001 USD/request
1690
- >
1691
- > # [示例/Example]
1692
- > user_id = "25025320"
1693
-
1694
- #### Parameters
1695
-
1696
- | Field | In | Type | Required | Description | Default | Example | Enum |
1697
- | --- | --- | --- | --- | --- | --- | --- | --- |
1698
- | user_id | query | string | Yes | Instagram用户ID/Instagram user ID | None | 25025320 | None |
1699
- | count | query | integer | No | 每页数量/Count per page | 12 | None | None |
1700
- | max_id | query | string | No | 分页游标,用于获取下一页/Pagination cursor for next page | None | None | None |
1701
-
1702
- #### Request Body
1703
-
1704
- None
1705
-
1706
- #### Success Response
1707
-
1708
- ##### `200 application/json`
1709
-
1710
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1711
-
1712
- | Field | Type | Required | Description | Default | Example | Enum |
1713
- | --- | --- | --- | --- | --- | --- | --- |
1714
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1715
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1716
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1717
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1718
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1719
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1720
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1721
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1722
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1723
- | 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 |
1724
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1725
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1726
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1727
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1728
- | data | null | No | The response data \| 响应数据 | None | None | None |
1729
-
1730
- <a id="get-api-u1-v1-instagram-v1-fetch-user-posts-v2"></a>
1731
- ### `GET /api/u1/v1/instagram/v1/fetch_user_posts_v2`
1732
-
1733
- - Summary: 获取用户帖子列表V2/Get user posts list V2
1734
- - Capabilities: profiles / accounts / content details
1735
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1736
- - operationId: `fetch_user_posts_v2_api_v1_instagram_v1_fetch_user_posts_v2_get`
1737
-
1738
- #### Notes
1739
-
1740
- > # [中文]
1741
- > ### 用途:
1742
- > - 获取用户帖子列表,支持分页
1743
- > ### 参数:
1744
- > - user_id: Instagram用户ID
1745
- > - count: 每页数量,默认12
1746
- > - end_cursor: 分页游标,首次请求不传
1747
- > ### 返回:
1748
- > - GraphQL风格响应,包含`data.user.edge_owner_to_timeline_media`
1749
- > ### 价格:
1750
- > - 0.001 USD/请求
1751
- >
1752
- > # [English]
1753
- > ### Purpose:
1754
- > - Get user posts list with pagination
1755
- > ### Parameters:
1756
- > - user_id: Instagram user ID
1757
- > - count: Count per page, default 12
1758
- > - end_cursor: Pagination cursor, omit for first request
1759
- > ### Return:
1760
- > - GraphQL style response with `data.user.edge_owner_to_timeline_media`
1761
- > ### Price:
1762
- > - 0.001 USD/request
1763
- >
1764
- > # [示例/Example]
1765
- > user_id = "25025320"
1766
-
1767
- #### Parameters
1768
-
1769
- | Field | In | Type | Required | Description | Default | Example | Enum |
1770
- | --- | --- | --- | --- | --- | --- | --- | --- |
1771
- | user_id | query | string | Yes | Instagram用户ID/Instagram user ID | None | 25025320 | None |
1772
- | count | query | integer | No | 每页数量/Count per page | 12 | None | None |
1773
- | end_cursor | query | string | No | 分页游标,用于获取下一页/Pagination cursor for next page | None | None | None |
1774
-
1775
- #### Request Body
1776
-
1777
- None
1778
-
1779
- #### Success Response
1780
-
1781
- ##### `200 application/json`
1782
-
1783
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1784
-
1785
- | Field | Type | Required | Description | Default | Example | Enum |
1786
- | --- | --- | --- | --- | --- | --- | --- |
1787
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1788
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1789
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1790
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1791
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1792
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1793
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1794
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1795
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1796
- | 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 |
1797
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1798
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1799
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1800
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1801
- | data | null | No | The response data \| 响应数据 | None | None | None |
1802
-
1803
- <a id="get-api-u1-v1-instagram-v1-fetch-user-reels"></a>
1804
- ### `GET /api/u1/v1/instagram/v1/fetch_user_reels`
1805
-
1806
- - Summary: 获取用户Reels列表/Get user Reels list
1807
- - Capabilities: profiles / accounts
1808
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1809
- - operationId: `fetch_user_reels_api_v1_instagram_v1_fetch_user_reels_get`
1810
-
1811
- #### Notes
1812
-
1813
- > # [中文]
1814
- > ### 用途:
1815
- > - 获取用户Reels短视频列表,支持分页
1816
- > ### 参数:
1817
- > - user_id: Instagram用户ID
1818
- > - count: 每页数量,默认12
1819
- > - max_id: 分页游标,首次请求不传
1820
- > ### 返回:
1821
- > - `items`: Reels列表
1822
- > - `paging_info`: 分页信息
1823
- > ### 价格:
1824
- > - 0.001 USD/请求
1825
- >
1826
- > # [English]
1827
- > ### Purpose:
1828
- > - Get user Reels list with pagination
1829
- > ### Parameters:
1830
- > - user_id: Instagram user ID
1831
- > - count: Count per page, default 12
1832
- > - max_id: Pagination cursor, omit for first request
1833
- > ### Return:
1834
- > - `items`: Reels list
1835
- > - `paging_info`: Pagination info
1836
- > ### Price:
1837
- > - 0.001 USD/request
1838
- >
1839
- > # [示例/Example]
1840
- > user_id = "25025320"
1841
-
1842
- #### Parameters
1843
-
1844
- | Field | In | Type | Required | Description | Default | Example | Enum |
1845
- | --- | --- | --- | --- | --- | --- | --- | --- |
1846
- | user_id | query | string | Yes | Instagram用户ID/Instagram user ID | None | 25025320 | None |
1847
- | count | query | integer | No | 每页数量/Count per page | 12 | None | None |
1848
- | max_id | query | string | No | 分页游标,用于获取下一页/Pagination cursor for next page | None | None | None |
1849
-
1850
- #### Request Body
1851
-
1852
- None
1853
-
1854
- #### Success Response
1855
-
1856
- ##### `200 application/json`
1857
-
1858
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1859
-
1860
- | Field | Type | Required | Description | Default | Example | Enum |
1861
- | --- | --- | --- | --- | --- | --- | --- |
1862
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1863
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1864
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1865
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1866
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1867
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1868
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1869
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1870
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1871
- | 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 |
1872
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1873
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1874
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1875
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1876
- | data | null | No | The response data \| 响应数据 | None | None | None |
1877
-
1878
- <a id="get-api-u1-v1-instagram-v1-fetch-user-reposts"></a>
1879
- ### `GET /api/u1/v1/instagram/v1/fetch_user_reposts`
1880
-
1881
- - Summary: 获取用户转发列表/Get user reposts list
1882
- - Capabilities: profiles / accounts / content details
1883
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1884
- - operationId: `fetch_user_reposts_api_v1_instagram_v1_fetch_user_reposts_get`
1885
-
1886
- #### Notes
1887
-
1888
- > # [中文]
1889
- > ### 用途:
1890
- > - 获取用户转发/分享的帖子列表,支持分页
1891
- > ### 参数:
1892
- > - user_id: Instagram用户ID
1893
- > - max_id: 分页游标,首次请求不传
1894
- > ### 返回:
1895
- > - `items`: 转发帖子列表
1896
- > - `more_available`: 是否有更多数据
1897
- > - `next_max_id`: 下一页游标
1898
- > ### 价格:
1899
- > - 0.001 USD/请求
1900
- >
1901
- > # [English]
1902
- > ### Purpose:
1903
- > - Get user reposts/shares list with pagination
1904
- > ### Parameters:
1905
- > - user_id: Instagram user ID
1906
- > - max_id: Pagination cursor, omit for first request
1907
- > ### Return:
1908
- > - `items`: Reposts list
1909
- > - `more_available`: Whether more data available
1910
- > - `next_max_id`: Next page cursor
1911
- > ### Price:
1912
- > - 0.001 USD/request
1913
- >
1914
- > # [示例/Example]
1915
- > user_id = "25025320"
1916
-
1917
- #### Parameters
1918
-
1919
- | Field | In | Type | Required | Description | Default | Example | Enum |
1920
- | --- | --- | --- | --- | --- | --- | --- | --- |
1921
- | user_id | query | string | Yes | Instagram用户ID/Instagram user ID | None | 25025320 | None |
1922
- | max_id | query | string | No | 分页游标,用于获取下一页/Pagination cursor for next page | None | None | None |
1923
-
1924
- #### Request Body
1925
-
1926
- None
1927
-
1928
- #### Success Response
1929
-
1930
- ##### `200 application/json`
1931
-
1932
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1933
-
1934
- | Field | Type | Required | Description | Default | Example | Enum |
1935
- | --- | --- | --- | --- | --- | --- | --- |
1936
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1937
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1938
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1939
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1940
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1941
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1942
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1943
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1944
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1945
- | 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 |
1946
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1947
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1948
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1949
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1950
- | data | null | No | The response data \| 响应数据 | None | None | None |
1951
-
1952
- <a id="get-api-u1-v1-instagram-v1-fetch-user-tagged-posts"></a>
1953
- ### `GET /api/u1/v1/instagram/v1/fetch_user_tagged_posts`
1954
-
1955
- - Summary: 获取用户被标记的帖子/Get user tagged posts
1956
- - Capabilities: profiles / accounts / content details
1957
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1958
- - operationId: `fetch_user_tagged_posts_api_v1_instagram_v1_fetch_user_tagged_posts_get`
1959
-
1960
- #### Notes
1961
-
1962
- > # [中文]
1963
- > ### 用途:
1964
- > - 获取其他用户帖子中标记了该用户的帖子列表
1965
- > ### 参数:
1966
- > - user_id: Instagram用户ID
1967
- > - count: 每页数量,默认12
1968
- > - end_cursor: 分页游标,首次请求不传
1969
- > ### 返回:
1970
- > - GraphQL风格响应,包含`data.user.edge_user_to_photos_of_you`
1971
- > ### 价格:
1972
- > - 0.001 USD/请求
1973
- >
1974
- > # [English]
1975
- > ### Purpose:
1976
- > - Get posts where this user is tagged by others
1977
- > ### Parameters:
1978
- > - user_id: Instagram user ID
1979
- > - count: Count per page, default 12
1980
- > - end_cursor: Pagination cursor, omit for first request
1981
- > ### Return:
1982
- > - GraphQL style response with `data.user.edge_user_to_photos_of_you`
1983
- > ### Price:
1984
- > - 0.001 USD/request
1985
- >
1986
- > # [示例/Example]
1987
- > user_id = "25025320"
1988
-
1989
- #### Parameters
1990
-
1991
- | Field | In | Type | Required | Description | Default | Example | Enum |
1992
- | --- | --- | --- | --- | --- | --- | --- | --- |
1993
- | user_id | query | string | Yes | Instagram用户ID/Instagram user ID | None | 25025320 | None |
1994
- | count | query | integer | No | 每页数量/Count per page | 12 | None | None |
1995
- | end_cursor | query | string | No | 分页游标,用于获取下一页/Pagination cursor for next page | None | None | None |
1996
-
1997
- #### Request Body
1998
-
1999
- None
2000
-
2001
- #### Success Response
2002
-
2003
- ##### `200 application/json`
2004
-
2005
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2006
-
2007
- | Field | Type | Required | Description | Default | Example | Enum |
2008
- | --- | --- | --- | --- | --- | --- | --- |
2009
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
2010
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
2011
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
2012
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
2013
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
2014
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
2015
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
2016
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
2017
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
2018
- | 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 |
2019
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
2020
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
2021
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
2022
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
2023
- | data | null | No | The response data \| 响应数据 | None | None | None |
2024
-
2025
- <a id="get-api-u1-v1-instagram-v1-media-id-to-shortcode"></a>
2026
- ### `GET /api/u1/v1/instagram/v1/media_id_to_shortcode`
2027
-
2028
- - Summary: Media ID转Shortcode/Convert media ID to shortcode
2029
- - Capabilities: media / download
2030
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2031
- - operationId: `media_id_to_shortcode_api_v1_instagram_v1_media_id_to_shortcode_get`
2032
-
2033
- #### Notes
2034
-
2035
- > # [中文]
2036
- > ### 用途:
2037
- > - 将Instagram帖子的Media ID转换为Shortcode
2038
- > - Shortcode可用于构建帖子URL:instagram.com/p/{shortcode}/
2039
- > ### 参数:
2040
- > - media_id: 帖子的Media ID
2041
- > ### 返回:
2042
- > - `status`: 转换状态
2043
- > - `media_id`: 原始Media ID
2044
- > - `shortcode`: 转换后的Shortcode
2045
- > ### 价格:
2046
- > - 0.001 USD/请求
2047
- >
2048
- > # [English]
2049
- > ### Purpose:
2050
- > - Convert Instagram post media ID to shortcode
2051
- > - Shortcode can be used to construct post URL: instagram.com/p/{shortcode}/
2052
- > ### Parameters:
2053
- > - media_id: Post media ID
2054
- > ### Return:
2055
- > - `status`: Conversion status
2056
- > - `media_id`: Original media ID
2057
- > - `shortcode`: Converted shortcode
2058
- > ### Price:
2059
- > - 0.001 USD/request
2060
- >
2061
- > # [示例/Example]
2062
- > media_id = "3774507992167247878"
2063
-
2064
- #### Parameters
2065
-
2066
- | Field | In | Type | Required | Description | Default | Example | Enum |
2067
- | --- | --- | --- | --- | --- | --- | --- | --- |
2068
- | media_id | query | string | Yes | 帖子Media ID/Post media ID | None | 3774507992167247878 | None |
2069
-
2070
- #### Request Body
2071
-
2072
- None
2073
-
2074
- #### Success Response
2075
-
2076
- ##### `200 application/json`
2077
-
2078
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2079
-
2080
- | Field | Type | Required | Description | Default | Example | Enum |
2081
- | --- | --- | --- | --- | --- | --- | --- |
2082
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
2083
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
2084
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
2085
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
2086
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
2087
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
2088
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
2089
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
2090
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
2091
- | 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 |
2092
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
2093
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
2094
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
2095
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
2096
- | data | null | No | The response data \| 响应数据 | None | None | None |
2097
-
2098
- <a id="get-api-u1-v1-instagram-v1-shortcode-to-media-id"></a>
2099
- ### `GET /api/u1/v1/instagram/v1/shortcode_to_media_id`
2100
-
2101
- - Summary: Shortcode转Media ID/Convert shortcode to media ID
2102
- - Capabilities: media / download
2103
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2104
- - operationId: `shortcode_to_media_id_api_v1_instagram_v1_shortcode_to_media_id_get`
2105
-
2106
- #### Notes
2107
-
2108
- > # [中文]
2109
- > ### 用途:
2110
- > - 将Instagram帖子的Shortcode转换为Media ID
2111
- > - Shortcode是帖子URL中的唯一标识,如 instagram.com/p/DRhvwVLAHAG/ 中的 DRhvwVLAHAG
2112
- > ### 参数:
2113
- > - shortcode: 帖子的Shortcode
2114
- > ### 返回:
2115
- > - `status`: 转换状态
2116
- > - `shortcode`: 原始Shortcode
2117
- > - `media_id`: 转换后的Media ID
2118
- > ### 价格:
2119
- > - 0.001 USD/请求
2120
- >
2121
- > # [English]
2122
- > ### Purpose:
2123
- > - Convert Instagram post shortcode to media ID
2124
- > - Shortcode is the unique identifier in post URL, e.g., DRhvwVLAHAG in instagram.com/p/DRhvwVLAHAG/
2125
- > ### Parameters:
2126
- > - shortcode: Post shortcode
2127
- > ### Return:
2128
- > - `status`: Conversion status
2129
- > - `shortcode`: Original shortcode
2130
- > - `media_id`: Converted media ID
2131
- > ### Price:
2132
- > - 0.001 USD/request
2133
- >
2134
- > # [示例/Example]
2135
- > shortcode = "DRhvwVLAHAG"
2136
-
2137
- #### Parameters
2138
-
2139
- | Field | In | Type | Required | Description | Default | Example | Enum |
2140
- | --- | --- | --- | --- | --- | --- | --- | --- |
2141
- | shortcode | query | string | Yes | 帖子Shortcode/Post shortcode | None | DRhvwVLAHAG | None |
2142
-
2143
- #### Request Body
2144
-
2145
- None
2146
-
2147
- #### Success Response
2148
-
2149
- ##### `200 application/json`
2150
-
2151
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2152
-
2153
- | Field | Type | Required | Description | Default | Example | Enum |
2154
- | --- | --- | --- | --- | --- | --- | --- |
2155
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
2156
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
2157
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
2158
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
2159
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
2160
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
2161
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
2162
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
2163
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
2164
- | 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 |
2165
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
2166
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
2167
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
2168
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
2169
- | data | null | No | The response data \| 响应数据 | None | None | None |
2170
-
2171
- <a id="get-api-u1-v1-instagram-v1-user-id-to-username"></a>
2172
- ### `GET /api/u1/v1/instagram/v1/user_id_to_username`
2173
-
2174
- - Summary: 用户ID转用户信息/Get user info by user ID
2175
- - Capabilities: profiles / accounts
2176
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
2177
- - operationId: `user_id_to_username_api_v1_instagram_v1_user_id_to_username_get`
2178
-
2179
- #### Notes
2180
-
2181
- > # [中文]
2182
- > ### 用途:
2183
- > - 通过Instagram用户ID获取用户信息
2184
- > - 可用于将用户ID转换为用户名及获取完整用户资料
2185
- > ### 参数:
2186
- > - user_id: 用户ID
2187
- > ### 返回:
2188
- > - `pk`/`pk_id`: 用户ID
2189
- > - `username`: 用户名
2190
- > - `full_name`: 用户全名
2191
- > - `is_private`: 是否私密账户
2192
- > - `is_verified`: 是否已认证
2193
- > - `profile_pic_url`: 头像URL
2194
- > - `biography`: 个人简介
2195
- > - `follower_count`: 粉丝数
2196
- > - `following_count`: 关注数
2197
- > - `media_count`: 帖子数
2198
- > ### 价格:
2199
- > - 0.001 USD/请求
2200
- >
2201
- > # [English]
2202
- > ### Purpose:
2203
- > - Get user info by Instagram user ID
2204
- > - Can be used to convert user ID to username and get full profile
2205
- > ### Parameters:
2206
- > - user_id: User ID
2207
- > ### Return:
2208
- > - `pk`/`pk_id`: User ID
2209
- > - `username`: Username
2210
- > - `full_name`: Full name
2211
- > - `is_private`: Whether account is private
2212
- > - `is_verified`: Whether account is verified
2213
- > - `profile_pic_url`: Profile picture URL
2214
- > - `biography`: Bio
2215
- > - `follower_count`: Followers count
2216
- > - `following_count`: Following count
2217
- > - `media_count`: Posts count
2218
- > ### Price:
2219
- > - 0.001 USD/request
2220
- >
2221
- > # [示例/Example]
2222
- > user_id = "18527"
2223
-
2224
- #### Parameters
2225
-
2226
- | Field | In | Type | Required | Description | Default | Example | Enum |
2227
- | --- | --- | --- | --- | --- | --- | --- | --- |
2228
- | user_id | query | string | Yes | 用户ID/User ID | None | 18527 | None |
2229
-
2230
- #### Request Body
2231
-
2232
- None
2233
-
2234
- #### Success Response
2235
-
2236
- ##### `200 application/json`
2237
-
2238
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2239
-
2240
- | Field | Type | Required | Description | Default | Example | Enum |
2241
- | --- | --- | --- | --- | --- | --- | --- |
2242
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
2243
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
2244
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
2245
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
2246
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
2247
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
2248
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
2249
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
2250
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
2251
- | 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 |
2252
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
2253
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
2254
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
2255
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
2256
- | data | null | No | The response data \| 响应数据 | None | None | None |