Website Contact Finder & SEO Audit avatar

Website Contact Finder & SEO Audit

Pricing

$10.00 / 1,000 website auditeds

Go to Apify Store
Website Contact Finder & SEO Audit

Website Contact Finder & SEO Audit

Find emails, phones, social links, contact pages, and quick SEO issues from websites for lead research and agency prospecting.

Pricing

$10.00 / 1,000 website auditeds

Rating

0.0

(0)

Developer

isnpAqua qafa

isnpAqua qafa

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Find business contact signals and quick SEO issues from a list of websites.

This Actor is built for SEO agencies, outbound sales teams, local lead researchers, and automation workflows that need a lightweight first pass before deeper prospecting.

What this Actor does

Give it a list of website URLs. For each website, it fetches the homepage, optionally checks likely contact/about/support pages, and returns one structured dataset item with:

  • Email addresses, phone numbers, social profile links, and likely contact pages
  • Title tag, meta description, H1 headings, canonical URL, language, viewport, and robots meta
  • robots.txt and sitemap status
  • A simple SEO score and issue list for fast triage
  • Final URL, HTTP status, fetch time, and audit metadata

Common use cases

  • Build lead lists from local business websites
  • Find missing contact details before outbound campaigns
  • Screen prospects for basic SEO problems before pitching
  • Enrich scraped company URLs with emails, phones, and social links
  • Run a quick technical SEO health check without a full browser crawler

Example input

{
"startUrls": [
"https://example.com",
"https://apify.com"
],
"includeContactPages": true,
"contactPagesLimit": 3,
"timeoutSecs": 15
}

Example output

{
"inputUrl": "https://example.com",
"finalUrl": "https://example.com/",
"domain": "example.com",
"statusCode": 200,
"seoScore": 78,
"issues": [
"Meta description is missing",
"No email address found"
],
"contacts": {
"emails": [],
"phones": [],
"socialLinks": [],
"contactPages": []
},
"seo": {
"title": "Example Domain",
"metaDescription": "",
"h1s": [
"Example Domain"
],
"canonical": null
},
"robots": {
"found": false
},
"sitemap": {
"found": false
}
}

Input options

  • startUrls: websites to audit. Add full URLs such as https://example.com.
  • includeContactPages: scan likely same-domain contact/about/support pages linked from the homepage.
  • contactPagesLimit: maximum number of extra contact-like pages to fetch per website.
  • timeoutSecs: request timeout for each HTTP request.

Pricing

This Actor uses Apify Pay-per-event pricing.

  • Event: website-audited
  • Unit: one audited website
  • Current price: $0.01 per audited website

The Actor stops before pushing more paid results if the run reaches the user's charge limit.

Notes

This is a fast HTTP-based audit, not a full browser rendering crawler. It is best for bulk lead research, contact discovery, and first-pass SEO screening. Websites that hide contact details behind JavaScript, CAPTCHAs, or login walls may return fewer contact signals.