获取用户帖子列表/Get user posts list

Instagramapi

About

获取用户帖子列表/Get user posts list

Documentation

获取用户帖子列表/Get user posts list

[中文]

用途:

  • 获取用户帖子列表,支持分页

参数:

  • user_id: Instagram用户ID
  • count: 每页数量,默认12
  • max_id: 分页游标,首次请求不传

返回:

  • items: 帖子列表
  • more_available: 是否有更多数据
  • next_max_id: 下一页游标

价格:

  • 0.001 USD/请求

[English]

Purpose:

  • Get user posts list with pagination support

Parameters:

  • user_id: Instagram user ID
  • count: Count per page, default 12
  • max_id: Pagination cursor, omit for first request

Return:

  • items: Posts list
  • more_available: Whether more data available
  • next_max_id: Next page cursor

Price:

  • 0.001 USD/request

[示例/Example]

user_id = "25025320"

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Try 获取用户帖子列表/Get user posts list

Test this model in the Sandbase Playground with your own prompts.

Open in Playground

Related Models