/company-jobsGet Company Jobs
Company
Cost / request
$0.01
Response format
JSON
Protocol
REST
About this endpoint
List all active job postings for a specific company. Returns current openings with titles, locations, and posting dates. Use this to monitor hiring activity at target companies, track growth signals, or build company-specific job boards for recruiting workflows.
Use cases
Monitor target companies for new job openings
Track hiring velocity as a growth signal for investment research
Build company-specific career pages for recruiting platforms
Parameters
bodyRequest Body
Content type: application/json
{
"type": "object",
"properties": {
"companyIds": {
"type": "array",
"items": {
"type": "integer"
}
},
"page": {
"type": "integer"
}
}
}Responses
200
{
"type": "object",
"properties": {
"type": {
"type": "string"
},
"properties": {
"type": "object",
"properties": {
"success": {
"type": "object",
"properties": {
"type": {
"type": "string"
}
}
},
"message": {
"type": "object",
"properties": {
"type": {
"type": "string"
}
}
},
"data": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"properties": {
"type": "object",
"properties": {
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
}
}
}
}
},
"total": {
"type": "object",
"properties": {
"type": {
"type": "string"
}
}
}
}
}
}
}
}
}
}
}Agent / Developer Schema
Machine-readable formats for integrating this endpoint into AI agents and toolchains.
{
"operationId": "Get_Company_Jobs",
"method": "post",
"path": "/company-jobs",
"summary": "Get Company Jobs",
"description": "Get company jobs",
"parameters": [],
"requestBody": {
"required": false,
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"companyIds": {
"type": "array",
"items": {
"type": "integer"
}
},
"page": {
"type": "integer"
}
}
},
"example": {
"companyIds": [
5383240,
2382910
],
"page": 1,
"sort": "mostRecent"
}
}
}
},
"responses": [
{
"statusCode": "200",
"description": "200",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"properties": {
"type": "object",
"properties": {
"success": {
"type": "object",
"properties": {
"type": {
"type": "string"
}
}
},
"message": {
"type": "object",
"properties": {
"type": {
"type": "string"
}
}
},
"data": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"properties": {
"type": "object",
"properties": {
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"items": {
"type": "object",
"properties": {
"type": {
"type": "string"
}
}
}
}
},
"total": {
"type": "object",
"properties": {
"type": {
"type": "string"
}
}
}
}
}
}
}
}
}
}
},
"example": {
"type": "object",
"properties": {
"success": {
"type": "boolean"
},
"message": {
"type": "string"
},
"data": {
"type": "object",
"properties": {
"items": {
"type": "array",
"items": {
"type": "object"
}
},
"total": {
"type": "integer"
}
}
}
}
}
}
}
}
]
}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.
company job listings APILinkedIn company jobscompany hiring dataLinkedIn APILinkedIn data APILinkedIn scraper API