Leads Finder - B2B List Building avatar

Leads Finder - B2B List Building

Pricing

from $50.00 / 1,000 leads founds

Go to Apify Store
Leads Finder - B2B List Building

Leads Finder - B2B List Building

Build a targeted B2B lead list with filters for job title, seniority, company size, industry, keyword and location. Full profiles with company details and LinkedIn URL.

Pricing

from $50.00 / 1,000 leads founds

Rating

0.0

(0)

Developer

Scalelist

Scalelist

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

Leads Finder by Scalelist

Find targeted B2B lead profiles matching job titles, departments, career levels, locations, industries, and company criteria — powered by Scalelist without leaving your Apify workflow.

Search over millions of B2B profiles and export clean, verified firmographic and professional profile data directly to the Apify Dataset.


How it works

  1. Set Number of leads to extract — how many leads you want back.
  2. Narrow your audience using any combination of the 14 filter fields, grouped on the input form into Job Title & Role, Company, Company Size, Industry, Keywords and Person Location.

The Actor fetches matching profiles progressively and writes them straight to your Apify dataset.

You are charged per lead delivered, via Apify Pay-Per-Event (PPE). If fewer leads match than you asked for, you are only charged for the leads actually delivered — asking for 10,000 when only 100 match costs you 100.


Input

FieldForm labelSectionTypeDescription
maxResultsNumber of leads to extractintegerHow many leads to return (default: 100, max: 10,000)
jobTitlesJob TitlesJob Title & Rolestring[]Job titles to match (OR logic), e.g. ["VP Sales", "Chief Technology Officer"]
excludeJobTitlesExclude Job TitlesJob Title & Rolestring[]Job titles to exclude from results
jobFunctionsJob FunctionsJob Title & Rolestring[]Functional departments, e.g. ["Sales", "Engineering", "Marketing"]
senioritySeniority LevelsJob Title & Rolestring[]Career levels, e.g. ["CXO", "VP", "Director", "Manager"]
companiesCompany NameCompanystring[]Names of companies to include (OR logic), e.g. ["Google", "Stripe"]
excludeCompaniesExclude Company NameCompanystring[]Names of companies to exclude from results
companyDomainsCompany DomainsCompanystring[]Company website domains to include, e.g. ["stripe.com"]
companySizeMinCompany Size MinCompany SizeintegerMinimum employee count (optional)
companySizeMaxCompany Size MaxCompany SizeintegerMaximum employee count (optional)
industriesIndustriesIndustrystring[]Industries to match, e.g. ["Computer Software", "Financial Services"]
keywordKeywordKeywordsstringFree-text keyword matched across the profile
countriesCountriesPerson Locationstring[]Countries to match, e.g. ["United States", "United Kingdom"]
statesStates / RegionsPerson Locationstring[]States / provinces to match, e.g. ["California", "Ontario"]
citiesCitiesPerson Locationstring[]Cities to match, e.g. ["San Francisco", "London", "Singapore"]

companies matches on the company's name; use companyDomains to match on its website instead.

Example input: Search for Software Engineering VPs & Directors

{
"maxResults": 100,
"jobTitles": ["VP Engineering", "Director of Engineering"],
"jobFunctions": ["Engineering"],
"seniority": ["VP", "Director"],
"industries": ["Computer Software", "Internet"],
"companySizeMin": 50,
"companySizeMax": 500,
"countries": ["United States"]
}

Example input: Target named accounts

{
"maxResults": 500,
"companies": ["Stripe", "Ramp", "Brex"],
"seniority": ["CXO", "VP"],
"countries": ["United States"]
}

Output

Every delivered lead is written to the Apify Dataset with the following fields:

FieldTypeDescription
full_namestringLead's full name
first_namestringFirst name
last_namestringLast name
job_titlestringCurrent job title
senioritystringSeniority level (CXO, VP, Director, Manager, etc.)
job_functionstringFunctional department
company_namestringCurrent employer
company_domainstringCompany website domain
company_sizestringCompany employee count range
industrystringIndustry category
citystringCity
statestringState or region
countrystringCountry
linkedin_urlstringPublic LinkedIn profile URL
company_linkedin_urlstringCompany LinkedIn page URL
profile_picture_urlstringProfile image URL (if available)

Example output row

{
"full_name": "Jane Doe",
"first_name": "Jane",
"last_name": "Doe",
"job_title": "VP of Engineering",
"seniority": "VP",
"job_function": "Engineering",
"company_name": "Acme Cloud Inc.",
"company_domain": "acmecloud.com",
"company_linkedin_url": "https://www.linkedin.com/company/acme-cloud",
"company_size": "51-200",
"industry": "Computer Software",
"city": "San Francisco",
"state": "California",
"country": "United States",
"linkedin_url": "https://www.linkedin.com/in/janedoe",
"profile_picture_url": "https://media.licdn.com/dms/image/..."
}

Enriching your leads

This Actor finds and extracts lead profiles. It does not return emails or phone numbers — run the results through the enrichment Actors for those:

  • Email Finder — verified business emails
  • Phone Finder — mobile numbers
  • Domain Finder — all emails at a company, from its domain

Output is snake_case (first_name, company_domain, linkedin_url) so it maps directly onto what those Actors expect.

Error handling

SituationBehaviour
Rate limit (429)Exponential backoff, up to 5 automatic retries
Fewer matches than requestedSearch ends when results are exhausted; you are charged only for leads delivered
Spend cap reachedOnly the leads that could be charged are delivered, then the Actor stops cleanly and flushes all saved dataset rows
Duplicate profilesDeduplicated within the run by LinkedIn URL; duplicates are never charged

Other Scalelist Actors


Support