根据用户名获取用户数据/Get user data by username

Instagramapi

About

根据用户名获取用户数据/Get user data by username

Documentation

根据用户名获取用户数据/Get user data by username

[中文]

用途:

  • 根据Instagram用户名获取用户数据

参数:

  • username: Instagram用户名

返回:

  • 用户信息对象,包含以下主要字段:
    • id: 用户ID
    • username: 用户名
    • full_name: 用户全名
    • biography: 个人简介
    • bio_links: 个人简介链接列表
    • edge_followed_by: 粉丝数 {count: xxx}
    • edge_follow: 关注数 {count: xxx}
    • profile_pic_url: 头像URL
    • profile_pic_url_hd: 高清头像URL
    • is_private: 是否私密账户
    • is_verified: 是否已认证
    • external_url: 外部链接
    • is_business_account: 是否商业账户
    • is_professional_account: 是否专业账户
    • highlight_reel_count: 精选集数量
    • edge_owner_to_timeline_media: 时间线媒体(包含最近帖子)

价格:

  • 0.001 USD/请求

[English]

Purpose:

  • Get user data by Instagram username

Parameters:

  • username: Instagram username

Return:

  • User information object with main fields:
    • id: User ID
    • username: Username
    • full_name: Full name
    • biography: Bio
    • bio_links: Bio links list
    • edge_followed_by: Followers count {count: xxx}
    • edge_follow: Following count {count: xxx}
    • profile_pic_url: Profile picture URL
    • profile_pic_url_hd: HD profile picture URL
    • is_private: Whether account is private
    • is_verified: Whether account is verified
    • external_url: External link
    • is_business_account: Whether business account
    • is_professional_account: Whether professional account
    • highlight_reel_count: Highlights count
    • edge_owner_to_timeline_media: Timeline media (contains recent posts)

Price:

  • 0.001 USD/request

[示例/Example]

username = "instagram"

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

Try 根据用户名获取用户数据/Get user data by username

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

Open in Playground

Related Models