Contact Info Scraper avatar

Contact Info Scraper

Try for free

3 days trial then $25.00/month - No credit card required now

View all Actors
Contact Info Scraper

Contact Info Scraper

delicious_zebu/contact-info-scraper
Try for free

3 days trial then $25.00/month - No credit card required now

Effortlessly scrape contact information, including emails, phone numbers, and social media links like Twitter, YouTube, Facebook, Instagram, TikTok, and LinkedIn, from any website URL.

This Apify Actor helps you extract essential contact information from any website. Just provide any URL, and the Actor will gather email addresses, phone numbers, and links to popular social media profiles (Twitter, YouTube, Facebook, Instagram, TikTok, LinkedIn). Perfect for outreach, data collection, or research needs! 📊


🎯 Features

  • Universal Compatibility : Enter any link, and the Actor will do its best to collect contact info.
  • Comprehensive Extraction : Gathers a range of contact details, including:
    • Emails
    • Phone numbers (categorized as more accurate or uncertain matches)
    • Social media profiles (Twitter, YouTube, Facebook, Instagram, TikTok, LinkedIn)
  • Customizable Depth and Domain Restrictions : Choose how many layers of pages to navigate from the initial URL, and restrict to the starting domain if needed.

📄 Sample Output

1{
2    "start_url": "https://www.restaurantcleo.fr/#la-carte",
3    "domain": "www.restaurantcleo.fr",
4    "depth": 1,
5    "referrer_url": "https://www.restaurantcleo.fr/#la-carte",
6    "current_url": "https://www.restaurantcleo.fr/mentions-legales",
7    "emails": [
8        "contact@lenarcisseblanc.com",
9        "contact@lamaisonfavart.com"
10    ],
11    "phone_numbers": [
12        "+33 6 31 92 27 53",
13        "+33 (0)1 40 60 44 32"
14    ],
15    "uncertain_phone_numbers": [],
16    "twitter": [],
17    "youtube": [],
18    "facebook": [
19        "https://www.facebook.com/lenarcisseblanc/"
20    ],
21    "instagram": [
22        "https://www.instagram.com/restaurant_cleo"
23    ],
24    "tiktok": [],
25    "linkedin": []
26}

Field Descriptions

  • start_url : The original URL you provided.
  • domain : The domain of the start URL.
  • depth : The scraping depth from the initial URL (0 represents only the starting URL).
  • referrer_url : The URL that led to the current page in the crawl path.
  • current_url : The URL currently being processed.
  • emails : Collected email addresses.
  • phone_numbers : Accurate phone numbers.
  • uncertain_phone_numbers : Potential phone numbers found using pattern matching; may contain non-phone values.
  • twitter, youtube, facebook, instagram, tiktok, linkedin : Lists of social media URLs found on the site.

📝 Notes

  • Contact Information : phone_numbers represent more accurate matches, while uncertain_phone_numbers may contain results that aren't strictly phone numbers due to flexible regex matching.
  • General Usage : This is a general-purpose scraping tool that strives to gather all relevant contact information. However, due to varying website formats and the wide range of phone and email formats globally, it may not be fully compatible with every site. We recommend testing it first to ensure it meets your needs before choosing to use it as a paid service.

Please test the Actor before committing to a paid plan to ensure it fits your needs – the Actor aims to collect relevant contact data, but accuracy may vary depending on the site's format. 🌍

Developer
Maintained by Community
Actor metrics
  • 5 monthly users
  • 2 stars
  • 93.8% runs succeeded
  • Created in Oct 2024
  • Modified 14 days ago