Skip to main content

Get About

Obtain user details from «About this Account» section.

Note: Not all Instagram users have this information available. Only those with the «About this Account» button will provide such data.

You can anticipate receiving fields like country, joined_at, former_usernames (count), accounts_with_shared_followers (count), is_verified, and verified_at; however, these fields might all be null.

Screenshot of «About this Account» section

About section screenshot

Params

NameTypeDefaultDescription
id (required)intUser id

Usage

from rocketapi import InstagramAPI


instagram_api = InstagramAPI(token="your-api-key")
print(instagram_api.get_user_about(7141291))

Response example

Loading...