获取用户Stories(快拍)/Get user stories

Instagramapi

About

获取用户Stories(快拍)/Get user stories

Documentation

获取用户Stories(快拍)/Get user stories

[中文]

用途:

  • 获取Instagram用户的Stories(快拍)列表
  • 即点击用户头像后展示的24小时内发布的快拍内容

参数:

  • username: Instagram用户名(必填)

返回:

  • data.reels_media: Stories列表(按用户分组)
    • id: 用户ID
    • user: 用户信息
      • username: 用户名
      • full_name: 全名
      • profile_pic_url: 头像URL
    • items: Stories条目列表
      • id: Story ID
      • pk: Story PK
      • taken_at: 发布时间戳
      • media_type: 媒体类型(1=图片, 2=视频)
      • image_versions2: 图片版本列表
      • video_versions: 视频版本列表(视频时存在)
      • story_cta: Story链接(如果有)
  • data.reels: Stories详细信息

注意:

  • Stories有24小时有效期,过期后无法获取
  • 私密账号的Stories需要关注后才能查看

价格:

  • 0.008 USD/请求

[English]

Purpose:

  • Get Instagram user's Stories list
  • Stories displayed when clicking on user's profile picture (published within 24 hours)

Parameters:

  • username: Instagram username (required)

Return:

  • data.reels_media: Stories list (grouped by user)
    • id: User ID
    • user: User info
      • username: Username
      • full_name: Full name
      • profile_pic_url: Profile picture URL
    • items: Stories item list
      • id: Story ID
      • pk: Story PK
      • taken_at: Published timestamp
      • media_type: Media type (1=image, 2=video)
      • image_versions2: Image version list
      • video_versions: Video version list (exists for videos)
      • story_cta: Story link (if any)
  • data.reels: Stories detailed info

Note:

  • Stories have a 24-hour expiration, cannot be fetched after expiration
  • Private account's Stories require following to view

Price:

  • 0.008 USD/request

示例/Example

username = "instagram"

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

Try 获取用户Stories(快拍)/Get user stories

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

Open in Playground

Related Models