twitter_user_search
Search Twitter/X user accounts by name, keyword, or topic to discover niche profiles, find brand handles, or locate a person when you only know their name. Returns matching profiles with pagination.
Instructions
Search for Twitter/X user accounts by name, keyword, or topic. Returns matching profiles (username, display name, bio, follower count, verification status) with a pagination cursor. Use this to discover accounts in a niche, find brand handles, or locate a person when you only know their name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Requested page size, capped at 200. Advisory only for this endpoint: X's own search backend typically returns around 13 to 20 tweets per page regardless of the value requested here, an upstream limit, not something this API controls. To retrieve more results, page with the cursor from the previous response rather than raising this value. | |
| query | Yes | Name, keyword, or topic to search accounts for. Examples: 'OpenAI', 'AI researcher', 'tech founder'. | |
| cursor | No | Opaque pagination cursor from a previous response's next_cursor field. Omit on the first call; pass on subsequent calls to fetch the next page. |