Summary and aggregated data from real-time job postings data.
This tool provides live job posting data from over 45,000 sources that can be queried by SOC codes, locations, names of employers, certification requirements, skill requirements, job titles, education level requirements, education programs, and/or job types. Online ads are retrieved from a variety of sites, including job boards, job aggregators, and individual companies. Job ads are compared against each other to remove duplicates.
Job ads represent hiring activity fairly well -- check out this blog to read more about how ads compare to hiring. We recommend using this tool in your analysis of short-term and long-term market trends, business retention, workforce training, program creation, and more!
Example Request
{
"regions": [
{
"code": 1018,
"type": "MSA"
}
],
"regionLevel": 0,
"filters": [
{
"field": "occ",
"key": "13-1000",
"filterType": "Is"
}
],
"freetext": null,
"timeframe": "ActiveOnly",
"start": null,
"end": null,
"additionalOptions": {
"displayJPLQ": false,
"displayMedianLen": true,
"displayMedianN": true,
"displayMedianWages": true,
"wageType": "Annual"
},
"fields": {
"occ": 2
},
"includeSummary": true,
"adType": "All",
"postState": "Active"
}
Example Response
{
"data": {
"occ": [
{
"key": "13-1071.00",
"label": "Human Resources Specialists",
"count": 19,
"medianWage": 40680.0
},
{
"key": "13-1111.00",
"label": "Management Analysts",
"count": 9,
"medianWage": 0.0
}
]
},
"summary": [
{
"type": "softSkills",
"count": 47,
"sectionName": "Soft Skills"
},
{
"type": "loc",
"count": 26,
"sectionName": "Locations"
},
{
"type": "comp",
"count": 45,
"sectionName": "Employers"
},
{
"type": "degreeType",
"count": 3,
"sectionName": "Education Levels"
},
{
"type": "cert",
"count": 5,
"sectionName": "Certifications"
},
{
"type": "program",
"count": 10,
"sectionName": "Program"
},
{
"type": "jobType",
"count": 4,
"sectionName": "Job Types"
},
{
"type": "title",
"count": 53,
"sectionName": "Job Titles"
},
{
"type": "hardSkills",
"count": 61,
"sectionName": "Hard Skills"
},
{
"type": "occ",
"count": 14,
"sectionName": "Occupations"
}
],
"totalCount": 71
}