Public Lead Capture & Signup Funnel Intelligence Agent avatar

Public Lead Capture & Signup Funnel Intelligence Agent

Pricing

from $5.00 / 1,000 useful lead funnel results

Go to Apify Store
Public Lead Capture & Signup Funnel Intelligence Agent

Public Lead Capture & Signup Funnel Intelligence Agent

Analyze public lead-capture, demo-request, contact-sales, and signup funnels for CTA paths, form fields, consent, embedded tools, friction, and useful-result pricing.

Pricing

from $5.00 / 1,000 useful lead funnel results

Rating

0.0

(0)

Developer

jack su

jack su

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Analyze public lead-capture, demo-request, contact-sales, and signup funnels without submitting forms, creating accounts, using cookies, or rendering a browser.

The Actor reads a public page, follows a small number of same-site CTA target pages, and returns a compact structure that explains how a visitor can become a lead or trial user and where the friction is.

What It Returns

  • CTA entrypoints such as Book demo, Start free trial, or Contact sales
  • Same-site funnel path summary
  • Forms, form types, action URLs, field labels, field types, and required flags
  • Embedded form/calendar providers such as HubSpot, Marketo, Pardot, Typeform, Calendly, Chili Piper, and Salesforce
  • Privacy-policy links and consent/marketing opt-in signals
  • Friction summary with phone, company, password, CAPTCHA, SSO, and external calendar signals
  • Funnel score, confidence, completeness, diagnostics, evidence URLs, and a stable funnelHash

Pricing Design

Intended pay-per-event setup:

  • apify-actor-start: tiny run-start fee for a future cloud release
  • useful-lead-funnel-result: charged only for useful public funnel records that are new or changed
  • no apify-default-dataset-item

Unsafe inputs, failed pages, low-evidence pages, mode misses, unchanged records, and duplicate URLs do not charge the useful event.

Safety

This Actor does not submit forms, create accounts, click final submit buttons, enter personal information, bypass CAPTCHA, bypass login walls, render JavaScript, use cookies, store sessions, or enrich private people. It only reads public HTTP/HTTPS HTML/text pages.

Credentials, query parameters, fragments, path parameters, private-network hosts, localhost, .local, sensitive account paths, and token-like paths are rejected or safely redacted.

Example Input

{
"startUrls": ["https://www.webscraper.io/pricing"],
"mode": "auto",
"maxPagesPerSite": 3,
"requestTimeoutSecs": 20
}

Example Output Shape

{
"status": "ok",
"normalizedUrl": "https://www.webscraper.io/pricing",
"conversionEntrypoints": [{"text": "Contact sales", "url": "", "kind": "contact_sales"}],
"forms": [{"formType": "contact_sales", "fieldCount": 4, "requiredFieldCount": 3}],
"frictionSummary": {"frictionScore": 0.67, "requiresPhone": false, "requiresCompany": true},
"billableEventName": "useful-lead-funnel-result"
}