Find Any Company On LinkedIn
Pricing
from $0.15 / result
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
Actor stats
1
Bookmarked
3
Total users
2
Monthly active users
14 hours ago
Last modified
Categories
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, 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
- Open the Actor — go to Find Any Company On LinkedIn on Apify and click Try for free.
- Configure inputs — enter a LinkedIn company URL (e.g.
https://www.linkedin.com/company/microsoft). - 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
| Parameter | Type | Required | Default | Description | Example |
|---|---|---|---|---|---|
linkedin_url | string | ✅ | — | Full 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.
| Field | Type | Always present? | Description | Example |
|---|---|---|---|---|
type | string | ✅ | Record type identifier. | company |
linkedin_url | string | ✅ | Canonical LinkedIn company URL. | https://www.linkedin.com/company/microsoft |
name | string | optional | Company display name. | Microsoft |
headline | string | optional | Company headline or tagline. | Empowering every person and organization... |
about | string | optional | Company about/description text. | Microsoft enables digital transformation... |
website | string | optional | Company website URL. | https://www.microsoft.com |
industry | string | optional | LinkedIn industry classification. | Software Development |
company_size | string | optional | Employee count range displayed on LinkedIn. | 10,001+ employees |
company_type | string | optional | Company type (Public, Private, etc.). | Public Company |
founded | string | optional | Founded year. | 1975 |
headquarters | string | optional | Headquarters location string. | Redmond, Washington, United States |
address | string | optional | Structured address from schema.org data. | One Microsoft Way, Redmond, WA 98052 |
specialties | array<string> | optional | Company specialties/skills. | ["Cloud Computing", "AI", "Office Productivity"] |
phones | array<string> | optional | Company phone numbers. | ["+1-800-642-7676"] |
social_links | array<string> | optional | Social media and external profile links. | ["https://twitter.com/Microsoft"] |
logo_url | string | optional | Company logo image URL. | https://media.licdn.com/... |
employee_count | integer | optional | Total employee count from schema.org data. | 220000 |
follower_count | integer | optional | LinkedIn page follower count. | 18500000 |
locations | array | optional | List of company office locations. | [{"city": "Redmond", "country": "US"}] |
featured_employees | array | optional | Featured employee profiles shown on the company page. | [{"name": "Satya Nadella", "title": "CEO"}] |
updates | array | optional | Recent 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, andwebsitein 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, andcompany_typein 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
| Fact | Value |
|---|---|
| Pricing model | Pay-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 |
| Input | Single LinkedIn company URL per run |
| Output fields per profile | 21 |
| Login / cookies required | No — works without a LinkedIn account |
| Export formats | JSON, JSONL, CSV, Excel, XML, RSS, dataset API |
⚖️ Compared with alternatives
| Capability | Find Any Company On LinkedIn | LinkedIn API (official) | Custom scraper |
|---|---|---|---|
| Structured company profile extraction | ✅ | partial (Products API) | you build & maintain |
| 21 fields incl. employees, locations, updates | ✅ | limited | you build & maintain |
| No OAuth or LinkedIn login required | ✅ | ❌ (OAuth required) | you build & maintain |
| Pay-per-result pricing | $0.15 / profile | free with quota | infra + dev cost |
| Export to CSV / JSON | ✅ | you implement | you implement |
| Setup time to first result | < 60 seconds | days (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
- 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. - Expecting
employee_countto match LinkedIn's displayed range.employee_countis the numeric value from schema.org data;company_sizeis the human-readable displayed range. - Treating
updatesas complete post history. The Actor captures only the latest updates visible on the company's public page — not the full post archive. - Relying on
follower_countfor real-time engagement tracking. LinkedIn follower counts update infrequently; treat as a snapshot, not live data. - Normalizing the URL casing before passing it. The Actor lowercases
linkedin_urlinternally, so input casing does not affect results.
🛠️ Troubleshooting
| Problem | Likely cause | Fix |
|---|---|---|
Empty result / {} returned | Company page is not publicly accessible. | Verify the company page is visible without a LinkedIn login. |
employee_count is null | LinkedIn does not expose structured employee count data. | Use company_size (text range) as a fallback. |
updates is empty | Company has no recent public posts. | Expected — not all companies post regularly. |
| Invalid URL error | URL does not match linkedin.com/company/... pattern. | Use the correct LinkedIn company URL format. |
Charge limit reached | Account-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 API —
run-sync-get-dataset-itemsfor blocking calls,runsfor 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
- Best Job Search
- Glassdoor Job Search
- Glints Company Finder
- Glints Job Finder
- Indeed Job Search
- JobStreet Company Finder
- JobStreet Job Finder
- LinkedIn Job Search
- StepStone Company Finder
- StepStone Job Finder
Shopping & Deals
- Amazon Deals Scraper
- Amazon Store Finder
- Argos Deals Scraper
- ASOS Fashion Scraper
- eBay Deals Scraper
- eBay Seller Finder
- Flipkart Deals Scraper
- John Lewis Deals Scraper
- Lidl Deals Scraper
- Magalu Deals Scraper
- MediaMarkt Deals Scraper
- Mercado Livre Deals Scraper
- Nykaa Beauty Scraper
- OTTO Deals Scraper
- Target Deals Scraper
- TradeIndia Product Finder
- TradeIndia Supplier Finder
- Walmart Deals Scraper
Vehicles
- AutoTrader Car Finder
- AutoTrader Dealer Finder
- Cars.com Car Finder
- Cars.com Dealer Finder
- Webmotors Car Finder
Real Estate
Local Business & Food
- BBB Business Finder
- BBB Review Checker
- Google Business Profile
- Reclame Aqui Company Finder
- Zomato Menu Checker
- Zomato Restaurant Finder
Classifieds
Social Media
- Find Any Company On LinkedIn
- Find Anyone On LinkedIn
- Instagram Explore
- Instagram Post
- Instagram Profile
- Reddit Community Post
- Reddit Community Profile
- Reddit Community User
- Reddit Post Search
- Reddit User Profile
- Social Media Marketing
- Telegram Channel Message
- Telegram Group Member
- Telegram Profile
- X Community Profile
- X User Profile
Videos & Text
- Best Video Downloader
- Instagram To Text
- TikTok Live Recorder
- TikTok Video Downloader
- TikTok Video Lookup
- Video Subtitles Downloader
- Video To Text
- YouTube Niche Scraper
- YouTube Video Downloader
Content & Articles
📞 Support, changelog, last updated
Support
- 💬 Telegram Group: t.me/Apify_Actor
- 📧 Direct support: t.me/AiAgentApi
- 📖 Actor page & docs: apify.com/TrueFetch/find-any-company-on-linkedin
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