Head Count Growth Rate
Give it a LinkedIn company identifier, get back how headcount has moved over time.
- Tool
head_count_growth_rate- Cost
- 2 credits
- Category
- LinkedIn Company / Page
- Required input
identifier- 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.
- Accepts a LinkedIn id, a full LinkedIn URL, or a company name 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.
Parameters
| Parameter | Type | Required | Notes |
|---|---|---|---|
identifier | string | Yes | LinkedIn id, URL, or company name |
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.3 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 15 credits; 50 separate lookups here is 100. - Prefer the LinkedIn URL or id over the name. Names are ambiguous across subsidiaries and regions.
- Read direction, not just magnitude. Flat is a different conversation from declining. Ask your client to state which.
- 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.
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.3 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.
SyncGTM MCP Mini CourseBeginnerMCP server · 8 lessons · 1h 31mAll 50 MCP tools clustered by GTM job — lead sourcing, CRM enrichment, social signals, account research, scraping — with copy-paste workflow prompts.AI-Powered GTMIntermediateApp + MCP · 19 lessons · 3h 6mWhere AI earns its cost, how to think in MCP tool chains, and three agentic builds — warm outbound, meeting research, CRM repair.