获取用户信息/Get user profile

Instagramapi

About

获取用户信息/Get user profile

Documentation

获取用户信息/Get user profile

[中文]

用途:

  • 获取Instagram用户的完整个人资料信息
  • 包含用户基本信息、统计数据、最近帖子等

参数:

  • username: Instagram用户名(必填)

返回:

  • data.user.id: 用户ID
  • data.user.username: 用户名
  • data.user.full_name: 全名
  • data.user.biography: 个人简介
  • data.user.external_url: 外部链接
  • data.user.profile_pic_url: 头像URL(标准)
  • data.user.profile_pic_url_hd: 头像URL(高清)
  • data.user.is_verified: 是否认证
  • data.user.is_private: 是否私密账号
  • data.user.edge_followed_by.count: 粉丝数
  • data.user.edge_follow.count: 关注数
  • data.user.edge_owner_to_timeline_media.count: 帖子总数
  • data.user.edge_felix_video_timeline.count: Reels/视频数

价格:

  • 0.008 USD/请求

[English]

Purpose:

  • Get complete Instagram user profile information
  • Including basic info, statistics, recent posts, etc.

Parameters:

  • username: Instagram username (required)

Return:

  • data.user.id: User ID
  • data.user.username: Username
  • data.user.full_name: Full name
  • data.user.biography: Biography
  • data.user.external_url: External URL
  • data.user.profile_pic_url: Profile picture URL (standard)
  • data.user.profile_pic_url_hd: Profile picture URL (HD)
  • data.user.is_verified: Whether verified
  • data.user.is_private: Whether private account
  • data.user.edge_followed_by.count: Followers count
  • data.user.edge_follow.count: Following count
  • data.user.edge_owner_to_timeline_media.count: Total posts count
  • data.user.edge_felix_video_timeline.count: Reels/videos count

Price:

  • 0.008 USD/request

示例/Example

username = "instagram"

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

Try 获取用户信息/Get user profile

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

Open in Playground

Related Models