get_gql_user_following_chunk
Retrieve a chunk of Instagram users that a specific user follows, using a single request. Provide user ID, optionally paginate with end cursor, and bypass privacy checks with force flag.
Instructions
[GET /gql/user/following/chunk] Get a user following (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 |