LinkedIn Company Search | X-Ray | No Login | Bulk
Pricing
from $0.70 / 1,000 results
LinkedIn Company Search | X-Ray | No Login | Bulk
Find LinkedIn company pages by keyword. No login or cookies. Free accounts receive 10 shared result credits; honest feedback automatically unlocks 50 supporter credits for 30 days.
Pricing
from $0.70 / 1,000 results
Rating
0.0
(0)
Developer
Eugene Volper
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
16 hours ago
Last modified
Categories
Share
LinkedIn Company Search — Find Company Pages by Name | No Login
Find LinkedIn company pages by name or keyword — discover company URLs, descriptions, and logos. No login, no cookies, zero ban risk.
No LinkedIn account needed | 4 search patterns | Multi-country support
Free Apify accounts receive 100 starter results shared across all eight Actors. The private links in SUPPORTER_ACCESS let a user submit honest feedback for 500 additional results valid for 30 days, or report a reproducible bug for 500 additional results after bug confirmation. No public review or positive feedback is required. Any paid Apify plan is uncapped by this internal result allowance; normal Apify platform and Actor charges still apply.
Not a scraper. We use X-ray search to find company pages through publicly indexed data. We never touch LinkedIn's servers.
How to Find LinkedIn Company Profiles by Name
Enter a company name or keyword and get matching LinkedIn company pages in seconds. Works for exact company lookups ("OpenAI") or broader discovery ("AI startup", "fintech London").
- Enter company name or keyword
- Choose search pattern (1 = strictest, 4 = broadest)
- Optionally filter by country
- Get company pages with URL, name, description, and logo
What You Get
Each result returns structured JSON:
| Field | Type | Description |
|---|---|---|
url | string | Full LinkedIn company page URL |
name | string | Company name as shown on LinkedIn |
headline | string | Company description or tagline |
photoUrl | string | Company logo URL |
LinkedIn Company Search Patterns
| Pattern | Query Style | Best For |
|---|---|---|
| 1 | Strict — exact keyword in title | Finding a specific company |
| 2 | Moderate — keyword in title | Slightly broader |
| 3 | Broad — phrase match | More results |
| 4 (default) | Broadest — keyword match | Maximum discovery |
Pattern 4 is the default — best for discovering companies. Use Pattern 1 when you know the exact company name.
Input Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
keyword | string | Yes | — | Company name or search term |
companyPattern | string | No | "4" | Search pattern (1-4) |
companyCountries | string | No | "" | Comma-separated country codes |
companyMaxResults | integer | No | 10 | Max results per country (1-100) |
loadAll | boolean | No | false | Auto-paginate all results |
LinkedIn Company URL Finder — Examples
Find a Specific Company
{"keyword": "OpenAI","companyPattern": "1"}
Discover AI Startups Across Countries
{"keyword": "AI startup","companyPattern": "4","companyCountries": "us, uk, de, fr","companyMaxResults": 100}
Find Fintech Companies in London
{"keyword": "fintech","companyPattern": "3","companyCountries": "uk","companyMaxResults": 50,"loadAll": true}
LinkedIn Company Page Finder — Use Cases
- Market research — Discover companies in a specific industry or niche
- Competitive analysis — Find competitors' LinkedIn pages by industry keyword
- Sales prospecting — Build target account lists by company type
- Lead generation — Discover companies matching your ideal customer profile
- Investment research — Find startups and companies in target sectors
- Recruitment — Identify companies to approach for job opportunities
Why Not Just Search LinkedIn Directly?
| Feature | LinkedIn Search | This Tool |
|---|---|---|
| LinkedIn account needed | Yes | No |
| Results limit | ~100 (gated) | Up to 100 per country |
| Multi-country | Manual | Automatic |
| Structured output | No (HTML) | Clean JSON |
| API access | No | Yes |
| Auto-deduplication | No | Yes |
| Incremental saving | No | Yes |
Reliable Results
- Incremental saving — Every company is saved the moment it's found. Run stops? You keep everything.
- Automatic deduplication — Same company URL never appears twice across countries.
- Retry with backoff — Transient failures retried automatically.
- Stable infrastructure — Not dependent on LinkedIn's page structure.
API Integration
Python
from apify_client import ApifyClientclient = ApifyClient("your_api_token")run = client.actor("aeonkosmos/linkedin-company-search").call(run_input={"keyword": "fintech","companyCountries": "us, uk","companyMaxResults": 50})for item in client.dataset(run["defaultDatasetId"]).iterate_items():print(f"{item['name']} — {item['url']}")
JavaScript
import { ApifyClient } from 'apify-client';const client = new ApifyClient({ token: 'your_api_token' });const run = await client.actor('aeonkosmos/linkedin-company-search').call({keyword: 'fintech',companyCountries: 'us, uk',companyMaxResults: 50});const { items } = await client.dataset(run.defaultDatasetId).listItems();console.log(items);
cURL
curl "https://api.apify.com/v2/acts/aeonkosmos~linkedin-company-search/runs" \-X POST \-H "Content-Type: application/json" \-H "Authorization: Bearer your_api_token" \-d '{"keyword":"fintech","companyCountries":"us, uk","companyMaxResults":50}'
Tips for Best Results
- Use Pattern 1 for exact lookups — when you know the company name
- Use Pattern 4 for discovery — when exploring an industry
- Multi-country catches regional offices — same company may have different pages per country
- Combine with employee search — find the company page first, then search for employees
Limitations (Honest)
- May include similarly named companies — manual verification recommended for common keywords
- Maximum 100 results per search — infrastructure limit
- Returns company page URL + basic info only — not full company data (employees count, revenue, etc.)
- Results come from publicly indexed data — very new company pages may not appear yet
FAQ
Q: How do I find a LinkedIn company profile by name? A: Enter the company name as the keyword and use Pattern 1 (strict) for the most precise match. The tool returns the LinkedIn company page URL along with the name, description, and logo.
Q: Can I search for companies without a LinkedIn account? A: Yes — no LinkedIn account, cookies, or login needed. The tool finds company pages through publicly indexed data.
Q: What's the difference between this and LinkedIn's company search? A: This tool gives you structured JSON output via API, supports multi-country search with automatic deduplication, and doesn't require a LinkedIn account.
Q: How many company pages can I find? A: Up to 100 per country per search. With multi-country (e.g., us, uk, de, fr), each country gets its own limit — 4 countries × 100 = up to 400 results.
Support
Email: grow@nomad.email Response time: < 24 hours
Legal
This tool finds LinkedIn company page URLs through publicly indexed data. It does not scrape LinkedIn, access private pages, bypass authentication, or use LinkedIn credentials.
Users are responsible for ensuring their use of extracted data complies with applicable laws, including GDPR and other data protection regulations.