Website Email, Phone & Social Finder avatar

Website Email, Phone & Social Finder

Pricing

from $0.20 / 1,000 website analyses

Go to Apify Store
Website Email, Phone & Social Finder

Website Email, Phone & Social Finder

Find public business emails, phone numbers, contact forms, addresses, and LinkedIn, Instagram, Facebook, X, YouTube, TikTok, and GitHub profiles from website URLs.

Pricing

from $0.20 / 1,000 website analyses

Rating

0.0

(0)

Developer

ScrapeSignal Labs

ScrapeSignal Labs

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

4

Monthly active users

21 days ago

Last modified

Share

Find public business contact information from a list of company domains or website URLs. The Actor checks each homepage and a controlled set of likely contact pages, then returns one structured enrichment row per website.

Use it when you need to find public emails, phone numbers, contact forms, addresses, LinkedIn pages, Instagram profiles, Facebook pages, X/Twitter accounts, YouTube channels, TikTok profiles, or GitHub organizations from company websites.

Common use cases

  • Enrich a CRM or prospect list from company domains
  • Find public emails and phone numbers for sales research
  • Discover LinkedIn and other social profiles for companies
  • Audit whether business websites publish usable contact details
  • Create a source-linked contact dataset for an AI sales or research agent
  • Add contact and social fields to a spreadsheet, database, or workflow

What the Actor returns

Each submitted website produces one transparent row containing:

  • normalized domain, requested URL, and final URL
  • deduplicated public email addresses and phone numbers
  • LinkedIn, Facebook, Instagram, X/Twitter, YouTube, TikTok, and GitHub URLs
  • published address blocks and contact-form URLs
  • source pages showing where the signals were found
  • number of pages inspected, completion status, and any terminal error

The Actor does not guess contact information or purchase data from a broker. Results are linked to the public pages from which they were extracted.

Quick start

{
"websites": ["apify.com", "github.com", "openai.com"],
"maxPagesPerSite": 5,
"probeCommonPaths": true,
"includePhones": true,
"includeAddresses": true,
"maxConcurrency": 5,
"timeoutSeconds": 15
}

Bare domains are normalized to HTTPS. Five pages per website is a good low-cost starting point because it covers the homepage plus likely contact, about, team, support, or imprint pages.

AI agent and API usage

This Actor is designed to be easy for an AI agent or automation to call:

  • websites is the only required input
  • safe defaults work for a first run
  • every input website produces one structured success or error row
  • field names are stable and documented in the output schema
  • a hard website list limit and page limit keep costs predictable
  • the Actor uses limited permissions and needs no customer API key

Use the API, OpenAPI, MCP, Python, JavaScript, CLI, or integration examples available in the Actor's API tab. For a first agent test, submit one to three domains and inspect status, emails, phones, linkedin, contactForms, and sourcePages.

Example workflows

Find emails and LinkedIn profiles

{
"websites": ["stripe.com", "shopify.com"],
"maxPagesPerSite": 5,
"probeCommonPaths": true,
"includePhones": false,
"includeAddresses": false
}

Build a fuller business-contact dataset

{
"websites": ["hubspot.com", "salesforce.com"],
"maxPagesPerSite": 8,
"probeCommonPaths": true,
"includePhones": true,
"includeAddresses": true
}

Pricing

The launch price is $0.0002 per analyzed website ($0.20 per 1,000) plus a $0.00005 Actor-start event and any platform usage shown by Apify before the run. Every submitted domain produces a billable, transparent success or error row.

Limits and responsible use

Use the Actor only on public pages you are allowed to access. Public contact information can still be personal data, so follow privacy, anti-spam, marketing, and data-protection laws before storing or contacting anyone.

The Actor does not bypass logins, CAPTCHAs, robots restrictions, or access controls. It does not verify whether an email inbox or phone number is active. Contact information rendered only after complex browser-side JavaScript may not appear in the returned HTML.