Skip to main content
POST
Instagram Posts API

Instagram 帖子

采集公共 Instagram 帖子数据,包括标题文本、参与度指标、媒体 URL、作者字段和原始 JSONL 输出。

端点

请求正文

与 MCP 一起使用

使用上面的 JSON 请求正文作为 socq_execute 的嵌套 input 对象,或将相同的字段直接传递给Typed 工具。Typed 工具还接受 _wait_seconds_result_limit_idempotency_key
成功的采集将返回 task_id。继续 socq_get_task 直到任务成功,然后从 results.items 读取规范化记录。
有关完整的提交和轮询流程,请参阅MCP 快速入门

结果项

任务成功后,调用GET /v1/tasks/{task_id}读取results下的分页标准记录。
您可以在同一字段中传递多个公共用户名:

响应

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

请求体

application/json
query
string
必填

Search query.

Minimum string length: 1
callback_url
string<uri>
results_limit
integer
必填范围: 1 <= x <= 2000
urls
string[]

Public profile or content URLs.

Minimum array length: 1
Minimum string length: 1
usernames
string[]

Public account usernames.

Minimum array length: 1
Minimum string length: 1

响应

200 - application/json

Task accepted

code
integer
data
object