💡 Why Audience Discovery Matters
- Precision Lead Gen: Find users who explicitly state their profession (e.g., “Founder,” “Marketing Director”) in their bio.
- Niche Marketing: Connect with specific interest groups like “Gamers,” “Travel Bloggers,” or “Sustainability Advocates.”
- Competitor Conquest: Identify users who are actively talking about your competitors to offer them a better alternative.
Method 1: Searching by User Bio (/search-users)
The most direct way to find a specific persona is to search through their profile descriptions. This endpoint scans user bios, display names, and handles for your keywords.
Use Case: If you need to find “AI Developers” or “Fitness Coaches,” this is your go-to tool.
Implementation Example
PythonMethod 2: Discovering Audience through Content (/search-tweets)
Sometimes, the best way to find your audience is not by what they say they are, but by what they talk about. By searching for specific keywords or hashtags, you can find active users interested in a topic.
Every time you use the Search Tweets endpoint, the API returns a rich User Object for every tweet. This includes their ID, bio, follower count, and verification status.
How to use this for Lead Gen:
- Use Advanced Search Operators to find tweets about a specific pain point (e.g.,
"need a tool for" lang:en). - Extract the
userdata from the response. - Filter these users by their
followers_countorverifiedstatus to find high-value targets.
🔗 Related Guides:
- How to Search Tweets — The basics of keyword search.
- Mastering Search Operators — How to use boolean logic to find highly specific content.
⚖️ Which Method Should You Choose?
| Feature | /search-users | /search-tweets |
|---|---|---|
| Best for… | Static personas (Job titles, hobbies in bio). | Active intent (People talking about a topic now). |
| Data Scope | Profile descriptions & names. | Real-time tweets & hashtags. |
| Discovery | Finds people who “are” something. | Finds people who “do” something. |
⏭ Next Steps
- Bulk Profile Enrichment — Found a list of IDs? Learn how to get full data for all of them.
- Real-time Monitoring — Set up a system to catch your target audience the moment they post.
- Mastering X Search Operators — Refine your content-based discovery.