Search Preview: Multi-source Jobs API
Overview
Request queries
curl -X 'POST' \
'https://api.coresignal.com/cdapi/v2/job_multi_source/search/es_dsl/preview' \
-H 'accept: application/json' \
-H 'apikey: {API Key}' \
-H 'Content-Type: application/json' \
-d '{
"query": {
"bool": {
"must": [
{
"match": {
"title": "manager"
}
},
{
"match": {
"location": "Los Angeles"
}
}
]
}
}
}'Response structure
Data field
Description
Data type
Pagination
Sorting options
Last updated
Was this helpful?