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.
| # | Search Query | Page No | Profiles |
|---|---|---|---|
1 | anthropic | 1 | |
2 | anthropic | 2 | |
3 | anthropic | 3 | |
4 | anthropic | 4 | |
5 | anthropic | 5 | |
6 | anthropic | 6 | |
7 | anthropic | 7 | |
8 | anthropic | 8 | |
9 | anthropic | 9 | |
10 | anthropic | 10 |
Playground
Advanced parameters are collapsed below.
curl -X POST https://api.mindcase.co/api/v1/agents/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": []
}
}'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.