Twitter/X Email Extractor - Find Email Addresses
Pricing
from $10.00 / 1,000 results
Go to Apify Store

Twitter/X Email Extractor - Find Email Addresses
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer

Donny
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
7 hours ago
Last modified
Categories
Share
Twitter Email Extractor
Extracts email addresses from Twitter/X profiles and their linked websites.
How it works
This actor uses Twitter's syndication API to fetch profile data including bio text and linked URLs. It then:
- Parses the profile bio for email addresses using regex patterns
- Extracts website URLs linked in the profile
- Optionally visits those websites to find email addresses in page content, mailto links, and meta tags
- Returns all discovered email addresses with their source
Features
- Extracts emails from Twitter/X profile bios
- Scrapes linked websites for contact email addresses
- Checks page meta tags (author, contact) for emails
- Parses mailto: links from website HTML
- Supports proxy configuration to avoid rate limiting
- De-duplicates email addresses per profile
Input
| Field | Type | Description |
|---|---|---|
usernames | Array | List of Twitter/X usernames (without @) |
checkWebsites | Boolean | Whether to check linked websites for emails (default: true) |
proxyConfiguration | Object | Proxy settings |
Output
Each result contains:
username- The Twitter usernamedisplayName- The user's display nameemail- Extracted email address (or null if none found)emailSource- Where the email was found (bio/website/tweets)websiteUrl- URL linked in the profilebio- The user's bio textscrapedAt- Timestamp of when the data was collected