获取用户的About信息/Get user about info

Instagramapi

About

获取用户的About信息/Get user about info

Documentation

获取用户的About信息/Get user about info

[中文]

用途:

  • 获取用户的"关于此账户"(About This Account)信息
  • 包含账户创建日期、所在地区、认证状态等详细信息

参数:

  • user_id: Instagram用户ID(数字格式)

返回:

  • status: 请求状态
  • user_id: 用户ID
  • username: 用户名
  • profile_pic_url: 头像URL
  • is_verified: 是否认证
  • date_joined: 账户创建日期(如:"June 2012")
  • account_based_in: 账户所在地区(如:"United States")
  • verified_date: 认证日期(如:"August 2017",未认证则为None)

价格:

  • 0.001 USD/请求

[English]

Purpose:

  • Get user's "About This Account" information
  • Contains account creation date, location, verification status and more

Parameters:

  • user_id: Instagram user ID (numeric format)

Return:

  • status: Request status
  • user_id: User ID
  • username: Username
  • profile_pic_url: Profile picture URL
  • is_verified: Whether verified
  • date_joined: Account creation date (e.g., "June 2012")
  • account_based_in: Account location (e.g., "United States")
  • verified_date: Verification date (e.g., "August 2017", None if not verified)

Price:

  • 0.001 USD/request

[示例/Example]

user_id = "182988865"

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

Try 获取用户的About信息/Get user about info

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

Open in Playground

Related Models