All-in-One Social Media Email Scraper avatar

All-in-One Social Media Email Scraper

Try for free

2 hours trial then $29.99/month - No credit card required now

Go to Store
All-in-One Social Media Email Scraper

All-in-One Social Media Email Scraper

easyapi/all-in-one-social-media-email-scraper
Try for free

2 hours trial then $29.99/month - No credit card required now

🌐📧 Discover emails across 30+ social platforms! Extract contact info from Facebook, Twitter, LinkedIn, and more. Perfect for lead gen, influencer outreach, and market research. Fast, efficient, and proxy-enabled. Boost your networking and marketing efforts today! 🚀🔍

Developer
Maintained by Community

Actor Metrics

  • 37 monthly users

  • No reviews yet

  • 8 bookmarks

  • 83% runs succeeded

  • Created in Oct 2024

  • Modified 2 months ago

🌐 All-in-One Social Media Email Scraper

Discover and extract email addresses from multiple social media platforms with ease! This powerful Apify Actor helps you find valuable contact information across various social networks.

✨ Features

  • 🔍 Search across 30+ popular social media platforms
  • 📧 Extract email addresses matching specified domains
  • 🚀 Fast and efficient with concurrent searching and proxy rotation
  • 🛡️ Built-in protection against IP blocks with automatic proxy switching
  • 🔄 Smart retry mechanism for handling rate limits (429 errors)
  • ⏱️ Customizable delay between page requests to mimic human behavior
  • 📊 Detailed output including platform, profile URL, and context

📋 Supported Platforms

  1. 📘 Facebook
  2. 📸 Instagram
  3. 🐦 Twitter
  4. 💼 LinkedIn
  5. 🎥 YouTube
  6. 📌 Pinterest
  7. 🗨️ Reddit
  8. ✍️ Medium
  9. 📝 Tumblr
  10. ❓ Quora
  11. 👻 Snapchat
  12. 🎬 Vimeo
  13. 📷 Flickr
  14. 🎨 Behance
  15. 🖌️ Dribbble
  16. 🐙 GitHub
  17. 💻 Stack Overflow
  18. 🎭 DeviantArt
  19. 🎮 Twitch
  20. 🎵 SoundCloud
  21. 🎧 Spotify
  22. 🎼 Last.fm
  23. 📚 Goodreads
  24. 🍽️ Yelp
  25. ✈️ TripAdvisor
  26. 👥 Meetup
  27. 🎟️ Eventbrite
  28. 💰 Patreon
  29. 🚀 Kickstarter
  30. 🎵 TikTok

💡 Use Cases

  • 🎯 Lead Generation: Find potential customers' email addresses
  • 📢 Influencer Marketing: Discover influencers' contact information
  • 🤝 Networking: Connect with professionals in your industry
  • 🔍 Competitive Analysis: Research competitors' online presence
  • 📊 Market Research: Gather contact data for surveys or studies

🚀 Input Configuration

  • keyword: Search term to find relevant profiles
  • emailDomains: List of email domains to search for (e.g., gmail.com, outlook.com)
  • maxResults: Maximum number of results to fetch per platform
  • selectedPlatforms: Choose which social media platforms to search
  • proxyConfiguration: Set up proxy settings to avoid IP blocks

📤 Output

For each found email address, you'll receive:

  • 📧 Email address
  • 🌐 Source platform
  • 🔗 Profile URL
  • 📝 Context (surrounding text where the email was found)
  • 🔑 Search keyword used

🆘 Support

If you encounter any issues or have questions about using this Actor, please don't hesitate to reach out through Apify's support channels.

Supercharge your lead generation and market research with the All-in-One Social Media Email Scraper! 🚀📧

Input Example

A full explanation of an input example in JSON.

1{
2      "keyword": "marketing",
3      "emailDomains": ["gmail.com", "hotmail.com", "outlook.com", "yahoo.com"],
4      "maxResults": 100,
5      "selectedPlatforms": ["Facebook", "Instagram", "Twitter", "LinkedIn", "YouTube", "Pinterest", "Reddit"],
6      "proxyConfiguration": {
7          "useApifyProxy": true,
8          "apifyProxyGroups": ["RESIDENTIAL"]
9      }
10  }

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

1[
2  {
3    "keywords": "marketing",
4    "emailDomains": "gmail.com, hotmail.com, outlook.com, yahoo.com",
5    "email": "vagas.guia10@gmail.com",
6    "title": "Envie seu currículo... - Guia10 - Comunicação e Marketing",
7    "url": "https://m.facebook.com/story.php/?story_fbid=1058834786243827&id=100063519475975",
8    "text": "Envie seu currículo para o E-mail: vagas.guia10@gmail.com ... ✨ Agência Guia10 | Comunicação e Marketing Faça um orçamento 69 3302-0410 . . . .",
9    "platform": "Facebook"
10  },
11  {
12    "keywords": "marketing",
13    "emailDomains": "gmail.com, hotmail.com, outlook.com, yahoo.com",
14    "email": "gigantenordestino.marketing@gmail.com",
15    "title": "Gigante Nordestino",
16    "url": "https://m.facebook.com/story.php?story_fbid=506564448789523&id=100083079170179",
17    "text": "Mande seu currículo para gigantenordestino.marketing@gmail.com com a unidade e vaga pretendida no \"Assunto\" do e-mail. Exemplo: GERENTE - RIOSUL. É ...",
18    "platform": "Facebook"
19  },
20  ...
21]