Skip to main content
GET
Headcount Trends

Overview

The Headcount Trends API returns a company’s employee headcount signals sourced from LinkedIn, including the current total employee count, month-over-month headcount history, growth rates over multiple lookback periods, and a breakdown of headcount by function (e.g. Engineering, Sales, Marketing). Results are returned in the API response.

Endpoint Details

  • Method: GET
  • Endpoint: /api/v1/company/headcount-trends

Authentication requirements

  • Include a valid API key in the x-api-key request header.

Request

Request Parameters

Header Parameters

string
required
Your API key.

URL Parameters

string
required
Company website (e.g. canva.com) or a company UUID (e.g. 00000l1). The UUID can be obtained from the Company Search API.

Example Request

Response

Successful Response Fields

Returns a JSON object with the following structure:
object
Container object holding the company’s headcount data. See Headcount Object Fields below.
float
Credits consumed by the request.

Headcount Object Fields

string
Akta UUID of the company.
string
LinkedIn numeric username/identifier for the company page.
string
Company name as listed on LinkedIn.
string
LinkedIn company ID.
integer
Current total employee count as of date.
string
Date the headcount snapshot was taken, formatted as YYYY-MM-DD.
array of objects
Headcount growth rate over several trailing lookback windows. See Growth Period Object below.
array of objects
Month-by-month historical headcount series. See Headcount Monthly Object below.
array of objects
Current headcount broken down by job function. See Headcount By Function Object below.

Growth Period Object

integer
Length of the trailing lookback window, in months (e.g. 6, 12, 24).
integer
Percentage change in total headcount over the lookback window.

Headcount Monthly Object

integer
Total employee count as of date.
string
Snapshot date for this data point, formatted as YYYY-MM-DD.

Headcount By Function Object

string
Job function name (e.g. Engineering, Sales, Arts and Design).
integer
Current employee count in this function.
array of objects
Growth rate for this function over trailing lookback windows. Same shape as the top-level Growth Period Object, typically returned for 6 and 12 month windows.

Authorizations

x-api-key
string
header
required

API key obtained from your Akta account.

Query Parameters

company
string
required

Company website (e.g. 'canva.com') or a company UUID. The UUID can be obtained from the Company Search API.

Response

Headcount trends data returned

data
object
credits_consumed
number<float>