Lead extraction
Walk a directory you are authorized to access and collect a clean list of leads, ready for your CRM.
This template can take an action with consequences.
Safety rails on Action templates lead with guardrails. Before anything happens, every guard below is in force: a dry-run preview, a confirm-gate, a rate limit, an audit log, and idempotency so a retry never double-acts.
- ✓Respect robots.txt, Terms of Service, and rate limits
- ✓Public data, your own data, or your own authenticated accounts only
The outcome
Walk a directory you are authorized to access and collect a clean list of leads, ready for your CRM.
Backed by a real, installable recipe, not a generated stub. Install it, attach your own inputs, and run it on your own accounts.
Expected output
A successful run returns a structured result:
[{ "name": "...", "company": "...", "url": "..." }] 5 steps
Real step types from the 30+ in the workflow vocabulary. Edit any of them after you install.
- 1navigate
Open the directory or search results.
- 2extract
Read each entry's public fields.
- 3navigate
Page through results to the end.
- 4evaluate
De-duplicate and normalize into a clean shape.
- 5api_call
Optionally upsert each lead into your CRM.
Inputs
directory_urlurl must match^https?://max_pagesnumber
Input shape
Inputs are validated against per-slot regex rules before a run starts.
{
"directory_url": "<url>" // matches ^https?://,
"max_pages": "<number>"
} Estimated runtime: 20-90s depending on page count.
Install in one click
Open the template in the app, attach your own inputs and resources, and run it on your machine or the cloud.
Local runs have no compute charge and do not use Writ cloud compute. Paid plans are for cloud execution, faster monitors, teams, managed AI, and fleet features.
Point it at a site
This recipe adapts to any of these, all on your own authorized accounts.
Lead extraction questions
What does the Lead extraction template do?
Where does it run?
Does it spend money automatically?
Related templates
Start with the Lead extraction template
Install it, attach your own inputs, and run it on your own account in minutes.