Relationships
Get following
Retrieve the accounts one X user follows by username or numeric user ID with cursor pagination for social graph, CRM, warehouse, and agent workflows
GET
Get following
Documentation Index
Fetch the complete documentation index at: https://docs.xquik.com/llms.txt
Use this file to discover all available pages before exploring further.
1 credit per result returned · All plans from $0.00012/credit
Get following returns the accounts one X profile follows by username or
numeric user ID. It is also useful as a Following API, X following API, or
Twitter following API. The canonical endpoint remains
GET /api/v1/x/users/{id}/following.nextCursor in your sync
job.
Direct following handoff
UseGET /x/users/{id}/following when a CRM, warehouse, audience, or agent workflow needs one paginated JSON page of accounts followed by a user now. The endpoint accepts either a username or numeric user ID and returns followed account profile rows with cursor fields. Use following_explorer when you need an estimated job, saved extraction, or CSV/JSON/XLSX file export.
Following rows
Store
users[] as the followed account profile rows returned on this page.Stable upserts
Store
users[].id as x_user_id for CRM, warehouse, audience, and agent dedupe.Readable labels
Store
users[].username and users[].name for handles, labels, segments, and review queues.Profile enrichment
Store
users[].description, location, url, profilePicture, and coverPicture when returned.Next page
Store
has_next_page and next_cursor; pass next_cursor back as cursor only when has_next_page is true.Page size
Set
pageSize from 20 to 200. Use cursor; after is a legacy alias.402 insufficient_credits. For MPP callers, this endpoint is billed as a session at USD 0.00015 per user returned.
Path parameters
User ID (numeric) or username.
Query parameters
Pagination cursor from
next_cursor in a previous response. Omit for the
first page. Pass a cursor only when has_next_page is true.Legacy cursor alias. Use
cursor; when both are present, cursor wins.Results per page. Range: 20-200. Default:
200. Remaining credits can reduce
the returned row count.Legacy page size alias. Use
pageSize; when both are present, pageSize wins.Which following endpoint?
One user's following
Use
GET /x/users/{id}/following for the accounts one profile follows.One user's followers
Use
GET /x/users/{id}/followers for the
accounts that follow that profile.Verified followers
Use
GET /x/users/{id}/verified-followers
when you only need verified followers of the profile.Saved exports
Use
following_explorer for a saved
following extraction with CSV, JSON, or XLSX download handoff.Headers
Your API key. Session cookie authentication is also supported.
Response
- 200 OK
- 400 Invalid user ID
- 404 User not found
- 401 Unauthenticated
- 402 Subscription required
- 429 Rate Limit Exceeded
- 424 Dependency Failed
Related: Get followers · Get verified followers · Get followers you know
Last modified on May 24, 2026
Get following