Search Filters Pagination: Base Jobs API
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
curl -X 'POST' \
'https://api.coresignal.com/cdapi/v2/job_base/search/filter?after="2025-03-19 13:39:50",340784135' \
-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-comapany.com"
}'[
1000,
1001,
3000,
4004
]curl -X 'POST' \
'https://api.coresignal.com/cdapi/v2/job_base/search/filter?items_per_page=100' \
-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-comapany.com"
}'