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_web_profile_info("kyliejenner"))

Response example​

Loading...