Website Contact & Outreach Readiness Finder avatar

Website Contact & Outreach Readiness Finder

Pricing

from $10.00 / 1,000 website contact audits

Go to Apify Store
Website Contact & Outreach Readiness Finder

Website Contact & Outreach Readiness Finder

Find public contact details on company websites and score each site for outreach readiness.

Pricing

from $10.00 / 1,000 website contact audits

Rating

0.0

(0)

Developer

Daniel

Daniel

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Find public contact details on company websites and score each site for outreach readiness.

This Apify Actor is built for lead generation, CRM enrichment, sales research, agency outreach, SEO audits, and B2B prospect qualification. It does not scrape Google Maps or LinkedIn. It only fetches public website pages provided by the user.

What it does

For every input website, the Actor:

  • fetches the homepage
  • optionally follows likely contact, imprint/legal, privacy, about and support pages on the same domain
  • extracts public email addresses
  • extracts likely phone numbers
  • extracts social profile links
  • detects contact page, imprint/legal page and privacy page signals
  • calculates a contact_score from 0-100
  • assigns outreach_readiness: high, medium, or low
  • recommends the best outreach channel: email, phone, social, or manual_research
  • outputs one clean dataset row per website

Example input

{
"urls": ["https://www.apify.com", "https://www.python.org"],
"maxPagesPerSite": 8,
"followContactPages": true,
"includeSocialProfiles": true,
"includePhones": true,
"riskOnly": false,
"maxItems": 50,
"outputMode": "summary"
}

Example output

{
"url": "https://www.example.com",
"domain": "example.com",
"contact_score": 82,
"outreach_readiness": "high",
"risk_level": "low",
"recommended_contact_channel": "email",
"email_count": 1,
"phone_count": 1,
"social_profile_count": 2,
"has_contact_page": true,
"has_imprint_page": true,
"has_privacy_page": true,
"recommendation": "Good outreach target. Public contact signals are available and easy to use."
}

Use cases

  • qualify website lists before outreach
  • enrich CRM records with public contact signals
  • score local businesses or SaaS websites for outreach readiness
  • find websites that need manual research
  • monitor whether contact pages or legal pages disappear

Pricing suggestion

Recommended pay-per-event setup:

EventSuggested price
website-audit$0.01 per website analyzed

Set website-audit as the primary event. Do not add a separate paid dataset-result event for the MVP.

Limitations

  • The Actor only sees public pages it can fetch over HTTP.
  • Some websites hide contact details behind JavaScript, forms, anti-bot systems, images, or login walls.
  • Extracted contact data should be reviewed before outreach.
  • The score is an indicator, not a guarantee of lead quality or deliverability.