Email, Phone & Socials Extractor avatar
Email, Phone & Socials Extractor

Pricing

$15.00/month + usage

Go to Store
Email, Phone & Socials Extractor

Email, Phone & Socials Extractor

Developed by

Louis Deconinck

Louis Deconinck

Maintained by Community

Easily extract emails, phone numbers, and social media links from any website. It crawls the specified start URLs and their subpages, collecting contact information and social media profiles.

5.0 (3)

Pricing

$15.00/month + usage

3

Total users

103

Monthly users

11

Runs succeeded

>99%

Last modified

5 months ago

This Apify actor extracts emails, phone numbers, and social media links from any website. It crawls the specified start URLs and their subpages, collecting contact information and social media profiles.

Features

  • Extracts email addresses from page content
  • Finds phone numbers using HTML elements
  • Collects social media links for various platforms
  • Crawls multiple pages from each start URL
  • Deduplicates and aggregates results

Handles these social media platforms: facebook, youtube, instagram, tiktok, snapchat, twitter, pinterest, linkedin, discord, whatsapp, reddit, tumblr, medium, quora, flickr, vimeo, soundcloud, github, twitch, spotify and telegram.

Input

The actor accepts the following input parameters:

  • startUrls (array): List of URLs to start crawling from. Each URL will be processed along with its subpages.
  • maxLinksPerStartUrl (integer, optional): Maximum number of links to follow per start URL. Default is 100. Set to 0 for unlimited.

Example output:

{
"base_url": "https://apify.com",
"urls": [
"https://apify.com/",
"https://blog.apify.com/actor-standby-mode/",
"https://apify.com/store",
"https://apify.com/actors",
"https://apify.com/integrations",
"https://apify.com/storage",
"https://apify.com/proxy",
"https://apify.com/enterprise"
],
"emails": [
"heycuriouscoder@gmail.com"
],
"phoneNumbers": [],
"facebook": [
"https://www.facebook.com/sharer/sharer.php?u=https://blog.apify.com/actor-standby-mode/"
],
"youtube": [
"https://www.youtube.com/apify"
],
"instagram": [],
"tiktok": [],
"snapchat": [],
"twitter": [
"https://x.com/apify",
"https://twitter.com/share?text=Introducing%20Actor%20Standby%20mode%20%E2%80%93%20run%20Actors%20as%20real-time%20APIs&url=https://blog.apify.com/actor-standby-mode/",
"https://twitter.com/apify"
],
"pinterest": [],
"linkedin": [
"https://www.linkedin.com/company/apifytech/",
"http://www.linkedin.com/shareArticle?mini=true&url=https://blog.apify.com/actor-standby-mode/&title=Introducing%20Actor%20Standby%20mode%20%E2%80%93%20run%20Actors%20as%20real-time%20APIs"
],
"discord": [
"https://discord.com/invite/jyEM2PRvMU"
],
"whatsapp": [],
"reddit": [],
"tumblr": [],
"medium": [],
"quora": [],
"flickr": [],
"vimeo": [],
"soundcloud": [],
"github": [
"https://github.com/apify"
],
"twitch": [],
"spotify": [],
"telegram": [],
"timestamp": "2024-10-01T16:13:09.313Z"
}