instagram_get_following
Retrieve the list of accounts a user follows on Instagram. Provide a username or user ID and set an amount to fetch up to 1000 followed accounts with details.
Instructions
List the accounts a user follows.
Same visibility rules and rate-limit caution as instagram_get_followers.
Args: username: The handle whose following list to read. user_id: The numeric id, if you already have it. amount: How many accounts to fetch.
Returns: count, requested, possibly_more (bool) and users[]: user_id, username, full_name, is_private, is_verified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | No | Maximum accounts to return. | |
| user_id | No | Numeric user id. Use instead of username. | |
| username | No | Handle whose followed accounts to list, e.g. 'nasa'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||