Instagram modelsapi generation api

instagram/v1/user-info-by-username

Get user data by Instagram username

Input
Idle

Example output — click Run to generate your own

API README

Get user data by username

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.

Related Models