Search Filters
Overview
cURL requests
curl -X 'POST' \
'https://api.coresignal.com/cdapi/v2/job_base/search/filter' \
-H 'accept: application/json' \
-H 'apikey: {API Key}' \
-H 'Content-Type: application/json' \
-d '{
"last_updated_gte": "2022-05-26 00:00:01",
"employment_type": "full-time",
"company_domain": "example-company.com"
}'Was this helpful?