Skip to main content

Get Web Profile Info πŸ’»

Retrieve user web profile information by username.

Note: Please be aware that the responses from Get Web Profile Info πŸ’» and Get Info by id πŸ“± endpoints are different.

As of December 2023, this method no longer returns the user’s last 12 publications (the edges[] array is empty). Please consider using Get User Media / Get User Media by username / Get User Clips to retrieve user publications.

Params​

NameTypeDefaultDescription
username (required)string–Username

Usage​

from rocketapi import InstagramAPI


instagram_api = InstagramAPI(token="your-api-key")
print(instagram_api.get_user_info("kyliejenner"))

Response example​

Loading...