获取分类下的帖子/Get posts by section

Instagramapi

About

获取分类下的帖子/Get posts by section

Documentation

获取分类下的帖子/Get posts by section

[中文]

用途:

  • 获取探索页面某个分类下的帖子列表

参数:

  • section_id: 分类ID(可从fetch_explore_sections接口获取)
  • count: 每页数量,默认20
  • max_id: 分页游标,首次请求不传

返回:

  • section_name: 分类名称
  • items: 帖子列表
  • subsections: 子分类列表
  • max_id: 下一页游标
  • more_available: 是否有更多数据

价格:

  • 0.001 USD/请求

[English]

Purpose:

  • Get posts under specific explore section

Parameters:

  • section_id: Section ID (from fetch_explore_sections API)
  • count: Count per page, default 20
  • max_id: Pagination cursor, omit for first request

Return:

  • section_name: Section name
  • items: Posts list
  • subsections: Subsections list
  • max_id: Next page cursor
  • more_available: Whether more data available

Price:

  • 0.001 USD/request

[示例/Example]

section_id = "10156104410190727"

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

Try 获取分类下的帖子/Get posts by section

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

Open in Playground

Related Models