Users
Search users
Search for X users by name or username and return matching profiles with pagination
GET
Search users
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.1 credit per result returned · All plans from $0.00012/credit
searchRows or search_rows with
nextCursor or next_cursor before requesting the next page.
Direct user search handoff
UseGET /x/users/search when a CRM, enrichment, creator discovery, support,
or agent workflow has a name, brand, or handle fragment and needs matching X
profiles. Use Get User when you have one exact ID
or username. Use Get Users (Batch) when you
already have numeric user IDs.
Store search_query, result_rank, user_id, username, display_name,
profile metrics, verification state, profile_image_url, has_next_page, and
next_cursor. Treat next_cursor as opaque and pass it back as cursor only
when has_next_page is true. Zero affordable results return
402 insufficient_credits.
Query parameters
Search query string.
Pagination cursor from a previous response. Omit for the first page.
Headers
Your API key. Session cookie authentication is also supported.
Response
- 200 OK
- 400 Missing query
- 401 Unauthenticated
- 402 Subscription required
- 429 Rate Limit Exceeded
- 424 Dependency Failed
Next steps: Get User to fetch full details, or Search Tweets to find tweets by query.
Last modified on May 17, 2026
Search users