LinkedIn Mass People Profile Finder
Pricing
from $3.99 / 1,000 results
LinkedIn Mass People Profile Finder
Bulk LinkedIn profile URL finder. Provide names, companies, or any free-text queries and receive matching public LinkedIn profile URLs in real time.
Pricing
from $3.99 / 1,000 results
Rating
0.0
(0)
Developer
ScraperX
Maintained by CommunityActor stats
0
Bookmarked
5
Total users
2
Monthly active users
5 days 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.