Export X followers as paginated JSON for CRM, warehouse, audience, and agent workflows
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}/followers when a CRM, warehouse, audience, or agent workflow needs one paginated JSON page now. Use follower_explorer when you need an estimated job, saved extraction, or CSV/JSON/XLSX file export.
users[] as the follower 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, enrichment, and dedupe.users[].description, location, and url when returned. Empty profile fields are omitted.users[].followers, users[].following, verified, and verifiedType for filters and scoring.users[].profilePicture and coverPicture for enrichment, review queues, or profile previews.has_next_page and next_cursor; pass next_cursor back as cursor only when has_next_page is true.pageSize from 20 to 200 is an upper bound. Paid authenticated calls can return fewer rows when the remaining credit balance is lower than the requested page size. A balance that cannot afford any result returns 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.