List job changes (INCOMING / PROMOTION / OUTGOING) at the given LinkedIn companies, with cursor-based pagination.
Filters: linkedin_company_ids (1–100) and min_change_date are required. For INCOMING / PROMOTION the date filters by the new job’s start_date; for OUTGOING by the old job’s end_date.
Pagination: save next_cursor from the response and pass it back as cursor on the next call. Use the same filters across calls — behavior is undefined if filters change mid-pagination.
Note on dates: LinkedIn provides month precision; experience start/end dates always fall on the 1st of the month.
Documentation Index
Fetch the complete documentation index at: https://docs.api.tamtam.ai/llms.txt
Use this file to discover all available pages before exploring further.
Account API key passed in the Authorization header
LinkedIn company IDs to look up job changes for. Up to 100.
1 - 100 elements["104924588"]
Earliest job change date (inclusive). For INCOMING/PROMOTION this filters by the new job's start_date; for OUTGOING by the old job's end_date. LinkedIn provides month precision: dates always fall on the 1st of the month.
"2026-01-01"
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.
Maximum number of results per page (1–500). Defaults to 100.
100
OK
Job changes for this page
Total number of job changes matching the filters at query time. May grow on subsequent polls as new changes are discovered.
487
Pass back unchanged to fetch the next page. Null when there are no more results.