/get-company-jobs-countGet Company Jobs Count
Company
Cost / request
$0.01
Response format
JSON
Protocol
REST
About this endpoint
Get the total count of active job postings for a company. A lightweight endpoint for tracking hiring velocity without fetching full job details. Perfect for dashboards, trend analysis, and growth signal detection.
Use cases
Track hiring velocity trends for competitive intelligence
Build dashboards showing company growth signals
Score leads by company hiring activity levels
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| companyId | query | string | required | —Default: 1441 |
Responses
{ "success": true, "message": "", "data": { "total": 3964 } }
{
"type": "object",
"properties": {
"key1": {
"type": "string"
},
"key2": {
"type": "string"
}
}
}Agent / Developer Schema
Machine-readable formats for integrating this endpoint into AI agents and toolchains.
{
"operationId": "Get_Company_Jobs_Count",
"method": "get",
"path": "/get-company-jobs-count",
"summary": "Get Company Jobs Count",
"description": "Get total number of opening jobs the company",
"parameters": [
{
"name": "companyId",
"in": "query",
"required": true,
"schema": {
"type": "string",
"default": "1441"
}
}
],
"responses": [
{
"statusCode": "200",
"description": "{\n \"success\": true,\n \"message\": \"\",\n \"data\": {\n \"total\": 3964\n }\n}",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"key1": {
"type": "string"
},
"key2": {
"type": "string"
}
}
},
"example": {
"key1": "value",
"key2": "value"
}
}
}
}
]
}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 hiring count APIjob count APIhiring velocity dataLinkedIn APILinkedIn data APILinkedIn scraper API