Lead Finder avatar

Lead Finder

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Lead Finder

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

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

ParameterTypeRequiredDefaultDescription
jobTitlesstring[]Yes-Job titles to search for (e.g. "CEO", "Software Engineer")
locationsstring[]No[]Locations to target (e.g. "New York", "London")
industriesstring[]No[]Industries to filter by (e.g. "SaaS", "Healthcare")
companyNamesstring[]No[]Specific companies to target (e.g. "Google", "Stripe")
maxLeadsintegerNo100Maximum number of leads to return (1-500)

Output

Each lead includes:

FieldDescription
full_namePerson's full name
first_nameFirst name
last_nameLast name
titleJob title
company_nameCompany name
company_domainCompany website domain
locationLocation (when available)
linkedin_urlLinkedIn profile URL
emailUser Email
scraped_atTimestamp

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"
}