Find people on LinkedIn by keyword plus rich filters (title, company, school, seniority, industry, location, and more). Each match gives a person's name, headline, location, photo, and profile URL, grouped by search page — every search page holds up to 25 profiles. Feed the profile URLs into LinkedIn Profiles to get full details.
Sample
Here's a sample search page — up to 25 profiles, each with the profile URL you'd feed into LinkedIn Profiles to enrich.
| # | Page No | Profiles |
|---|---|---|
1 | 1 | |
2 | 2 | |
3 | 3 | |
4 | 4 | |
5 | 5 | |
6 | 6 | |
7 | 7 | |
8 | 8 | |
9 | 9 | |
10 | 10 |
Playground
Advanced parameters are collapsed below.
curl -X POST https://api.mindcase.co/v1/data/linkedin/profiles-search/run \
-H "Authorization: Bearer mk_live_YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"params": {
"searchQuery": "",
"locations": [],
"seniorityLevel": [],
"function": [],
"industry": [],
"yearsOfExperience": [],
"yearsAtCompany": [],
"companyHeadcount": [],
"currentCompanies": [],
"pastCompanies": [],
"currentJobTitles": [],
"pastJobTitles": [],
"schools": [],
"names": [],
"companyHQLocations": [],
"profileLanguages": []
}
}'Overview
LinkedIn Profiles Search finds people by keyword plus rich filters — title, company, school, seniority, industry, and location — and returns matches grouped by search page, where each page holds up to 25 profiles with name, headline, location, photo, and profile URL. One row is one results page, not one person.
Recruiters and sales teams use it to discover candidates and leads at scale, then feed the profile URLs into the LinkedIn Profiles agent for full detail. Billing is per search page, so a single row surfaces up to 25 people.
Cost
$100.00 per 1,000 search pages. You are billed per results page, not per person — one row is one search page holding up to 25 matching profiles. The total row count grows with the maxResults limit you set per run. Failed runs don't count.
Cost calculator
Examples
A few common ways teams put LinkedIn Profiles Search API to work — copy a prompt below to try it yourself.
Search by title, seniority, and location to surface pages of matching people to source.
Filter by company, industry, and role to build pages of prospects for outreach.
Search by school and function to map alumni or a specialist talent pool.
Get started
Sign up to run live queries against LinkedIn Profiles Search API via chat, form, or API.
FAQ
Related
Extract LinkedIn post comments and replies, including likes and reactions, from a list of post URLs
Extract reactions from LinkedIn posts and comments, providing likes and appreciations
Extract LinkedIn ad details, ad copy, media URL, and call-to-action buttons from Ad Library URLs
Extract LinkedIn profile comments and their social activities like likes and reactions, requiring no input
Monitor public LinkedIn profiles for reactions, along with full post details and social activities
Get LinkedIn company data — by company URL, or by searching with filters (location, size, industry). Returns the full company profile either way.