instagram_followers
Retrieve the public follower list for an Instagram account, including total follower count and cursor-based pagination.
Instructions
Get an account's followers. Public follower list of a public account, with the total follower count. Page with cursor where available.
Cost: 3 credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | next_cursor from the previous page of the same request. | |
| user_id | No | Numeric Instagram user id. Pass this or username. | |
| username | No | Instagram handle, with or without @. A profile URL also works. Pass this or user_id. |