Universal Contact Extractor avatar
Universal Contact Extractor

Pricing

$5.00 / 1,000 results

Go to Apify Store
Universal Contact Extractor

Universal Contact Extractor

Extract phone numbers, emails and social media URLs from web pages.

Pricing

$5.00 / 1,000 results

Rating

0.0

(0)

Developer

R.L.

R.L.

Maintained by Community

Actor stats

0

Bookmarked

12

Total users

2

Monthly active users

a month ago

Last modified

Categories

Share

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:

contactcontact_typeurl
0https://x.com/whitehousex_urlhttps://www.whitehouse.gov
1https://www.instagram.com/whitehouse/instagram_urlhttps://www.whitehouse.gov
2(202) 225-1904phone_nohttps://www.whitehouse.gov/visit/
3(202) 456-7041phone_nohttps://www.whitehouse.gov/visit/
4(202) 224-3121phone_nohttps://www.whitehouse.gov/visit/
5https://instagram.com/whitehouse/instagram_urlhttps://www.whitehouse.gov/wire/

For the purpose of the billing, one contact is one result.