Retrieve accounts that an X user follows with profile details
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.
nextCursor in your sync
job.
GET /x/users/{id}/following when a CRM, warehouse, audience, or agent workflow needs one paginated JSON page of accounts followed by a user now. Use following_explorer when you need an estimated job, saved extraction, or CSV/JSON/XLSX file export.
users[] as the followed account profile rows returned on this page.users[].id as x_user_id for CRM, warehouse, audience, and agent dedupe.users[].username and users[].name for handles, labels, segments, and review queues.users[].description, location, url, profilePicture, and coverPicture when returned.has_next_page and next_cursor; pass next_cursor back as cursor only when has_next_page is true.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.
cursor; when both are present, cursor wins.200.pageSize; when both are present, pageSize wins.