๐ LinkedIn Mass Company Profile Finder
Pricing
from $3.99 / 1,000 results
๐ LinkedIn Mass Company Profile Finder
Pricing
from $3.99 / 1,000 results
Rating
0.0
(0)
Developer
ScrapePilot
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
Find LinkedIn company profile URLs in bulk from any list of keywords โ domains, brand names, product names, or plain descriptions. Powered by multi-engine search with smart proxy fallback, designed for sales & marketing teams who need verified LinkedIn pages at scale.
โจ Why Choose Us?
- ๐ง Multi-engine search โ DuckDuckGo + Bing combined for maximum coverage; results auto-merged and deduplicated.
- ๐ Country-subdomain aware โ Captures
linkedin.com/company/โฆ,fr.linkedin.com/company/โฆ,uk.linkedin.com/โฆ, etc., and normalizes to the canonical URL. - ๐ก๏ธ Smart proxy fallback โ Starts with no proxy (cost-saving), automatically escalates to datacenter then residential (3 retries) if blocked. Once a tier works, it sticks.
- โก Live results โ Every URL is pushed to the dataset as it's found so you can watch the run in real time.
- ๐งฐ Robust โ Per-engine retries with exponential backoff, async concurrency, request jitter, and detailed logs.
- ๐ธ Cost-efficient โ Default = no proxy = $0 traffic until needed.
๐ Key Features
| Feature | What it gives you |
|---|---|
| ๐ Bulk keyword input | One run, hundreds of companies |
| ๐ฆ + ๐ท Two engines | DuckDuckGo + Bing for wider coverage |
| ๐ก๏ธ 3-tier proxy ladder | no-proxy โ datacenter โ residential |
| ๐ 3 residential retries | Each retry rotates the IP |
| ๐งต Concurrent workers | Process many keywords in parallel |
| ๐ฆ Live dataset push | Watch URLs roll in as they're found |
| ๐ Per-row attribution | See which engine returned each URL |
๐ Input
| Field | Type | Required | Description |
|---|---|---|---|
urls | array of strings | โ Yes | List of keywords to search for. Each line is searched independently. |
proxyConfiguration | object | โ No | Apify proxy config. Default = no proxy. Auto-escalates on block. |
โ๏ธ Internal defaults (not exposed in the UI): engines = DuckDuckGo + Bing โข max results per keyword = 30 โข base delay = 0.5 s with jitter โข per-engine retries = 2 โข concurrent workers = 3.
๐ก Example input
{"urls": ["alma.fr","Stripe payments","Anthropic AI","\"OpenAI\""],"proxyConfiguration": { "useApifyProxy": false }}
๐ค Output
Each pushed item represents one (keyword โ LinkedIn URL) pair. Live in the dataset, exportable as JSON / CSV / XLSX.
[{"linkedin": "https://www.linkedin.com/company/alma-studio-paris","input": "alma.fr","slug": "alma-studio-paris","foundBy": "bing+ddgs","proxyMode": "no-proxy"},{"linkedin": "https://www.linkedin.com/company/alma-france-communication","input": "alma.fr","slug": "alma-france-communication","foundBy": "ddgs","proxyMode": "no-proxy"},{"linkedin": null,"input": "very-rare-keyword-12345","error": "ddgs: no results; bing: no results","proxyMode": "residential"}]
Field reference
| Field | Description |
|---|---|
linkedin | Canonical LinkedIn company URL (https://www.linkedin.com/company/<slug>). null if no results. |
input | The keyword exactly as you typed it. |
slug | The LinkedIn slug (everything after /company/). |
foundBy | Engines that returned this URL (ddgs, bing, or bing+ddgs). |
proxyMode | Proxy tier in use when this result was fetched (no-proxy, datacenter, residential). |
error | Present only if all engines failed for this keyword. |
๐ How to Use (Apify Console)
- Log in at https://console.apify.com โ Actors.
- Open LinkedIn Mass Company Profile Finder.
- Paste your keywords (one per line) into the Keywords field.
- (Optional) Adjust Max Results / Keyword, Workers, Proxy.
- Click โถ Start.
- Watch the logs โ each LinkedIn URL is logged as it is found.
- Open the OUTPUT tab when the run finishes (or while it's running).
- Export to JSON / CSV / XLSX.
๐ค Use via API
Trigger a run via the Apify REST 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 '{"urls": ["alma.fr", "Stripe payments"],"maxResultsPerKeyword": 30,"proxyConfiguration": { "useApifyProxy": false }}'
Or asynchronously (returns a run ID):
curl -X POST "https://api.apify.com/v2/acts/<ACTOR_ID>/runs?token=$APIFY_TOKEN" \-H "Content-Type: application/json" \-d '{ "urls": ["alma.fr"] }'
๐ผ Best Use Cases
- ๐ฏ B2B lead generation โ Convert a list of domains into LinkedIn company pages.
- ๐ฌ Market research โ Map all companies matching a niche keyword.
- ๐ Sales intelligence โ Enrich CRM records with verified LinkedIn URLs.
- ๐ท๏ธ Brand tracking โ Find every public LinkedIn page mentioning a brand.
- ๐ Local market mapping โ Surface country-subdomain pages (
fr.,uk.,de., โฆ).
โ Frequently Asked Questions
Q: Does it work without a proxy? A: Yes โ by default it runs with no proxy to save cost. If a search engine blocks the request, it automatically escalates to datacenter โ residential (3 retries).
Q: What does "found by bing+ddgs" mean? A: Both DuckDuckGo and Bing returned the same LinkedIn URL โ a strong signal that it is the correct match.
Q: Can I use my own proxy? A: Yes. Configure Apify proxy in the input. The fallback ladder still applies if your chosen tier gets blocked.
Q: Why some keywords return more URLs than others? A: Different brand names match different numbers of LinkedIn pages. Common words return more results; specific domains often return one or two.
Q: Are results live? A: Yes โ every LinkedIn URL is pushed to the dataset the moment it's found. You can monitor & export results while the run is still going.
Q: Is this scraping LinkedIn directly? A: No. The actor only reads publicly indexed metadata from search engines. It never logs into LinkedIn, never scrapes LinkedIn HTML, and never touches authenticated content.
๐ Cautions & Legal
- โ Data is collected exclusively from publicly indexed search-engine results.
- โ No private accounts. No authenticated content. No LinkedIn ToS-violating scraping.
- โ๏ธ End users are responsible for compliance (GDPR, CCPA, anti-spam, target ToS).
๐ฌ Support & Feedback
- ๐ Issues: open a ticket on the Apify Console under this actor.
- ๐ง Custom builds: dev.scraperengine@gmail.com
- ๐ฌ More actors: Apify Store