
Universal Contact Extractor
Pricing
$1.00 / 1,000 results
Go to Apify Store

Universal Contact Extractor
Extract phone numbers, emails and social media URLs from web pages.
0.0 (0)
Pricing
$1.00 / 1,000 results
0
2
2
Last modified
an hour ago
Universal Contact Scraper
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.