Skip to content

Match Job Change Signals

POST
/hiring-signals/job-changes/match

Which of these LinkedIn profiles changed job in the last 90 days.

A lookup, not a search: it answers a question about a list the caller already has, which is why it takes URLs rather than filters.

Authorizations

Parameters

Header Parameters

X-Target-Org-Id
Any of:
string

Request Body required

Look up which LinkedIn profiles changed job recently.

object
linkedin_urls
required

LinkedIn profile URLs to match against the last 90 days of job-change events.

Array<string>
>= 1 items <= 1000 items

Responses

200

Successful Response

object
data
required

Job-change events for this org.

Identifying fields are REDACTED unless the caller holds a Signals write capability - these are real named people who moved employer, which is exactly the data a read-only role is not meant to export.

object
signals
Array<object>
object
key
additional properties
any
total
integer
key
additional properties
any
pagination
Any of:
object
has_next
required

Whether there are more pages

boolean
limit
required

Items per page

integer
next_cursor
Any of:
string
page
required

Current page number (1-indexed)

integer
total
required

Total number of items

integer

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string