Website Lead Signal Extractor avatar

Website Lead Signal Extractor

Pricing

from $0.00005 / actor start

Go to Apify Store
Website Lead Signal Extractor

Website Lead Signal Extractor

Extracts B2B lead signals, emails, titles, meta descriptions, matched keywords, and social links from websites.

Pricing

from $0.00005 / actor start

Rating

0.0

(0)

Developer

Johnny Lindell

Johnny Lindell

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

18 days ago

Last modified

Share

Extract B2B lead signals from public websites.

What it does

Given one or more start URLs, this Actor crawls a small number of internal pages and returns:

  • page URL and site
  • page title and meta description
  • matched keywords
  • discovered email addresses
  • social profile links
  • simple lead score
  • text sample for review

Input

{
"startUrls": [{ "url": "https://example.com" }],
"keywords": ["pricing", "contact", "demo", "sales"],
"maxPagesPerSite": 5,
"timeoutSeconds": 15
}

Output

Each dataset item contains:

{
"url": "https://example.com/",
"site": "example.com",
"title": "Example Domain",
"description": "",
"matchedKeywords": [],
"emails": [],
"socialLinks": [],
"score": 0,
"textSample": "Example Domain ..."
}

Suggested monetization

Use Apify Pay per event with these events:

  • Keep apify-actor-start enabled at the default low price.
  • Price apify-default-dataset-item at a small per-result price, e.g. $0.002–$0.005 while testing.
  • Do not use rental. Do not keep plain pay-per-usage if you want revenue per result.

Notes

Use only websites you are allowed to access. Respect robots, site terms, privacy law, and local email/contact rules.