/get-hiring-teamGet Hiring Team
Job APIs
Cost / request
$0.01
Response format
JSON
Protocol
REST
About this endpoint
Identify the hiring team and recruiters associated with a job posting. Returns profiles of people involved in the hiring process. Invaluable for recruiting agents that want to reach out to the right decision-makers or for candidates researching who they'll interview with.
Use cases
Identify decision-makers for targeted recruiting outreach
Help candidates research their potential interviewers
Map recruiting team structures at target companies
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | query | string | optional | LinkedIn job idDefault: 3903094332 |
| url | query | string | optional | LinkedIn job urlDefault: https://www.linkedin.com/jobs/view/3903094332/ |
Responses
200
{
"type": "object",
"properties": {
"success": {
"type": "boolean"
},
"message": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"items": {
"type": "array",
"items": {
"type": "object",
"properties": {
"fullName": {
"type": "string"
},
"username": {
"type": "string"
},
"url": {
"type": "string"
},
"headline": {
"type": "string"
},
"profilePicture": {
"type": "array",
"items": {
"type": "object",
"properties": {
"width": {
"type": "integer"
},
"height": {
"type": "integer"
},
"url": {
"type": "string"
}
}
}
}
}
}
}
}
}
}
}Agent / Developer Schema
Machine-readable formats for integrating this endpoint into AI agents and toolchains.
{
"operationId": "Get_Hiring_Team",
"method": "get",
"path": "/get-hiring-team",
"summary": "Get Hiring Team",
"description": "Get hiring team/job poster profile details. You can use either a job id or a job URL. One of these is required.",
"parameters": [
{
"name": "id",
"in": "query",
"required": false,
"schema": {
"type": "string",
"default": "3903094332"
},
"description": "LinkedIn job id"
},
{
"name": "url",
"in": "query",
"required": false,
"schema": {
"type": "string",
"default": "https://www.linkedin.com/jobs/view/3903094332/"
},
"description": "LinkedIn job url"
}
],
"responses": [
{
"statusCode": "200",
"description": "200",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"success": {
"type": "boolean"
},
"message": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"items": {
"type": "array",
"items": {
"type": "object",
"properties": {
"fullName": {
"type": "string"
},
"username": {
"type": "string"
},
"url": {
"type": "string"
},
"headline": {
"type": "string"
},
"profilePicture": {
"type": "array",
"items": {
"type": "object",
"properties": {
"width": {
"type": "integer"
},
"height": {
"type": "integer"
},
"url": {
"type": "string"
}
}
}
}
}
}
}
}
}
}
},
"example": {
"success": true,
"message": "success",
"data": {
"items": [
{
"fullName": "Alex Rutter",
"username": "alexrutter",
"url": "https://www.linkedin.com/in/alexrutter",
"headline": "EMEA Managing Director - Artificial Intelligence @ Google Cloud",
"profilePicture": [
{
"width": 100,
"height": 100,
"url": "https://media.licdn.com/dms/image/D4E03AQE8ICXPhApakQ/profile-displayphoto-shrink_100_100/0/1690752397080?e=1721260800&v=beta&t=H-d7Tcuis--HcFE0otQ7mpWZh_7AwIiB2j65MKuFi1U"
},
{
"width": 200,
"height": 200,
"url": "https://media.licdn.com/dms/image/D4E03AQE8ICXPhApakQ/profile-displayphoto-shrink_200_200/0/1690752397080?e=1721260800&v=beta&t=vxuMYFf1rnYrPTMFRF2gBjtpjMXZ3GwV5CudGU3Y4CI"
},
{
"width": 400,
"height": 400,
"url": "https://media.licdn.com/dms/image/D4E03AQE8ICXPhApakQ/profile-displayphoto-shrink_400_400/0/1690752397080?e=1721260800&v=beta&t=X5yi-aqGj2dvN2sWIgfAE4Xoz2ZMKPFNPV6OCdACteQ"
},
{
"width": 800,
"height": 800,
"url": "https://media.licdn.com/dms/image/D4E03AQE8ICXPhApakQ/profile-displayphoto-shrink_800_800/0/1690752397080?e=1721260800&v=beta&t=JOKDMrDZhnXsjd60uU1LV19xgCj4fsX_IdSOr2l0t9Q"
}
]
}
]
}
}
}
}
}
]
}Pricing
$0.01per successful request
Credits are deducted from your agntdata balance on each successful API call. Failed requests (4xx/5xx) are not charged.
Related endpoints
Start using this endpoint
Generate your API key and make your first call in under a minute. Free tier available with transparent pricing.
hiring team APIrecruiter lookup APIjob hiring contactsLinkedIn APILinkedIn data APILinkedIn scraper API