获取用户短详情/Get user brief info

Instagramapi

About

获取用户短详情/Get user brief info

Documentation

获取用户短详情/Get user brief info

[中文]

用途:

  • 获取Instagram用户的短详情/悬浮卡片信息
  • 返回用户核心信息,响应速度比 get_user_profile 更快
  • 适用于批量获取用户摘要信息的场景

参数:

  • user_id: Instagram用户ID(数字,必填)
  • username: Instagram用户名(必填)

返回:

  • data.id: 用户ID
  • data.username: 用户名
  • data.full_name: 全名
  • data.biography: 个人简介
  • data.profile_pic_url: 头像URL
  • data.is_verified: 是否认证
  • data.is_private: 是否私密账号
  • data.edge_followed_by.count: 粉丝数
  • data.edge_follow.count: 关注数
  • data.edge_owner_to_timeline_media: 最近帖子预览

价格:

  • 0.008 USD/请求

[English]

Purpose:

  • Get Instagram user brief/hover card info
  • Returns core user info, faster response than get_user_profile
  • Suitable for batch fetching user summary info

Parameters:

  • user_id: Instagram user ID (numeric, required)
  • username: Instagram username (required)

Return:

  • data.id: User ID
  • data.username: Username
  • data.full_name: Full name
  • data.biography: Biography
  • data.profile_pic_url: Profile picture URL
  • data.is_verified: Whether verified
  • data.is_private: Whether private account
  • data.edge_followed_by.count: Followers count
  • data.edge_follow.count: Following count
  • data.edge_owner_to_timeline_media: Recent posts preview

Price:

  • 0.008 USD/request

示例/Example

user_id = "791258468" username = "99brasil"

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

Try 获取用户短详情/Get user brief info

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

Open in Playground

Related Models