Leadscout
Pricing
from $2.00 / 1,000 results
Go to Apify Store
Leadscout
LeadScout automatically discovers, enriches, verifies, and exports high-confidence business contacts from websites and LinkedIn into CRM-ready leads.
Pricing
from $2.00 / 1,000 results
Rating
0.0
(0)
Developer

Kelyn Njeri
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Scrapes company websites and extracts contact leads — names, job titles, emails, phone numbers, and profile links — with optional email verification.
What it does
Give LeadScout a company domain (e.g. posthog.com) and it will:
- Discover relevant pages — automatically finds team, about, leadership, and contact pages on the target site.
- Extract people — pulls names, job titles, emails, phone numbers, and social profile links from every page it visits using NLP and pattern matching.
- Validate contacts — each name is checked against a 45,000+ international first-name database to filter out noise, page artifacts, and non-person text.
- Verify emails — optionally verifies discovered email addresses using a third-party API (Hunter.io, ZeroBounce, or NeverBounce). Each verification consumes one credit from your chosen provider. Disabled by default — no API key needed to run.
- Score and deduplicate — assigns a confidence score (0–1) to every lead and removes duplicates so you get a clean, unique list.
- Output structured data — pushes results to a dataset you can download as JSON or CSV, ready for your CRM.
Output fields
Each lead in the output dataset contains:
| Field | Description |
|---|---|
name | Full name of the contact |
job_title | Role or position at the company |
company | Company name |
email | Discovered email address |
email_verified | Whether the email was confirmed deliverable by a verification API |
phone | Phone number, if found |
profile_url | Link to a LinkedIn or other social profile |
department | Inferred department (Engineering, Sales, etc.) |
seniority | Inferred seniority level (C-Level, VP, Manager, etc.) |
confidence_score | How confident LeadScout is in the lead (0.0–1.0) |
source_url | The page where the contact was found |
Input options
| Parameter | Type | Default | Description |
|---|---|---|---|
domain | string | — | Website domain to scrape (e.g. posthog.com) |
company_name | string | — | Company name — used to find the domain if not provided |
start_urls | array | — | Specific page URLs to scrape (overrides domain discovery) |
roles | string[] | all | Job titles to filter for (e.g. CEO, VP Sales) |
max_contacts | integer | 50 | Maximum number of contacts to return (0 = no limit) |
min_confidence | number | 0.5 | Only return leads above this confidence threshold |
max_pages | integer | 30 | Maximum number of pages to crawl on the target site |
request_delay | number | 1.0 | Seconds to wait between page loads |
email_verification_provider | string | none | Verification API to use: none, hunter_io, zerobounce, or neverbounce |
email_verification_api_key | string | — | Your API key for the selected verification provider |
You only need to provide one of domain, company_name, or start_urls to get started.
Example use cases
- Sales prospecting — find decision-makers at target accounts without manual research.
- Recruiting — discover engineering or product leads at companies you want to hire from.
- Market research — build contact lists for outreach campaigns across multiple companies.
- CRM enrichment — fill in missing contacts for accounts already in your pipeline.
Integrations
Export your leads directly into the tools you already use:
- CSV download — available in the output tab after every run.
- Salesforce / HubSpot — use the CSV export with CRM-compatible field mappings.
- Zapier / Make — connect via the Apify integration to push leads into any workflow.
- API — fetch results programmatically from the Apify dataset API.