LinkedIn Company Search | X-Ray | No Login | Bulk avatar

LinkedIn Company Search | X-Ray | No Login | Bulk

Pricing

from $0.70 / 1,000 results

Go to Apify Store
LinkedIn Company Search | X-Ray | No Login | Bulk

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

Eugene Volper

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

16 hours ago

Last modified

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").

  1. Enter company name or keyword
  2. Choose search pattern (1 = strictest, 4 = broadest)
  3. Optionally filter by country
  4. Get company pages with URL, name, description, and logo

What You Get

Each result returns structured JSON:

FieldTypeDescription
urlstringFull LinkedIn company page URL
namestringCompany name as shown on LinkedIn
headlinestringCompany description or tagline
photoUrlstringCompany logo URL

LinkedIn Company Search Patterns

PatternQuery StyleBest For
1Strict — exact keyword in titleFinding a specific company
2Moderate — keyword in titleSlightly broader
3Broad — phrase matchMore results
4 (default)Broadest — keyword matchMaximum discovery

Pattern 4 is the default — best for discovering companies. Use Pattern 1 when you know the exact company name.


Input Parameters

ParameterTypeRequiredDefaultDescription
keywordstringYes—Company name or search term
companyPatternstringNo"4"Search pattern (1-4)
companyCountriesstringNo""Comma-separated country codes
companyMaxResultsintegerNo10Max results per country (1-100)
loadAllbooleanNofalseAuto-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?

FeatureLinkedIn SearchThis Tool
LinkedIn account neededYesNo
Results limit~100 (gated)Up to 100 per country
Multi-countryManualAutomatic
Structured outputNo (HTML)Clean JSON
API accessNoYes
Auto-deduplicationNoYes
Incremental savingNoYes

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 ApifyClient
client = 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

  1. Use Pattern 1 for exact lookups — when you know the company name
  2. Use Pattern 4 for discovery — when exploring an industry
  3. Multi-country catches regional offices — same company may have different pages per country
  4. 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


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.