Website Contact Enricher avatar

Website Contact Enricher

Pricing

Pay per usage

Go to Apify Store
Website Contact Enricher

Website Contact Enricher

Crawl any website and extract all contact information — emails, phones, social media links, addresses, and contact forms. Perfect for enriching existing lead lists or discovering decision-maker contacts from company websites.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Avinash

Avinash

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Categories

Share

Crawl any website and extract all contact information — emails, phones, social media links, addresses, and contact forms. Perfect for enriching existing lead lists or discovering decision-maker contacts from company websites.

What it does

  1. Multi-page website crawl — follows internal links up to configurable depth
  2. Extracts emails — finds all email addresses across pages with domain filtering
  3. Extracts phones — discovers phone numbers with normalization
  4. Finds social links — LinkedIn, Twitter, Facebook, Instagram, YouTube
  5. Discovers addresses — extracts physical addresses from contact pages
  6. Finds contact forms — locates contact form URLs
  7. Scores enrichment — 0-100 score based on contact type coverage

Input

FieldTypeDefaultDescription
urlsarray[example.com]Website URLs to crawl
maxPagesPerSiteinteger10Max pages per website (1-100)
crawlDepthinteger2Link depth to follow (0-5)
includeSocialLinksbooleantrueExtract social media links
outputFormatstringjsonjson, csv, hubspot, apollo, salesforce

Output Example

{
"domain": "example.com",
"url": "https://example.com/contact",
"emails": ["sales@example.com", "support@example.com"],
"phones": ["(555) 123-4567"],
"socialLinks": {
"linkedin": "https://linkedin.com/company/example",
"twitter": "https://twitter.com/example"
},
"addresses": ["123 Main St, New York, NY 10001"],
"contactForms": ["/contact", "/get-in-touch"],
"pagesScanned": 8,
"enrichmentScore": 95,
"scrapedAt": "2026-05-19T08:00:00.000Z"
}

Enrichment Score Formula

FactorPoints
Emails10 each (max 30)
Phones10 each (max 20)
Social links5 each (max 20)
Addresses5 each (max 15)
Contact forms5 each (max 15)

Limits

  • Same-origin only — does not follow external links
  • Max pages per site — hard limit to prevent runaway crawls
  • No form submission — finds forms but does not submit them

Pricing

  • Free tier: 5 websites per run
  • Pay-per-result: $0.005 per website processed
  • Subscription: $59/month for unlimited runs

Support

Found a bug or need a custom feature? Open an issue or email support.