instagram_search_users
Search Instagram profiles by name or handle to find users, returning ranked matches with basic profile info.
Instructions
Search Instagram for users by handle or display name.
Returns the same ranked list the app's search box shows. Results are shallow; follow up with instagram_get_user for counts and biography.
Args: query: What to search for. amount: How many results to keep.
Returns: count (int) and users[]: user_id, username, full_name, is_private, is_verified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Name or handle fragment, e.g. 'nasa' or 'jane doe'. | |
| amount | No | Maximum profiles to return. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||