v1
latestOpenAPI 3.1.02026-07-242892032.8 MBGet individual postings that match your requested filters
Get data for individual postings that match your requested filters. Note that not all fields are present for all postings, and some may be null or "Unknown". The url field is only available for currently active postings, and the destination website is not guaranteed to be secure or functional.
To request more postings please contact us here.
Query parameters
Specify SOC taxonomy version to use.
Specify ONET taxonomy version to use.
Specify Job Title taxonomy version to use.
Specify company taxonomy version to use.
Specify NAICS taxonomy version to use.
Use new taxonomy versions.
Specify Area taxonomy version to use.
Specify US Area taxonomy version to use.
Specify SOC Lightcast taxonomy version to use.
Specify ONET Standard taxonomy version to use.
Specify LOT taxonomy version to use.
Request body
Example request
{
"filter": {
"company_is_staffing": true,
"is_fortune100": true,
"is_fortune1000": true,
"is_fortune500": true,
"is_hwol": true,
"is_internship": true,
"is_supervisor": true,
"keywords": {
"query": "work/life balance"
},
"max_salary": {
"lower_bound": 55000,
"upper_bound": 80000
},
"max_years_experience": {
"lower_bound": 4,
"upper_bound": 6
},
"min_salary": {
"lower_bound": 55000,
"upper_bound": 80000
},
"min_years_experience": {
"lower_bound": 1,
"upper_bound": 3
},
"posting_duration": {
"upper_bound": 30
},
"salary": {
"lower_bound": 60000,
"upper_bound": 70000
},
"when": {
"end": "2019-06",
"start": "2018-06"
}
}
}Response
OK