All-in-One Social Media, Email & Phone Scraper avatar
All-in-One Social Media, Email & Phone Scraper

Pricing

$10.00/month + usage

Go to Store
All-in-One Social Media, Email & Phone Scraper

All-in-One Social Media, Email & Phone Scraper

Developed by

DataVoyantLab

DataVoyantLab

Maintained by Community

Social Email Phone Scraper scans websites intelligently to extract contact information, including emails, phones, and social profiles. Using strategic URL classification, it targets high-value pages first to minimize resource usage while maximizing data collection effectiveness.

0.0 (0)

Pricing

$10.00/month + usage

3

Total users

44

Monthly users

10

Runs succeeded

>99%

Last modified

2 months ago

Social Email Phone Scraper scans websites intelligently to extract contact information, including emails, phones, and social profiles. Using strategic URL classification, it targets high-value pages first to minimize resource usage while maximizing data collection effectiveness.

This Actor helps businesses streamline lead generation and contact discovery through efficient data gathering techniques.

๐ŸŽฏ Core Capabilities

  • Intelligent URL classification and crawling prioritization
  • Advanced pattern recognition for contact information
  • Resource-optimized scanning architecture

๐Ÿ’ก Use Cases

  • ๐ŸŽฏ Lead Generation: Uncover contact details of prospective customers.
  • ๐Ÿ“ข Influencer Outreach: Secure influencersโ€™ contact information for partnerships.
  • ๐Ÿค Professional Networking: Forge meaningful connections within your industry.
  • ๐Ÿ” Competitive Intelligence: Investigate competitorsโ€™ digital footprint.
  • ๐Ÿ“Š Market Insights: Collect valuable contact data for research and analysis.

Input example :

{
"urls": [
"https://www.apify.com" // Starting URLs for the web scraping process.
],
"proxy": {
"useApifyProxy": true
},
"maxDepth": 1, // Maximum depth for link traversal from the starting URLs. A depth of 1 means only directly linked pages are scraped.
"maxPagesPerUrl": 10, // Maximum number of pages to scrape per URL. Limits how many pages are crawled from each starting point.
"maxConcurrency": 10 // Maximum number of concurrent requests the scraper can make, controlling performance and resource usage.
}

Output sample :

{
"emails": [
"support@example.com",
"contact@example.com"
],
"phone": [
"+1-800-123-4567",
"+44-20-7946-0958"
],
"social": {
"twitter": [
"https://twitter.com/example",
"https://twitter.com/example_support"
],
"facebook": [
"https://www.facebook.com/example"
],
"instagram": [
"https://www.instagram.com/exampleofficial/",
"https://www.instagram.com/example/"
],
"linkedin": [
"https://www.linkedin.com/company/example"
],
"tiktok": [
"https://www.tiktok.com/@example"
],
"whatsapp": [],
"telegram": []
},
"domain": "example.com",
"urls_scraped": 8,
"scrape_time": 4.582394
}