Contact Info Finder

Contact Info Finder

by supreme_coder

Find people and their contact info from any website or Linkedin URL in bulk

410 runs
160 users
Try This Actor

Opens on Apify.com

About Contact Info Finder

Find people and their contact info from any website or Linkedin URL in bulk

What does this actor do?

Contact Info Finder is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.

Key Features

  • Cloud-based execution - no local setup required
  • Scalable infrastructure for large-scale operations
  • API access for integration with your applications
  • Built-in proxy rotation and anti-blocking measures
  • Scheduled runs and webhooks for automation

How to Use

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. Run the actor and download your results

Documentation

Find unlimited contact information: details of people, emails and phone numbers from websites and LinkedIn profiles in bulk ## 🚀 Features - Bulk Contact Discovery: Extract contact information from company websites and LinkedIn profiles - Advanced Filtering: Filter contacts by seniority level - Email Verification: Get verified, guessed, or all email addresses - Phone Numbers: Access work phone numbers with validation status - Comprehensive Data: Employment history, company information, and professional details - Flexible Output: Clean, structured data in camelCase format - Cost-Effective: Pay-per-contact pricing based on information found ## 📥 Input ### Required Fields - URLs: Array of website URLs or LinkedIn profile URLs to scrape ### Optional Fields - Get Emails: Request access to emails and scrape them (default: true) - Exclude Guessed Emails: Exclude extrapolated/guessed emails (default: false) - Exclude No Emails: Exclude people without email addresses (default: false) - Number of Contacts: Limit contacts per URL (default: 100) - Seniority Filter: Filter by seniority level (c_suite, director, entry, founder, head, intern, manager, owner, partner, senior, vp) - Job Title Keywords: Filter by keywords in job titles (case-insensitive) ### Example Input json { "urls": [ {"url": "https://apify.com"}, {"url": "https://www.linkedin.com/in/williamhgates"} ], "getEmails": true, "excludeGuessedEmails": false, "excludeNoEmails": false, "numberOfContacts": 25, "seniorityFilter": ["c_suite", "director", "manager"] } ## 📤 Output Each contact record contains comprehensive information: ### Basic Contact Information - fullName: Complete name - firstName: First name - lastName: Last name - emailAddress: Email address - jobTitle: Current job title - headline: Professional headline ### Location Information - city: City - stateProvince: State or province - country: Country - timezone: Timezone - currentLocation: Current address ### Professional Information - departments: Array of departments - jobFunctions: Array of job functions - seniorityLevel: Seniority level - subdepartments: Array of subdepartments ### Contact Methods - linkedinProfile: LinkedIn profile URL - linkedinUsername: LinkedIn username - twitterProfile: Twitter profile URL - facebookProfile: Facebook profile URL - githubProfile: GitHub profile URL - personalWebsite: Personal website URL ### Email Information - emailIsCatchall: Whether email is catchall - emailVerificationStatus: Email verification status - emailTrueStatus: Detailed email status ### Employment History - workHistory: Array of employment records with: - positionTitle: Job title - isCurrentPosition: Whether current position - employerName: Company name - employmentStartDate: Start date - employmentEndDate: End date - workAddress: Work address ### Phone Information - contactNumbers: Array of phone numbers with: - phoneNumber: Sanitized phone number - phoneType: Type of phone (work_hq, mobile, etc.) - rawNumber: Raw phone number - dialingStatus: Dialing status - dncStatus: Do Not Call status - countryInfo: Country information - primaryPhone: Primary phone number ### Company Information - currentCompany: Current company name - companyInfo: Detailed company information (when available): - companyName: Company name - companyDomain: Company domain - website: Company website - linkedinCompanyUrl: LinkedIn company URL - twitterHandle: Twitter handle - facebookPage: Facebook page - angelListUrl: AngelList URL - alexaRank: Alexa ranking - yearFounded: Year founded - employeeCount: Number of employees - companyLogo: Company logo URL - address: Company address - streetAddress: Street address - city: Company city - state: Company state - country: Company country - postalCode: Postal code - primaryIndustry: Primary industry - industryTags: Array of industry tags - secondaryIndustries: Secondary industries ### Additional Information - engagementLikelihood: Likelihood to engage - domainIsFree: Whether domain is free - photoUrl: Profile photo URL ### Example Output json { "inputUrl": "https://apify.com", "type": "company_contact", "domain": "apify.com", "fullName": "Jan Curn", "firstName": "Jan", "lastName": "Curn", "emailAddress": "jan.curn@apify.com", "jobTitle": "Founder and CEO", "headline": "CEO at Apify | Building a full-stack platform for web scraping and data for AI.", "city": "San Francisco", "stateProvince": "California", "country": "United States", "timezone": "America/Los_Angeles", "departments": ["c_suite"], "jobFunctions": ["entrepreneurship"], "seniorityLevel": "founder", "linkedinProfile": "http://www.linkedin.com/in/jancurn", "emailVerificationStatus": "verified", "emailTrueStatus": "Verifying", "workHistory": [ { "positionTitle": "Founder and CEO", "isCurrentPosition": true, "employerName": "Apify", "employmentStartDate": "2015-09-01", "employmentEndDate": null, "workAddress": null } ], "currentCompany": "Apify", "engagementLikelihood": true, "contactNumbers": [ { "phoneNumber": "+18004470013", "phoneType": "work_hq", "rawNumber": "+1 800-447-0013", "dialingStatus": "no_status", "dncStatus": null, "countryInfo": null } ], "primaryPhone": "+18004470013", "currentLocation": "San Francisco, CA, USA", "domainIsFree": false, "photoUrl": null, "companyInfo": { "companyName": "Apify", "companyDomain": "apify.com", "website": "http://www.apify.com", "linkedinCompanyUrl": "http://www.linkedin.com/company/apifytech", "twitterHandle": "https://twitter.com/apify", "facebookPage": "https://www.facebook.com/apifier/", "alexaRank": 33124, "yearFounded": 2015, "employeeCount": 130, "primaryIndustry": "information technology & services", "industryTags": ["information technology & services", "internet", "computer software"] } } ## 💰 Pricing The actor uses a pay-per-contact pricing model based on the information found: - Person Detail Found: $0.0005 (base charge for any contact found) - Verified Email Found: $0.0010 (when email is verified) - Guessed Email Found: $0.0005 (when email is extrapolated/guessed) - Phone Number Found: $0.0010 (when valid phone numbers are present) ### Example Pricing For a contact with verified email and phone number: - Person detail: $0.0005 - Verified email: $0.0010 - Phone number: $0.0010 - Total: $0.0025 per contact ($2.5 per 1000 contacts) ## 🚀 Usage Examples ### Find All Contacts from a Company json { "urls": [{"url": "https://apify.com"}], "numberOfContacts": 50 } ### Find Only C-Level Executives json { "urls": [{"url": "https://apify.com"}], "seniorityFilter": ["c_suite", "founder"], "excludeNoEmails": true } ### Find LinkedIn Profile Information json { "urls": [ {"url": "https://www.linkedin.com/in/williamhgates"}, {"url": "https://www.linkedin.com/in/jeffweiner08"} ] } ## 📈 Use Cases - Lead Generation: Find prospects for sales outreach - Recruitment: Identify potential candidates - Partnership Development: Find key decision makers - Event Planning: Build attendee contact lists

Common Use Cases

Market Research

Gather competitive intelligence and market data

Lead Generation

Extract contact information for sales outreach

Price Monitoring

Track competitor pricing and product changes

Content Aggregation

Collect and organize content from multiple sources

Ready to Get Started?

Try Contact Info Finder now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
supreme_coder
Pricing
Paid
Total Runs
410
Active Users
160
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support