LinkedIn Mass People Profile Finder
Pricing
from $2.99 / 1,000 results
LinkedIn Mass People Profile Finder
LinkedIn Mass People Profile Finder discovers and extracts public LinkedIn profiles in bulk using names, keywords, or filters. Collect names, job titles, companies, locations, profile URLs, skills, and more. Ideal for B2B lead generation, recruitment, sales prospecting, and market research.
Pricing
from $2.99 / 1,000 results
Rating
5.0
(1)
Developer
SimpleAPI
Maintained by CommunityActor stats
0
Bookmarked
168
Total users
55
Monthly active users
13 hours ago
Last modified
Categories
Share
๐ LinkedIn Mass People Profile Finder
Bulk-resolve LinkedIn profile URLs from free-text queries โ in seconds, at scale.
Provide a list of search queries (e.g. "Michael Dell Dell Technologies CEO") and the actor returns the first matching public LinkedIn profile URL for each. No LinkedIn login needed โ results come from public search engines.
โจ Why Choose This Actor?
- โก Bulk lookup โ process hundreds of names in one run, in parallel
- ๐ Smart proxy ladder โ starts direct, auto-escalates to datacenter โ residential only when blocked
- ๐ก๏ธ Anti-block resilient โ randomized user agents, exponential backoff, sticky escalation
- ๐พ Live results โ every match streams to the dataset the moment it's found, so partial output is always preserved
- ๐ Dual-engine fallback โ DuckDuckGo primary, Bing fallback
- ๐ฏ Clean output โ canonical
https://www.linkedin.com/in/<slug>for every hit
๐ Key Features
| Feature | Description |
|---|---|
| ๐งพ Bulk input | Paste any number of queries โ one per line |
| ๐ Auto proxy fallback | No proxy โ Datacenter โ Residential (3 retries) |
| ๐ก Real-time output | Each result is pushed live to the dataset |
| โ๏ธ Configurable | Workers, delay, retries, timeout all tunable |
| ๐จ Clean URLs | All output normalized to https://www.linkedin.com/in/<slug> |
๐ฅ Input
{"queries": ["\"Michael Dell\" \"Dell Technologies\" CEO","\"Chuck Robbins\" CISCO CEO"],"workers": 3,"baseDelay": 0.5,"retries": 3,"timeout": 15,"proxyConfiguration": { "useApifyProxy": false }}
| Field | Type | Description |
|---|---|---|
queries | array<string> | Required. Free-text search queries, one per item. Use quotes for exact-match phrases. |
workers | integer | Parallel queries. Default 3. Higher = faster but more block risk. |
baseDelay | number | Base delay (sec) between requests. Default 0.5. |
retries | integer | Max retries per engine on transient failure. Default 3. |
timeout | integer | HTTP request timeout (sec). Default 15. |
proxyConfiguration | object | Proxy override. Default: no proxy โ actor escalates automatically if blocked. |
๐ค Output
Each item in the dataset:
{"linkedin": "https://www.linkedin.com/in/mdell","input": "\"Michael Dell\" \"Dell Technologies\" CEO"}
For failed lookups:
{"linkedin": null,"input": "some unfindable query","error": "bing: no result"}
| Field | Description |
|---|---|
๐ linkedin | Canonical LinkedIn profile URL, or null if not found |
๐งพ input | The exact query that was searched |
โ ๏ธ error | Failure reason (only present when linkedin is null) |
๐ How to Use (Apify Console)
- Log in at https://console.apify.com โ Actors.
- Open LinkedIn Mass People Profile Finder.
- Paste your queries โ one per line โ in the Search Queries field.
- (Optional) Tune workers / delay / retries.
- Click โถ Start.
- Watch logs in real time โ found profiles appear immediately.
- Open the Output tab when the run completes; export to JSON / CSV / XLSX.
๐ค Use via API
Run synchronously and get results in one call:
curl -X POST \"https://api.apify.com/v2/acts/<ACTOR_ID>/run-sync-get-dataset-items?token=$APIFY_TOKEN" \-H "Content-Type: application/json" \-d '{"queries": ["\"Michael Dell\" \"Dell Technologies\" CEO","\"Chuck Robbins\" CISCO CEO"]}'
Or asynchronously:
curl -X POST \"https://api.apify.com/v2/acts/<ACTOR_ID>/runs?token=$APIFY_TOKEN" \-H "Content-Type: application/json" \-d '{"queries":["Satya Nadella Microsoft CEO"]}'
๐ Proxy Strategy
The actor uses a sticky tiered fallback:
1. ๐ข Direct (no proxy) โ start here2. ๐ก Apify Datacenter Proxy โ on first block3. ๐ด Apify Residential Proxy โ if datacenter blocked too (3 retries)
Once the actor escalates to a higher tier, it stays there for the rest of the run โ no flapping. Each escalation is clearly logged so you can see exactly when and why it happened.
๐ฏ Best Use Cases
- ๐งโ๐ผ Sales & lead enrichment โ turn a CSV of names + companies into LinkedIn URLs
- ๐ Market research โ find executive profiles for company analysis
- ๐ค Recruiting โ bulk-resolve candidate profiles from spreadsheets
- ๐ฌ Data enrichment pipelines โ feed CRM rows with normalized LinkedIn URLs
๐ฐ Pricing (Pay-Per-Event)
| Event | What it covers |
|---|---|
apify-actor-start | One-time charge per run (covers startup) |
apify-default-dataset-item | Charged per successfully resolved profile |
You only pay for profiles we find โ failed lookups still appear in the dataset for transparency but do not bill the result-item event.
โ Frequently Asked Questions
Q: Do I need a LinkedIn account or cookie? No. The actor only queries public search engines.
Q: Why is the output URL different from what's on Google?
We canonicalize every URL to https://www.linkedin.com/in/<slug> regardless of the country subdomain (e.g. uk.linkedin.com/in/โฆ) for easier downstream matching.
Q: What if a query has multiple matching profiles? We return the first result. Make queries as specific as possible (name + company + title) for accuracy.
Q: Will I get rate-limited?
Possible if you push workers too high. The actor handles this gracefully โ it slows down, switches engines, and escalates to a paid proxy tier automatically. Default workers=3 is safe.
Q: Is this legal? Yes โ we only query publicly indexed search results. You are responsible for downstream compliance with LinkedIn's ToS, GDPR/CCPA, and any applicable anti-spam laws.
โ๏ธ Cautions / Legal
- Data is collected only from publicly available sources (search engine result pages).
- Do not scrape private accounts or content behind authentication.
- The end user is responsible for legal compliance (GDPR, CCPA, anti-spam laws, target site ToS).
- Be a good citizen โ keep concurrency moderate.
๐ฌ Support & Feedback
Issues, feature requests, or just want to chat? Open an issue or contact the maintainer through your Apify Console messages.