instagram_get_user
Fetch a user's full public profile: counts, bio, category, and links. Resolve a username to user_id and check if account is private before accessing posts.
Instructions
Get a user's full public profile: counts, biography, category and links.
Use this to resolve a username to a user_id, to check whether an account is private before trying to read its posts, or to read follower/following/post counts. For the posts themselves use instagram_get_user_medias.
Args: username: The handle to look up. user_id: The numeric id, if you already have it.
Returns: user_id, username, full_name, url, biography, external_url, follower_count, following_count, media_count, is_private, is_verified, is_business, category, public_email, profile_pic_url. Fields Instagram does not return are omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | No | Numeric user id, e.g. '528817151'. Use instead of username. | |
| username | No | Handle without the @, e.g. 'nasa'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||