Lead Finder
Pricing
from $2.00 / 1,000 results
Go to Apify Store
Lead Finder
Find B2B leads by job title, location, and industry. Extracts name, title, company, LinkedIn URL, and guessed email from public search results. No API keys or credentials needed.
Pricing
from $2.00 / 1,000 results
Rating
5.0
(4)
Developer

Crawler Bros
Maintained by Community
Actor stats
4
Bookmarked
13
Total users
7
Monthly active users
6 days ago
Last modified
Categories
Share
Find B2B leads by job title, location, and industry. Returns name, title, company, LinkedIn URL, and email. No API keys or credentials needed.
Input
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
jobTitles | string[] | Yes | - | Job titles to search for (e.g. "CEO", "Software Engineer") |
locations | string[] | No | [] | Locations to target (e.g. "New York", "London") |
industries | string[] | No | [] | Industries to filter by (e.g. "SaaS", "Healthcare") |
companyNames | string[] | No | [] | Specific companies to target (e.g. "Google", "Stripe") |
maxLeads | integer | No | 100 | Maximum number of leads to return (1-500) |
Output
Each lead includes:
| Field | Description |
|---|---|
full_name | Person's full name |
first_name | First name |
last_name | Last name |
title | Job title |
company_name | Company name |
company_domain | Company website domain |
location | Location (when available) |
linkedin_url | LinkedIn profile URL |
email | User Email |
scraped_at | Timestamp |
Example
Input:
{"jobTitles": ["VP of Marketing"],"locations": ["Austin"],"maxLeads": 5}
Output:
{"full_name": "Greg Brauner","first_name": "Greg","last_name": "Brauner","title": "VP of Marketing","company_name": "Thinkific","company_domain": "thinkific.com","location": "Austin","linkedin_url": "https://www.linkedin.com/in/gregbrauner","email": "greg.brauner@thinkific.com","scraped_at": "2026-02-27T10:18:02.866080+00:00"}