Relationships
Get verified followers
Retrieve verified X followers by username or numeric user ID with cursor pagination for CRM, scoring, enrichment, and agent workflows
GET
Get verified followers
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.
Requested result counts are upper bounds for paid authenticated calls. When remaining credits cannot cover the full page or ID list, Xquik returns fewer results. If zero paid results are affordable, it returns
402 insufficient_credits.Get verified followers returns verified profiles that follow one X account by
username or numeric user ID. It is also useful as a verified followers API,
X verified followers API, or Twitter verified followers API. The canonical
endpoint remains
GET /api/v1/x/users/{id}/verified-followers.verifiedRows or verified_rows with
the checkpoint so a worker can resume pagination with next_cursor without
duplicating already imported profiles.
Direct verified followers handoff
UseGET /x/users/{id}/verified-followers when a CRM, warehouse, scoring, enrichment, or agent workflow needs one JSON page of verified followers now. The endpoint accepts either a username or numeric user ID and returns verified follower profile rows with cursor fields. Use verified_follower_explorer when you need an estimated job, saved extraction, or CSV/JSON/XLSX file export.
Verified rows
Store
users[] as the verified follower profile rows returned on this page.Stable upserts
Store
users[].id as x_user_id for CRM, warehouse, scoring, and agent dedupe.Readable labels
Store
users[].username and users[].name for handles, labels, enrichment, and review queues.Verification signals
Store
users[].verified and verifiedType to segment standard, business, and government accounts.Audience signals
Store
users[].followers, users[].following, and statusesCount for scoring and prioritization.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.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.Which verified follower endpoint?
Verified followers
Use
GET /x/users/{id}/verified-followers for verified accounts that follow
one profile.All followers
Use
GET /x/users/{id}/followers when you need
all followers, not only verified accounts.Following list
Use
GET /x/users/{id}/following for accounts
the profile follows.Saved exports
Use
verified_follower_explorer for a
saved verified follower 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: Create extraction with
verified_follower_explorer for saved verified follower jobs, Export extraction for CSV, JSON, or XLSX downloads, Get followers, Get following, and Get followers you know.Last modified on May 24, 2026
Get verified followers