VOOZH about

URL: https://apify.com/scrapemesh/linkedin-mass-people-profile-finder

โ‡ฑ LinkedIn Mass People Profile Finder ยท Apify


๐Ÿ‘ LinkedIn Mass People Profile Finder avatar

LinkedIn Mass People Profile Finder

Pricing

from $3.99 / 1,000 results

Go to Apify Store

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

๐Ÿ‘ ScrapeMesh

ScrapeMesh

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

1

Monthly active users

17 days ago

Last modified

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

FeatureDescription
๐Ÿงพ Bulk inputPaste any number of queries โ€” one per line
๐ŸŒ Auto proxy fallbackNo proxy โ†’ Datacenter โ†’ Residential (3 retries)
๐Ÿ“ก Real-time outputEach result is pushed live to the dataset
โš™๏ธ ConfigurableWorkers, delay, retries, timeout all tunable
๐ŸŽจ Clean URLsAll 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}
}
FieldTypeDescription
queriesarray<string>Required. Free-text search queries, one per item. Use quotes for exact-match phrases.
workersintegerParallel queries. Default 3. Higher = faster but more block risk.
baseDelaynumberBase delay (sec) between requests. Default 0.5.
retriesintegerMax retries per engine on transient failure. Default 3.
timeoutintegerHTTP request timeout (sec). Default 15.
proxyConfigurationobjectProxy 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"
}
FieldDescription
๐Ÿ”— linkedinCanonical LinkedIn profile URL, or null if not found
๐Ÿงพ inputThe exact query that was searched
โš ๏ธ errorFailure reason (only present when linkedin is null)

๐Ÿš€ How to Use (Apify Console)

  1. Log in at https://console.apify.com โ†’ Actors.
  2. Open LinkedIn Mass People Profile Finder.
  3. Paste your queries โ€” one per line โ€” in the Search Queries field.
  4. (Optional) Tune workers / delay / retries.
  5. Click โ–ถ Start.
  6. Watch logs in real time โ€” found profiles appear immediately.
  7. 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 here
2. ๐ŸŸก Apify Datacenter Proxy โ† on first block
3. ๐Ÿ”ด 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)

EventWhat it covers
apify-actor-startOne-time charge per run (covers startup)
apify-default-dataset-itemCharged 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.

You might also like

LinkedIn Mass People Profile Finder

api-empire/linkedin-mass-people-profile-finder