π 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
ScraperX
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 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