twitter_user_search
Search for Twitter/X user accounts by name, keyword, or topic to discover profiles, handles, or people in specific niches.
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 | Max items to return for this page. Typical range 1 to 200; endpoint default (20) applies if omitted. To page through results, pass the cursor from the previous response. | |
| 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. |