WellbyteWellbyte

GET /v1/instagram/v3/get_user_profile

获取用户信息

stable · 11 credits / 次(成功才计)

获取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…

注册即送 500 credits,用自己的 Key 试调。 免费注册

请求

curl -s 'https://api.wellbyte.net/v1/instagram/v3/get_user_profile?username=instagram' \
  -H "Authorization: Bearer dg_live_…"

响应

示例采集于 2026-08-25

data{
code:0
data{
id:"25025320"
pk:"25025320"
_rid:"36eb6dcf37368"
category:""
username:"instagram"
biography:"Discover what's new on Instagram 🔎✨"
full_name:"Instagram"
is_private:false
edge_follow{ 1 item }
is_verified:true
media_count:8564
external_url:"http://help.instagram.com"
follower_count:686264214
following_count:276
profile_pic_url:
"https://scontent-atl3-2.cdninstagram.com/v/t51.82787-19/550891366_18667771684001..."
edge_followed_by{ 1 item }
profile_pic_url_hd:
"https://scontent-atl3-2.cdninstagram.com/v/t51.82787-19/550891366_18667771684001..."
edge_owner_to_timeline_media{ 1 item }
}
meta{
endpoint:"instagram.v3.get_user_profile"
cache_hit:false
elapsed_ms:0
request_id:"req_sample"
credits_charged:0
}
message:"ok"
}

请求历史

打开完整日志

还没有调用记录。先跑通一次,再换成你的数据。

    请求参数

    参数类型位置必填说明示例
    usernamestringquery用户名instagram

    响应字段

    字段字典待补 —— 右侧可执行区可直接看到真实结构。

    错误码

    codeHTTP含义是否计费
    40001400参数缺失或格式错误
    40102401API Key 无效或已吊销
    40201402余额不足,请充值
    40402404目标资源不存在
    42201422质量门槛未通过
    42901429超出速率限制
    50401504上游超时
    50201502上游返回异常

    计费

    成功扣 11 credits;任何失败(含上游 200 但未过质量门槛)扣 0。

    搜索

    搜索端点与文档