get_v2_user_followers
Fetch followers of an Instagram user with cursor-based pagination. Supply the user ID to get the first page, then pass the next_page_id for subsequent pages.
Instructions
[GET /v2/user/followers] Get a user followers (one request required). Prefer /g2/user/followers
Get part (one page) of followers users with cursor
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | No | Id of user account | |
| page_id | No | Use value of field `next_page_id` from response for getting next page |