LinkedIn Company Scraper with Headcount Growth (No Cookies) avatar

LinkedIn Company Scraper with Headcount Growth (No Cookies)

Pricing

Pay per event

Go to Apify Store
LinkedIn Company Scraper with Headcount Growth (No Cookies)

LinkedIn Company Scraper with Headcount Growth (No Cookies)

Scrape LinkedIn company pages for the real headcount and follower count — then keep the series, so you also get how fast each company is growing. No login, no cookies.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Northbell

Northbell

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 hours ago

Last modified

Categories

Share

LinkedIn Company Scraper with Headcount Growth

Scrape LinkedIn company pages for industry, HQ, founding year, type, website, follower count — and the real headcount, the number LinkedIn actually counts rather than the size band the company typed in years ago.

Then keep running it, and you get the thing a single scrape cannot give you: how fast each company is growing.

Anthropic says 501–1,000. LinkedIn counts 5,810.

Every company page carries two different numbers for the same thing:

sourcewhen it was last true
501-1,000 employeesthe size band an admin picked from a dropdownwhenever they last thought about it
5,810 employeesLinkedIn counting profiles that list this employertoday

Measured live. The stated band points at less than a fifth of the real number — and it will keep pointing there until somebody remembers to change it. Stripe states 5,001–10,000 and counts 17,148. OpenAI states 1,001–5,000 and counts 10,675.

Most company scrapers hand you the band. This one hands you both, plus bandDrifted, bandDriftDirection and bandDriftRatio so you can find the companies whose own description of themselves has gone stale. Those are usually the ones that grew.

The number that only means something twice

17,148 employees is a fact. 17,148, up from 16,148 a month ago is a signal — that a company is hiring hard, that a competitor is scaling, that a prospect just raised.

Headcount cannot be back-filled. There is no endpoint that tells you what a company's headcount was last month. If you did not record it then, that month is gone. This Actor records it and keeps the series:

stripe
Jul 25 16,148 employees 1,553,570 followers
Aug 24 17,148 employees 1,653,570 followers
─────────────────────────────────────
+1,000 / month +6.19 % / month

What you get

Every run appends to your dataset. Rows are tagged by type.

company — one row per company.

fieldmeaning
employeesthe real headcount LinkedIn counts today
followersfollower count today
sizeBand, sizeBandMin, sizeBandMaxwhat the company says about itself
bandDrifted, bandDriftDirection, bandDriftRatiohow far the stated band is from reality, and which way
employeesChanged, employeesPerMonth, employeesPercentPerMonthgrowth, measured across your own observations
employeeGrowthReliablefalse when the figure cannot be trusted — see below
employeesAddedSinceLastRunchange since you last looked
followersChanged, followersPerMonth, followersPercentPerMonth, followerGrowthReliablethe same for followers
observedDays, observations, firstSeenAthow long you have been watching and how many samples you have
industry, headquarters, founded, website, companyType, specialties, description, taglinethe profile itself

error — anything that failed, written where you will actually see it.

Three questions this answers that a snapshot cannot

"Is this prospect actually growing?" — a company adding 6% headcount a month is spending. One that has been flat for six months is not, whatever its funding announcement said.

"Is my competitor scaling or bleeding?"employeesChanged goes negative on contraction, and the Actor reports that rather than hiding it.

"Which companies have outgrown their own description?"bandDrifted finds them. A company still claiming 51–200 while LinkedIn counts 600 is a company that has been too busy to update its profile.

Numbers this Actor refuses to give you

A growth rate computed over three days is mostly noise multiplied by ten. So:

  • Fewer than 7 days of observation → employeeGrowthReliable: false, note observed-for-less-than-7-days. The figure is still returned; it is just labelled.
  • First observation → no rate at all. One point has no slope, and inventing one would be a lie with a decimal point on it.
  • Headcount went downcount-went-down. Real contraction and a LinkedIn profile cleanup look identical from outside, so the Actor reports the fact and declines to call it a trend.
  • No count on the pageno-value, rather than a zero that would poison an average.

A rate without that flag is a rate that will eventually lie to you.

No login. Not as a policy — as a property of the code.

This Actor never signs in, never asks you for a session cookie, and never sends one. It reads the public company page, the same one an anonymous visitor sees.

That is enforced, not promised:

  • The request headers are a frozen object with no Cookie and no Authorization field, and nothing can add one at runtime.
  • A guard rejects any attempt to attach a credential header, and the input schema refuses any field whose name looks like cookie, session, token, auth or password.
  • Unit tests assert all of the above.

If a competing tool asks you to paste your li_at cookie, it is operating your LinkedIn account on your behalf. This one cannot, by construction.

Two more things it gets right

A page that parses to nothing fails loudly. If neither the follower count nor the headcount can be read, the Actor raises rather than emitting a row full of nulls. A silently empty result is indistinguishable from a company that shrank to zero, and you would not notice for months.

A failed fetch becomes a row, not a log line. Nobody reads run logs. Failures land in the dataset as error rows, and the run is marked failed when nothing at all came back.

Input

{
"companies": ["stripe", "https://www.linkedin.com/company/shopify", "general-motors"],
"maxRequestsPerMinute": 20
}

Handles or full URLs both work. linkedin.com/company/stripestripe.

Sizing a run

One request per company. 100 companies is 100 requests, about five minutes at the default rate.

Daily runs

Just run it on a schedule with the same company list. Every run adds a point to each company's series, and the growth figures sharpen as the history deepens. Seven days in, the rates become reliable.

What you pay for

Pay per event, charged only for results actually delivered:

eventwhen
Actor startonce per run
Company recordedone company's profile, counts and growth figures delivered

A failed fetch is never charged. A dead handle produces an error row and no charge. You are paying for data, not attempts.

Limits worth knowing

  • Headcount counts LinkedIn profiles, not payroll. It undercounts companies whose staff are not on LinkedIn and overcounts stale profiles. It is a consistent proxy, tracked over time — which is exactly what makes the change meaningful even when the absolute number is not.
  • Some pages carry no headcount at all (very small or new companies). Those rows report employees: null rather than a guess, and employeesSource: "none" so you can tell that apart from a parsing failure.
  • headquarters, founded and specialties are not on every page — measured 6/7, 3/7 and 4/7 across a sample of large companies. employees, followers, sizeBand, industry, website and companyType came back on all of them.
  • The rate-limit budget persists in a key-value store, so overlapping runs of this Actor share one budget rather than stacking up.

On data and privacy

This Actor collects company pages, not people. It does not read, store or return employee identities, profiles, names or contact details — the headcount is a count and nothing else.

Company descriptions pass through to your dataset but are never written to the Actor's own history. The persistent store holds numbers and identifiers only: handles, counts, dates.

Company logos are not redistributed.

Storage

History lives in a named key-value store, linkedin-company-history, so it survives between runs. Deleting it resets the baselines — every company reports as a first observation again, and growth goes quiet until it has two samples a week apart.

Running locally

npm install
npm test # 25 unit tests, no network, including the no-login guarantees