Email, Phone & Socials Extractor
7 days trial then $15.00/month - No credit card required now
Email, Phone & Socials Extractor
7 days trial then $15.00/month - No credit card required now
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.
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:
1{ 2 "base_url": "https://apify.com", 3 "urls": [ 4 "https://apify.com/", 5 "https://blog.apify.com/actor-standby-mode/", 6 "https://apify.com/store", 7 "https://apify.com/actors", 8 "https://apify.com/integrations", 9 "https://apify.com/storage", 10 "https://apify.com/proxy", 11 "https://apify.com/enterprise" 12 ], 13 "emails": [ 14 "heycuriouscoder@gmail.com" 15 ], 16 "phoneNumbers": [], 17 "facebook": [ 18 "https://www.facebook.com/sharer/sharer.php?u=https://blog.apify.com/actor-standby-mode/" 19 ], 20 "youtube": [ 21 "https://www.youtube.com/apify" 22 ], 23 "instagram": [], 24 "tiktok": [], 25 "snapchat": [], 26 "twitter": [ 27 "https://x.com/apify", 28 "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/", 29 "https://twitter.com/apify" 30 ], 31 "pinterest": [], 32 "linkedin": [ 33 "https://www.linkedin.com/company/apifytech/", 34 "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" 35 ], 36 "discord": [ 37 "https://discord.com/invite/jyEM2PRvMU" 38 ], 39 "whatsapp": [], 40 "reddit": [], 41 "tumblr": [], 42 "medium": [], 43 "quora": [], 44 "flickr": [], 45 "vimeo": [], 46 "soundcloud": [], 47 "github": [ 48 "https://github.com/apify" 49 ], 50 "twitch": [], 51 "spotify": [], 52 "telegram": [], 53 "timestamp": "2024-10-01T16:13:09.313Z" 54}
- 12 monthly users
- 1 star
- 100.0% runs succeeded
- Created in Oct 2024
- Modified about 1 month ago