instagram_get_followers
Retrieve the list of followers for any Instagram account, newest first, with adjustable limits to avoid rate limiting. Specify username or user ID and the number of followers to fetch.
Instructions
List the accounts that follow a user, newest follower first.
Only works for your own account, public accounts, and private accounts you follow. Fetching thousands of followers is slow and is the fastest way to get an account rate limited - ask for the smallest number that answers the question.
Args: username: The handle whose followers to list. user_id: The numeric id, if you already have it. amount: How many followers 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 followers to return. Large values take minutes and risk rate limits. | |
| user_id | No | Numeric user id. Use instead of username. | |
| username | No | Handle whose followers to list, e.g. 'nasa'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||