post https://jobseq.eqsuite.com/api/External/RealTimeIntelligenceWages
Distribution of wages from job postings, when available, for the given input parameters
Example Request
{
"regions": [
{
"code": 1018,
"type": "MSA"
}
],
"filters": [
{
"field": "occ",
"key": "13-1000",
"filterType": "Is"
}
],
"timeframe": "Last30Days",
"start": "2023-06-26T00:00:00-04:00",
"end": "2023-07-26T00:00:00-04:00",
"wageType": "Annual",
"postState": "Active"
}
Example Response
{
"data": [
{
"wage": 20000.0,
"count": 3.0
},
{
"wage": 30000.0,
"count": 10.0
},
{
"wage": 40000.0,
"count": 5.0
},
{
"wage": 50000.0,
"count": 0.0
},
{
"wage": 60000.0,
"count": 5.0
},
{
"wage": 70000.0,
"count": 0.0
},
{
"wage": 90000.0,
"count": 1.0
},
{
"wage": 100000.0,
"count": 1.0
}
]
}