[中文]#
用途:#
参数:#
username: Instagram用户名(必填)
返回:#
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/视频数
[English]#
Purpose:#
Get complete Instagram user profile information
Including basic info, statistics, recent posts, etc.
Parameters:#
username: Instagram username (required)
Return:#
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
示例/Example#
TikOmni Pricing#
Actual billing follows the TikOmni pricing catalog. Query /api/pricing/v1/endpoints with this endpoint path for the current unit price.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Request Code Samples
curl --location 'https://api.tikomni.com/api/u1/v1/instagram/v3/get_user_profile?username=instagram' \
--header 'Authorization: Bearer <token>'
Modified at 2026-08-13 21:36:23