LinkedIn Company URL - Mass Profile Finder
Pricing
from $4.99 / 1,000 results
LinkedIn Company URL - Mass Profile Finder
๐ Mass Profile Finder helps you discover and analyze LinkedIn profiles at scale. ๐ Perfect for lead generation, B2B research, recruitment & networking. ๐ Fast, efficient, and built to find the right peopleโwithout the hassle.
Pricing
from $4.99 / 1,000 results
Rating
0.0
(0)
Developer
API Empire
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
๐ LinkedIn Company URL - Mass Profile Finder
Turn a plain list of company names into their official LinkedIn company page URLs โ in bulk, in seconds. No login, no cookies, no manual googling. Paste your list, hit Start, and export clean results to JSON, CSV, or Excel. ๐
โจ Why Choose This Actor?
- ๐ข Bulk-first โ drop in 5 or 5,000 company names, one per line.
- ๐ฏ Accurate matches โ returns the real
linkedin.com/company/<slug>page, never a noisy login/feed link. - ๐ก๏ธ Self-healing proxies โ starts with no proxy for speed, then automatically escalates to Datacenter โ Residential the instant it's throttled, and stays on residential for the rest of the run.
- โก Fast & parallel โ tune concurrency from 1 to 100.
- ๐พ Live results โ every match is saved the moment it's found; a long run never loses progress.
- ๐ No authentication required โ nothing to log into, nothing to get banned.
๐งฐ Key Features
| Feature | Description |
|---|---|
| ๐ข Bulk input | One company name per line. |
| โก Concurrency | 1โ100 parallel lookups. |
| ๐ Region control | Pick the region/language for cleaner titles. |
| ๐ก๏ธ Proxy fallback | DIRECT โ DATACENTER โ RESIDENTIAL, sticky. |
| ๐ Retries | Exponential backoff on throttling/blocks. |
| ๐ญ 1-to-1 output | Optional empty rows for companies with no page. |
๐ฅ Input
| Field | Type | Default | Description |
|---|---|---|---|
queries | array | โ | Required. Company names, one per line. |
maxConcurrency | integer | 10 | Parallel lookups (1โ100). |
region | string | us-en | Search region/language. |
querySuffix | string | linkedin company | Phrase appended to bias results to LinkedIn. |
includeNotFound | boolean | true | Emit empty rows for unmatched names. |
maxRetries | integer | 3 | Retry attempts per request. |
requestTimeout | number | 20 | Per-request timeout (seconds). |
retryBackoff | number | 1.5 | Backoff multiplier between retries. |
proxyConfiguration | object | no proxy | Proxy settings (fallback handled automatically). |
Example input
{"queries": ["Tesla", "OpenAI", "Stripe", "Microsoft", "Notion Labs"],"maxConcurrency": 10,"region": "us-en","proxyConfiguration": { "useApifyProxy": false }}
๐ค Output
Each company produces one record:
[{"mySearch": "Tesla","queryId": 1,"linkedinUrl": "https://www.linkedin.com/company/tesla-motors","info": "Tesla - LinkedIn"},{"mySearch": "OpenAI","queryId": 2,"linkedinUrl": "https://www.linkedin.com/company/openai","info": "OpenAI - LinkedIn"}]
| Field | Description |
|---|---|
mySearch | The company name you submitted. |
queryId | 1-based index matching your input order. |
linkedinUrl | Canonical LinkedIn company URL (or null if not found). |
info | LinkedIn page title, e.g. "Tesla - LinkedIn". |
๐ How to Use (Apify Console)
- Log in at console.apify.com โ Actors.
- Open LinkedIn Company URL - Mass Profile Finder.
- Paste your company names (one per line) into ๐ข Company Names.
- (Optional) adjust speed, region, or proxy.
- Click Start and watch results stream into the Output tab in real time.
- Export to JSON / CSV / XLSX.
๐ค Use via API
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":["Tesla","OpenAI","Stripe"],"maxConcurrency":10}'
๐ก Best Use Cases
- ๐งฒ Lead generation โ enrich a list of target accounts with LinkedIn URLs.
- ๐ CRM hygiene โ backfill missing company LinkedIn links at scale.
- ๐ Sales & recruiting research โ jump straight to the right company page.
- ๐ค Data enrichment pipelines โ wire into n8n, Make, or your own API.
๐ณ Pricing
This Actor uses the Pay-Per-Event model: you are charged a small fee per result row (row_result) saved to the dataset. See the Store page for the exact per-row price.
โ FAQ
Do I need a LinkedIn account? No. The Actor uses only public search data.
What if a company isn't found? With includeNotFound on, you still get a row with an empty linkedinUrl so your output aligns 1-to-1 with your input.
Will I get blocked? The Actor starts direct and automatically escalates to datacenter then residential proxies on any throttling, so runs keep flowing.
Can I run thousands of names? Yes โ raise maxConcurrency and (optionally) enable Apify Proxy for large jobs.
โ๏ธ Legal & Compliance
This Actor collects only publicly available company information. You are responsible for complying with applicable laws (GDPR, CCPA, anti-spam) and the target site's Terms of Service.
๐ฌ Support & Feedback
Found a bug or want a feature? Open an issue on the Actor's Issues tab โ we read every one. ๐