Universal Contact Extractor
DeprecatedPricing
from $10.00 / 1,000 results
Go to Apify Store

Universal Contact Extractor
DeprecatedExtract phone numbers, emails and social media URLs from web pages.
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer
R.L.
Maintained by CommunityActor stats
0
Bookmarked
22
Total users
0
Monthly active users
11 days ago
Last modified
Categories
Share
Universal Contact Extractor
This Apify Actor goes through web pages and extracts contact data:
- Email addresses
- Phone numbers
- LinkedIn profile URLs (company or individual)
- Facebook profile URLs
- Discord user URLs
- Github profile URLs
Input
The following input parameters are supported:
start_urls- list of URLs to start the scraping.phone_country- 2-letter country code (to be used for phone number matching)max_depth- max crawling depth (set to 0 to disable link traversal).
Full example of the input:
{"start_urls": [{"url": "https://www.whitehouse.gov/"}],"phone_country": "US","max_depth": 1}
Output
Full example of the output:
| contact | contact_type | url | |
|---|---|---|---|
| 0 | https://x.com/whitehouse | x_url | https://www.whitehouse.gov |
| 1 | https://www.instagram.com/whitehouse/ | instagram_url | https://www.whitehouse.gov |
| 2 | (202) 225-1904 | phone_no | https://www.whitehouse.gov/visit/ |
| 3 | (202) 456-7041 | phone_no | https://www.whitehouse.gov/visit/ |
| 4 | (202) 224-3121 | phone_no | https://www.whitehouse.gov/visit/ |
| 5 | https://instagram.com/whitehouse/ | instagram_url | https://www.whitehouse.gov/wire/ |
For the purpose of the billing, one contact is one result.
n8n integration
Use the n8n-nodes-contact-extractor community node (source) to run this Actor directly from an n8n workflow.
Cyber recon toolkit
Part of the Cyber recon toolkit — OSINT, attack-surface recon, and vulnerability-intel data collection for security research:
- Bugcrowd Scraper — Scrapes public Bugcrowd data: disclosed submissions, program directory, leaderboard.
- HackerOne Scraper — Scrapes public HackerOne data: Hacktivity disclosed reports, program directory, researcher leaderboard.
- Intigriti Scraper — Scrapes public Intigriti data: bug bounty/VDP program directory, researcher leaderboard and profiles.
- CVE Scraper — CVE.org vulnerability info scraper.
- TLSX - TLS Data Gathering and Analysis — Fast, configurable TLS grabber for TLS-based data collection and analysis.
- BGP.HE.NET Recon Scraper — Scrapes ASN, prefix, IP, and DNS recon data from bgp.he.net.
- gau - Get All URLs — Fetch known URLs from Wayback Machine, Common Crawl, AlienVault OTX, and URLScan.
- Git Email Extractor — Shallow-clones git repos and extracts contributor emails from commit history.
- Wappalyzer Technology Lookup — Detect the technology stack behind any website using Wappalyzer.
- Meta Tags Scraper — Web page metadata scraper (meta tags, Open Graph, Twitter Card).
- Web Text Extractor — Extract clean text or Markdown content from web pages.