Find Any Company On LinkedIn avatar

Find Any Company On LinkedIn

Pricing

from $0.15 / result

Go to Apify Store
Find Any Company On LinkedIn

Find Any Company On LinkedIn

Batch-export LinkedIn Company pages — industry, headcount, HQ city, founded year, website, phone, specialties, followers, and 21 fields per profile. No login. $150 per 1,000.

Pricing

from $0.15 / result

Rating

0.0

(0)

Developer

TrueFetch

TrueFetch

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

2

Monthly active users

14 hours ago

Last modified

Share

Affiliate disclosure: Apify links on this page may include referral parameters. If you sign up through one of these links, TrueFetch may earn a commission from Apify at no extra cost to you. Pricing, features, and Actor access are unaffected.

Find Any Company On LinkedIn Company Profile Extractor Pay per Result No Cookies Telegram Support Telegram Group

Find Any Company On LinkedIn — Company Profile, Employees & Insights API

Extract a structured LinkedIn company profile from any LinkedIn company URL — company name, headline, industry, company size, employee count, follower count, headquarters, website, specialties, locations, featured employees, and recent updates — in a single Apify Actor run. Returns clean JSON / CSV / Excel for company research, lead qualification, and competitive intelligence, with no LinkedIn login required.

TL;DR (40-word answer): Find Any Company On LinkedIn is a no-login Apify Actor that returns 21 structured fields per LinkedIn company profile at $0.15 per company, with employee data, locations, and JSON / CSV / Excel export. Last verified 2026-05-02.

What it is NOT: Find Any Company On LinkedIn is not a LinkedIn job board scraper (use LinkedIn Job Search for that), not a LinkedIn people search tool (use Find Anyone On LinkedIn for that), and not a LinkedIn automation or messaging tool — it only reads publicly visible LinkedIn company pages.

Find Any Company On LinkedIn is an Apify Actor that takes a LinkedIn company URL and returns a structured company profile — name, headline, about, website, industry, company size, company type, founded year, headquarters, address, specialties, phones, social links, logo, employee count, follower count, locations, featured employees, and recent company updates — as a unified JSON schema. Built for sales teams, recruiters, market researchers, and AI agents needing live LinkedIn company intelligence. Maintained by TrueFetch on the Apify Store.


🏢 Why choose Find Any Company On LinkedIn

Find Any Company On LinkedIn is best for B2B sales teams, market researchers, and developers who need structured LinkedIn company data without managing LinkedIn authentication.

  • 📊 21 fields per company profile — type, linkedin_url, name, headline, about, website, industry, company_size, company_type, founded, headquarters, address, specialties, phones, social_links, logo_url, employee_count, follower_count, locations, featured_employees, and updates.
  • 🛡️ No login or cookies required — reads publicly visible LinkedIn company pages without authentication.
  • ⚡ Pay-per-profile pricing — flat $0.15 per company profile. Free Apify plan includes $5 monthly credits ≈ ~33 free company profiles per month.

🚀 Quick Start — run in 3 steps

Run in Apify Console

  1. Open the Actor — go to Find Any Company On LinkedIn on Apify and click Try for free.
  2. Configure inputs — enter a LinkedIn company URL (e.g. https://www.linkedin.com/company/microsoft).
  3. Click Start — the Actor extracts the company profile and writes it to the default dataset; download as JSON, CSV, or Excel.

Run via Apify API

curl -X POST "https://api.apify.com/v2/acts/TrueFetch~find-any-company-on-linkedin/run-sync-get-dataset-items?token=YOUR_APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"linkedin_url": "https://www.linkedin.com/company/microsoft"
}'

Run via MCP (for AI agents)

Find Any Company On LinkedIn is callable from Claude, ChatGPT, Cursor, and any MCP-compatible client through the Apify MCP Server. Reference the Actor as TrueFetch/find-any-company-on-linkedin and pass the same JSON input as above.


⚙️ Input parameters

ParameterTypeRequiredDefaultDescriptionExample
linkedin_urlstringFull LinkedIn company page URL. Must match linkedin.com/company/... format.https://www.linkedin.com/company/microsoft
{
"linkedin_url": "https://www.linkedin.com/company/microsoft"
}

📦 Output dataset

Each run writes a structured company profile object to the default Apify dataset, exportable as JSON, JSONL, CSV, Excel, XML, RSS, or via the dataset API.

FieldTypeAlways present?DescriptionExample
typestringRecord type identifier.company
linkedin_urlstringCanonical LinkedIn company URL.https://www.linkedin.com/company/microsoft
namestringoptionalCompany display name.Microsoft
headlinestringoptionalCompany headline or tagline.Empowering every person and organization...
aboutstringoptionalCompany about/description text.Microsoft enables digital transformation...
websitestringoptionalCompany website URL.https://www.microsoft.com
industrystringoptionalLinkedIn industry classification.Software Development
company_sizestringoptionalEmployee count range displayed on LinkedIn.10,001+ employees
company_typestringoptionalCompany type (Public, Private, etc.).Public Company
foundedstringoptionalFounded year.1975
headquartersstringoptionalHeadquarters location string.Redmond, Washington, United States
addressstringoptionalStructured address from schema.org data.One Microsoft Way, Redmond, WA 98052
specialtiesarray<string>optionalCompany specialties/skills.["Cloud Computing", "AI", "Office Productivity"]
phonesarray<string>optionalCompany phone numbers.["+1-800-642-7676"]
social_linksarray<string>optionalSocial media and external profile links.["https://twitter.com/Microsoft"]
logo_urlstringoptionalCompany logo image URL.https://media.licdn.com/...
employee_countintegeroptionalTotal employee count from schema.org data.220000
follower_countintegeroptionalLinkedIn page follower count.18500000
locationsarrayoptionalList of company office locations.[{"city": "Redmond", "country": "US"}]
featured_employeesarrayoptionalFeatured employee profiles shown on the company page.[{"name": "Satya Nadella", "title": "CEO"}]
updatesarrayoptionalRecent company post/update objects from the company page.[{"text": "We're hiring...", "url": "..."}]

Sample output

{
"type": "company",
"linkedin_url": "https://www.linkedin.com/company/microsoft",
"name": "Microsoft",
"headline": "Empowering every person and organization on the planet to achieve more.",
"about": "Microsoft enables digital transformation for the era of an intelligent cloud and an intelligent edge.",
"website": "https://www.microsoft.com",
"industry": "Software Development",
"company_size": "10,001+ employees",
"company_type": "Public Company",
"founded": "1975",
"headquarters": "Redmond, Washington, United States",
"address": "One Microsoft Way, Redmond, WA 98052",
"specialties": ["Cloud Computing", "AI", "Productivity"],
"phones": [],
"social_links": ["https://twitter.com/Microsoft"],
"logo_url": "https://media.licdn.com/...",
"employee_count": 220000,
"follower_count": 18500000,
"locations": [{ "city": "Redmond", "country": "US" }],
"featured_employees": [{ "name": "Satya Nadella", "title": "CEO" }],
"updates": [{ "text": "We're hiring senior engineers...", "url": "..." }]
}

💡 Use cases

For B2B sales teams qualifying target accounts

  • Problem: qualifying a list of prospect companies requires looking up LinkedIn profiles for each to verify size, industry, and headquarters.
  • How Find Any Company On LinkedIn solves it: pass each company's LinkedIn URL and get company_size, industry, headquarters, employee_count, and website in structured JSON.
  • Outcome: a clean account qualification dataset at $0.15 per company.

For recruiters researching target companies

  • Problem: before approaching a hiring manager, recruiters need a quick snapshot of a company's size, growth trajectory, and recent activity.
  • How Find Any Company On LinkedIn solves it: extract follower_count, featured_employees, updates, and company_type in one call to build a company profile brief.
  • Outcome: fast company intelligence without manual LinkedIn browsing.

For AI agents needing live company data

  • Problem: LLM agents asked "what does Company X do and how many employees do they have?" cannot trust static training data for up-to-date company facts.
  • How Find Any Company On LinkedIn solves it: call the Actor over the Apify MCP Server and surface current, grounded company information.
  • Outcome: accurate, source-cited LinkedIn company profiles in production AI assistants.

💰 Pricing, limits, and performance

FactValue
Pricing modelPay-per-result (event: result)
Per-result price$0.15 per company profile = $150 per 1,000
Free-tier monthly allowance$5 Apify credits ≈ ~33 free company profiles / month
InputSingle LinkedIn company URL per run
Output fields per profile21
Login / cookies requiredNo — works without a LinkedIn account
Export formatsJSON, JSONL, CSV, Excel, XML, RSS, dataset API

⚖️ Compared with alternatives

CapabilityFind Any Company On LinkedInLinkedIn API (official)Custom scraper
Structured company profile extractionpartial (Products API)you build & maintain
21 fields incl. employees, locations, updateslimitedyou build & maintain
No OAuth or LinkedIn login required❌ (OAuth required)you build & maintain
Pay-per-result pricing$0.15 / profilefree with quotainfra + dev cost
Export to CSV / JSONyou implementyou implement
Setup time to first result< 60 secondsdays (API approval)days–weeks

Verdict. Use Find Any Company On LinkedIn when you need structured company data without managing OAuth credentials. The official LinkedIn API requires approval and limits access to certain data; this Actor works on publicly visible profile pages with zero setup.


⚠️ Common mistakes to avoid

  1. Passing a person's profile URL instead of a company URL. The Actor requires linkedin.com/company/... URLs. For person profiles, use Find Anyone On LinkedIn.
  2. Expecting employee_count to match LinkedIn's displayed range. employee_count is the numeric value from schema.org data; company_size is the human-readable displayed range.
  3. Treating updates as complete post history. The Actor captures only the latest updates visible on the company's public page — not the full post archive.
  4. Relying on follower_count for real-time engagement tracking. LinkedIn follower counts update infrequently; treat as a snapshot, not live data.
  5. Normalizing the URL casing before passing it. The Actor lowercases linkedin_url internally, so input casing does not affect results.

🛠️ Troubleshooting

ProblemLikely causeFix
Empty result / {} returnedCompany page is not publicly accessible.Verify the company page is visible without a LinkedIn login.
employee_count is nullLinkedIn does not expose structured employee count data.Use company_size (text range) as a fallback.
updates is emptyCompany has no recent public posts.Expected — not all companies post regularly.
Invalid URL errorURL does not match linkedin.com/company/... pattern.Use the correct LinkedIn company URL format.
Charge limit reachedAccount-level monthly spend limit hit.Raise the run / monthly limit in your Apify plan settings.

❓ FAQ

What data does Find Any Company On LinkedIn return?

Find Any Company On LinkedIn returns 21 structured fields per company profile including name, industry, company size, employee count, follower count, headquarters, website, specialties, locations, featured employees, and recent updates.

How much does Find Any Company On LinkedIn cost?

Find Any Company On LinkedIn uses pay-per-result pricing at $0.15 per company profile. The Apify Free plan includes $5 of monthly platform credits, covering approximately 33 free company profiles per month.

Does Find Any Company On LinkedIn require a LinkedIn login?

No. The Actor reads publicly visible LinkedIn company pages without any login or cookies.

Can I scrape multiple companies at once?

The Actor takes one LinkedIn URL per run. To scrape multiple companies, trigger separate runs via the Apify API or use the Apify Scheduler.

Can I find person profiles with this Actor?

No. This Actor is for company pages only. Use Find Anyone On LinkedIn for person profiles.

Can I schedule Find Any Company On LinkedIn to run automatically?

Yes. Use Apify Schedules to monitor company profiles on a recurring cadence and push results via Webhooks.


🔌 Integrations

Find Any Company On LinkedIn plugs straight into the Apify ecosystem:

  • Schedules — monitor company profiles on a recurring schedule (docs).
  • Webhooks — POST results to your endpoint on ACTOR.RUN.SUCCEEDED (docs).
  • Apify APIrun-sync-get-dataset-items for blocking calls, runs for async (docs).
  • MCP Server — call the Actor from Claude, ChatGPT, or Cursor agents (docs).
  • No-code — Make, Zapier, n8n, Pipedream, Google Sheets, Airtable.

🧱 Sister Actors from TrueFetch

Jobs

Shopping & Deals

Vehicles

Real Estate

Local Business & Food

Classifieds

Social Media

Videos & Text

Content & Articles


📞 Support, changelog, last updated

Support

Maintained by TrueFetch on the Apify Store.

Cost of doing nothing: researching dozens of LinkedIn company profiles manually for B2B prospecting or market analysis takes hours per batch. Find Any Company On LinkedIn returns a structured, exportable company profile at $0.15 per company. → Try it free with $5 of Apify credits.

Changelog

  • 2026-05-02 — README rewritten for SEO + GEO; documented all 21 output fields, full pricing, troubleshooting matrix, and FAQ.
  • 2026-04 — Improved featured employee and company update extraction.
  • 2026-03 — Added social_links and address fields from schema.org data.
  • 2026-02 — Initial release: LinkedIn company profile extraction by URL.

{
"@context": "https://schema.org",
"@graph": [
{
"@type": "SoftwareApplication",
"@id": "https://apify.com/TrueFetch/find-any-company-on-linkedin#software",
"name": "Find Any Company On LinkedIn",
"description": "Apify Actor that extracts a structured LinkedIn company profile from a company URL, returning 21 fields including name, industry, employee count, follower count, headquarters, specialties, locations, and recent updates. Pay-per-result at $0.15 per profile.",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Web, Cloud",
"url": "https://apify.com/TrueFetch/find-any-company-on-linkedin",
"offers": {
"@type": "Offer",
"price": "0.15",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock"
},
"author": { "@id": "https://apify.com/TrueFetch#author-TrueFetch" },
"publisher": { "@id": "https://apify.com/TrueFetch#publisher" }
},
{
"@type": "Organization",
"@id": "https://apify.com/TrueFetch#publisher",
"name": "TrueFetch",
"url": "https://apify.com/TrueFetch",
"sameAs": ["https://t.me/Apify_Actor", "https://t.me/AiAgentApi"]
},
{
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What data does Find Any Company On LinkedIn return?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Find Any Company On LinkedIn returns 21 structured fields per company profile including name, industry, company size, employee count, follower count, headquarters, website, specialties, locations, featured employees, and recent updates."
}
},
{
"@type": "Question",
"name": "How much does Find Any Company On LinkedIn cost?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Find Any Company On LinkedIn uses pay-per-result pricing at $0.15 per company profile. The Apify Free plan covers approximately 33 free company profiles per month."
}
},
{
"@type": "Question",
"name": "Does Find Any Company On LinkedIn require a login?",
"acceptedAnswer": {
"@type": "Answer",
"text": "No. The Actor reads publicly visible LinkedIn company pages without any login or cookies."
}
}
]
},
{
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Apify",
"item": "https://apify.com"
},
{
"@type": "ListItem",
"position": 2,
"name": "Social Media",
"item": "https://apify.com/store?category=SOCIAL_MEDIA"
},
{
"@type": "ListItem",
"position": 3,
"name": "Find Any Company On LinkedIn",
"item": "https://apify.com/TrueFetch/find-any-company-on-linkedin"
}
]
}
]
}

Last Updated: May 2, 2026 Schema version: 1.1 Maintained by: TrueFetch · 💬 Telegram Group · 📧 Support