Skip to main content
POST
List job changes for companies

Authorizations

Authorization
string
header
required

Account API key passed in the Authorization header

Body

application/json
linkedin_company_ids
string[] | null
required

LinkedIn company IDs to look up job changes for. Up to 100.

Required array length: 1 - 100 elements
Example:
min_change_date
string
required

Earliest job change date (inclusive). Job change dates always fall on the first day of the month (LinkedIn provides month precision).

Example:

"2026-01-01"

cursor
string

Pagination cursor returned by a previous call. To paginate, save the next_cursor and pass it back unchanged on the next call. Use the same filters across calls — do not change filters mid-pagination. Cursors remain valid indefinitely unless this endpoint returns a 400.

limit
integer<int64>

Maximum number of results per page (1–500). Defaults to 100.

Example:

100

Response

OK

results
object[] | null
required

Job changes for this page

total_count
integer<int32>
required

Total number of job changes matching the filters at query time. May grow on subsequent polls as new changes are discovered.

Example:

487

next_cursor
string

Pass back unchanged to fetch the next page. Null when there are no more results.