Website Lead Auditor avatar

Website Lead Auditor

Pricing

from $10.00 / 1,000 lead audit results

Go to Apify Store
Website Lead Auditor

Website Lead Auditor

Extract SEO, contact, social, and lead quality signals from a list of websites.

Pricing

from $10.00 / 1,000 lead audit results

Rating

0.0

(0)

Developer

Juddroid

Juddroid

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

20 hours ago

Last modified

Share

Audit a list of websites and extract practical lead-enrichment signals:

  • SEO title, meta description, and H1
  • Public email addresses
  • Phone numbers
  • Social profile links
  • Simple lead score and signal labels

Input

Provide one or more website URLs. Domains without a scheme are normalized to https://.

{
"urls": ["https://apify.com", "example.com"],
"maxConcurrency": 5,
"proxyConfiguration": {
"useApifyProxy": false
}
}

Output

Each audited website is saved as one dataset item:

{
"url": "https://example.com",
"finalUrl": "https://example.com/",
"statusCode": 200,
"title": "Example Domain",
"description": "Example description",
"h1": "Example Domain",
"emails": ["sales@example.com"],
"phones": ["+1 555 123 4567"],
"socialLinks": {
"linkedin": "https://www.linkedin.com/company/example"
},
"leadScore": 78,
"signals": ["email_found", "social_found", "descriptive_title"],
"crawledAt": "2026-08-03T00:00:00.000Z"
}

Monetization

Recommended Apify Store pricing model: Pay per event.

Create a custom event named lead-audit-result and charge per successful audited URL. Keep the synthetic apify-actor-start event enabled to reduce startup cost exposure.

Suggested starting price:

  • lead-audit-result: USD $0.01 to $0.03 per result
  • Minimum run charge: enough to cover Actor start plus at least one result
  • Initially test cost with ACTOR_TEST_PAY_PER_EVENT=true ACTOR_USE_CHARGING_LOG_DATASET=true npm start

Failed requests are saved to the dataset without custom event charging.

Local run

npm install
npm start

For local input, create storage/key_value_stores/default/INPUT.json:

{
"urls": ["https://apify.com"]
}

Store positioning

Use this Actor for lightweight lead enrichment, website qualification, CRM prep, and outreach list cleanup. It is intentionally fast and low-cost because it only audits the supplied homepage URLs.