获取用户被标记的帖子/Get user tagged posts

Instagramapi

About

获取用户被标记的帖子/Get user tagged posts

Documentation

获取用户被标记的帖子/Get user tagged posts

[中文]

用途:

  • 获取其他用户帖子中标记了该用户的帖子列表

参数:

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

返回:

  • GraphQL风格响应,包含data.user.edge_user_to_photos_of_you

价格:

  • 0.001 USD/请求

[English]

Purpose:

  • Get posts where this user is tagged by others

Parameters:

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

Return:

  • GraphQL style response with data.user.edge_user_to_photos_of_you

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 tagged posts

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

Open in Playground

Related Models