Twitter/X Email Extractor - Find Email Addresses avatar

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

Twitter/X Email Extractor - Find Email Addresses

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Donny

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:

  1. Parses the profile bio for email addresses using regex patterns
  2. Extracts website URLs linked in the profile
  3. Optionally visits those websites to find email addresses in page content, mailto links, and meta tags
  4. 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

FieldTypeDescription
usernamesArrayList of Twitter/X usernames (without @)
checkWebsitesBooleanWhether to check linked websites for emails (default: true)
proxyConfigurationObjectProxy settings

Output

Each result contains:

  • username - The Twitter username
  • displayName - The user's display name
  • email - Extracted email address (or null if none found)
  • emailSource - Where the email was found (bio/website/tweets)
  • websiteUrl - URL linked in the profile
  • bio - The user's bio text
  • scrapedAt - Timestamp of when the data was collected