get_gql_user_followers_chunk
Fetch a chunk of followers for an Instagram user via GQL. Provide user ID, optionally paginate with end cursor, or skip privacy check with force flag. Each call costs 2 requests.
Instructions
[GET /gql/user/followers/chunk] Get a user followers (one request required)
⚠️ Billing: 2 requests per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ||
| end_cursor | No | ||
| force | No | Skip account privacy check |