获取话题帖子/Get hashtag posts

Instagramapi

About

获取话题帖子/Get hashtag posts

Documentation

获取话题帖子/Get hashtag posts

[中文]

用途:

  • 获取指定话题标签下的帖子列表
  • 支持按热门、最新或仅Reels筛选
  • 支持分页获取

参数:

  • keyword: 话题关键词(不含#号)
  • feed_type: 帖子类型,"top"(热门)、"recent"(最新)或"reels"(仅Reels),默认top
  • pagination_token: 分页token,从上一次响应获取

返回:

  • data.items: 帖子列表
  • pagination_token: 下一页token

价格:

  • 0.002 USD/请求

[English]

Purpose:

  • Get posts under specified hashtag
  • Support filtering by top, recent, or reels only
  • Support pagination

Parameters:

  • keyword: Hashtag keyword (without #)
  • feed_type: Feed type "top", "recent", or "reels", default top
  • pagination_token: Pagination token from previous response

Return:

  • data.items: List of posts
  • pagination_token: Next page token

Price:

  • 0.002 USD/request

[示例/Example]

keyword = "cat" feed_type = "top"

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

Try 获取话题帖子/Get hashtag posts

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

Open in Playground

Related Models