interface IGUserMetadata {
    account_type: number;
    biography: string;
    contact_phone_number: string;
    external_url: string;
    followers: number;
    following: number;
    fullname: string;
    has_guides: boolean;
    has_highlight_reels: boolean;
    has_videos: boolean;
    hd_profile_pic_url_info: HDProfilePic;
    id: number;
    is_business: boolean;
    is_private: boolean;
    is_verified: boolean;
    post_count: number;
    public_email: string;
    total_igtv_videos: number;
    username: string;
}

Properties

account_type: number

account type e.g Business | Personal .etc

biography: string

full instagram bio

contact_phone_number: string

contact phone number if user set their phone number to public

external_url: string

external url given by user

followers: number

followers count

following: number

following count

fullname: string

full name of instagram account

has_guides: boolean
has_highlight_reels: boolean
has_videos: boolean
hd_profile_pic_url_info: HDProfilePic

url of instagram profile picture at HD / Original Quality

id: number

Instagram user id

is_business: boolean
is_private: boolean

is_private?

is_verified: boolean
post_count: number

total post

public_email: string

contact email

total_igtv_videos: number

total of an IGTV videos if has igtv post

username: string

Instagram username