POST
Search people by taxonomy at a company
Requires exactly one of stdFunction or stdFunctionRoot. Optional stdGrade (entry | mid | leadership). Default LinkedIn source is unipile (candidateSource: harvest also supported). Thin validated wrapper over the shared people/search LinkedIn path (dataSource: unipile|harvest): company → boolean keywords → source → batch title reclassify → exact taxonomy matches. Input helpers: List taxonomy tree for nested function selects; grades from gradeLevels on that response.

Authorizations

Authorization
string
header
required

Workspace JWT from Arxena auth.

Body

application/json
website
string
Example:

"stripe.com"

companyId
string

LinkedIn company id or slug

Example:

"stripe"

companyName
string
Example:

"Stripe"

stdFunction
string

Exactly one of stdFunction or stdFunctionRoot is required.

Example:

"software engineering"

stdFunctionRoot
string

Exactly one of stdFunction or stdFunctionRoot is required.

Example:

"engineering"

stdGrade
enum<string>

Optional. Only valid together with stdFunction or stdFunctionRoot.

Available options:
entry,
mid,
leadership
Example:

"leadership"

candidateSource
enum<string>
default:unipile
Available options:
harvest,
unipile
Example:

"unipile"

country
string
Example:

"United States"

limit
integer
default:20
Required range: 1 <= x <= 100
Example:

20

Response

Filtered LinkedIn people matches

status
enum<string>
Available options:
ok
dataSource
enum<string>
Available options:
harvest,
unipile
query
object
total
integer
totalBeforeFilter
integer
items
object[]