Features / Lead Generation
From a query to a
verified lead list.
An automated OSINT pipeline: agents find contacts across the web, verify every data point, deduplicate across sources and push straight to your CRM.
Pipeline
Five-stage lead pipeline
Find
find_leads, search_business_directory, search_social and search_news locate candidates across the open web.
Extract
extract_contacts and parse_corporate_site pull emails, phones, socials, persons and companies from pages.
Verify
verify_email (MX + syntax), verify_phone, verify_social_profile and suggest_emails filter out the noise.
Deduplicate
save_contacts merges across sources with normalization — no double records, ever.
Push
Synced to SQLite/PostgreSQL and straight into amoCRM, Bitrix24 or HubSpot — dedup by crm_id.
Data points
What Parallel extracts for you
Verification
Every contact is verified
Bounced emails and wrong numbers waste outreach budget. Parallel MX-validates every email, format-checks every phone and confirms social profiles exist before anything is saved.
| Tool | Check |
|---|---|
| verify_email | MX records + syntax + role filter · confidence 0.85 |
| suggest_emails | up to 9 candidates from name permutations + domain pattern |
| deobfuscate | "name [at] domain [dot] com" → real address · 0.95 vs 0.70 raw |
| verify_phone | "+7 (495) 710-75-80" → +74957107580 · E.164, RU, landline |
| verify_social_profile | profile existence check |
Deduplication
Smart merge across sources
The same person appears on LinkedIn, corporate sites and news. save_contacts normalizes emails and phones, merges records and keeps one canonical contact — re-runs never create duplicates.
# deterministic autosave during runs
save_contacts {
emails: ["ceo@acme.com"],
phones: ["+1 415 …"],
person: { name: "J. Doe", role: "CEO" },
company: "Acme Corp"
}
# → dedup by email/phone, merge fieldsCRM sync
One-click push to your CRM
Contacts and companies pushed with dedup by crm_id — no duplicates on repeated pushes.
Leads synced into Bitrix24 with the same dedup guarantees.
Contacts created or updated idempotently from verified data.
Results