LinkedIn Company URL - Mass Profile Finder avatar

LinkedIn Company URL - Mass Profile Finder

Pricing

from $4.99 / 1,000 results

Go to Apify Store
LinkedIn Company URL - Mass Profile Finder

LinkedIn Company URL - Mass Profile Finder

Find LinkedIn company profiles in bulk from company names, websites, or domains. Extract LinkedIn company URLs, profile details, industry data, follower counts, and business information to streamline lead generation, sales prospecting, recruitment, and market research.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

Scrapier

Scrapier

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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

FeatureDescription
๐Ÿข Bulk inputOne company name per line.
โšก Concurrency1โ€“100 parallel lookups.
๐ŸŒ Region controlPick the region/language for cleaner titles.
๐Ÿ›ก๏ธ Proxy fallbackDIRECT โ†’ DATACENTER โ†’ RESIDENTIAL, sticky.
๐Ÿ” RetriesExponential backoff on throttling/blocks.
๐Ÿ“ญ 1-to-1 outputOptional empty rows for companies with no page.

๐Ÿ“ฅ Input

FieldTypeDefaultDescription
queriesarrayโ€”Required. Company names, one per line.
maxConcurrencyinteger10Parallel lookups (1โ€“100).
regionstringus-enSearch region/language.
querySuffixstringlinkedin companyPhrase appended to bias results to LinkedIn.
includeNotFoundbooleantrueEmit empty rows for unmatched names.
maxRetriesinteger3Retry attempts per request.
requestTimeoutnumber20Per-request timeout (seconds).
retryBackoffnumber1.5Backoff multiplier between retries.
proxyConfigurationobjectno proxyProxy 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"
}
]
FieldDescription
mySearchThe company name you submitted.
queryId1-based index matching your input order.
linkedinUrlCanonical LinkedIn company URL (or null if not found).
infoLinkedIn page title, e.g. "Tesla - LinkedIn".

๐Ÿš€ How to Use (Apify Console)

  1. Log in at console.apify.com โ†’ Actors.
  2. Open LinkedIn Company URL - Mass Profile Finder.
  3. Paste your company names (one per line) into ๐Ÿข Company Names.
  4. (Optional) adjust speed, region, or proxy.
  5. Click Start and watch results stream into the Output tab in real time.
  6. 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.


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. ๐Ÿ™Œ