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.

Params

NameTypeDefaultDescription
username (required)stringUsername

Usage

from rocketapi import InstagramAPI


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

Response example

Loading...