Head Count Growth Rate
Give it a company’s LinkedIn page URL, get back how headcount has moved over time.
- Tool
head_count_growth_rate- Cost
- 2 credits per run
- Category
- Company Signals
- Required input
- linkedin page url
- Returns
- Headcount growth rate over time
What it does
- Tracks the growth rate of a company’s employee headcount over time.
- Returns a time-series trend, not a single number.
- Takes the company’s LinkedIn page URL as the
identifier. - For a point-in-time count — total or by department — use
headcount_by_departmentinstead. Same 2-credit price, different question.
Growth is a buying signal. A company that added 40% headcount this year has new teams, new tools and new budget. A company that shrank does not.
Use cases
- Prioritise accounts that are scaling. A company that grew 40% this year is buying tools; a flat one is defending a budget.
- Rank a static account list. Same industry and size, very different trajectories — the trend is what breaks the tie.
- Catch a downturn before it costs you. Shrinking headcount on a customer account is an early renewal-risk flag.
- Justify the timing in your opener. Growth you can point to is a concrete reason for the conversation to happen now.
How to use it
Connect the MCP server
Follow the setup guide for your client. Browser sign-in, no API key.
Check one company
How has headcount changed over time at linkedin.com/company/stripe?Rank an account list
Get the headcount growth rate for these 30 companies and sort them fastest
growing to slowest. Report credits used.Separate growth from size
For each, tell me both the current headcount and the trend. I want companies
that are mid-sized AND growing, not just large.Example prompts
| Ask your client | What you get back |
|---|---|
| ”Headcount trend for linkedin.com/company/stripe” | Growth rate over time |
| ”Which of these 30 accounts is growing fastest?” | One call per company, ranked |
| ”How many people work there right now?” | Snapshot question — headcount_by_department at 2 credits |
| ”Find me companies that grew 20%+ in six months” | Filter at search time with find_companies — 0.5 credits per company returned |
Best prompting practices
- Use trend words. “Over time”, “growth rate”, “trend” route to this tool. “How many” routes to
headcount_by_department. - Filter at search time when you can.
find_companieshasmin_headcount_growth_percent_1m/_3m/_6m/_12mbuilt in. Returning 50 companies from that search is 30 credits; 50 separate lookups here is 100. - Prefer the LinkedIn URL or id over the name. Names are ambiguous across subsidiaries and regions.
- Say which window you care about. “Six-month and twelve-month growth, as numbers” — a client asked simply whether a company is “growing” will pick a window for you and it may not be the one your ICP is built on.
- Read direction, not just magnitude. Flat is a different conversation from declining. Ask your client to state which.
- Ask for a table you can threshold. Company, current headcount, growth by window, direction. A paragraph per account cannot be sorted into a shortlist.
- Shortlist before you run it. 2 credits an account means a 200-row list is 400 credits for a signal that only changes the top slice.
- Cap the batch. “Stop after 30 and report credits used.”
Output
{
"identifier": "linkedin.com/company/stripe",
"growth_rate": [
{ "period": "6m", "percent": 12.4 },
{ "period": "12m", "percent": 23.1 }
]
}Credits and limits
2 credits per call, flat. Run check_credits (free) before a large batch.
Snapshot versus trend, same price:
headcount_by_department gives
you the count today, head_count_growth_rate gives you how that count has
moved. If you want both on the same account, that is 4 credits — run it on a
shortlist.
Parameters
| Parameter | Type | Required | Notes |
|---|---|---|---|
identifier | string | Yes | LinkedIn company page URL |
No LinkedIn page URL for the account? Either ask your client to find the
company’s LinkedIn page first, or run
enrich_organization on the domain to
get the LinkedIn page URL, then pass that in here.
Related tools
| Tool | Use it instead when |
|---|---|
headcount_by_department | You need the count now, total or by department — 2 credits |
find_companies | You want to filter a whole search by growth percentage in one call — 0.5 credits per result |
job_openings_growth_rate | Open roles are the leading indicator you want — 3 credits |
premium_linkedin_page_insights | You want growth, hiring and employee distribution together — 3 credits |
Next steps
- All MCP tools — the full catalogue with credit costs
- Signals & ABM — workflows that turn growth signals into outreach triggers
Keep learning
Two courses take these tools past the reference page — clustered by GTM job, then chained into workflows.