Search Filters: Base Jobs API
Data type:
Query type:
URL:
Base Jobs
Coresignal's custom filters
https://api.coresignal.com/cdapi/v2/job_base/search/filter
Overview
Explore the available filters, their explanations, potential applications, and helpful tips for the endpoint /v2/job_base/search/filter usage.
Use this endpoint to collect deduplicated job posting IDs with relevant keywords from a global dataset. Covering major job markets worldwide, with new postings discovered continuously around the clock.
Opt for this endpoint if you prefer uncomplicated queries. Details about filter explanations and how to use them are provided below.
Endpoint structure
{
"created_at_gte": "string",
"created_at_lte": "string",
"last_updated_gte": "string",
"last_updated_lte": "string",
"title": "string",
"keyword_description": "string",
"employment_type": "string",
"location": "string",
"company_id": 0,
"company_name": "string",
"company_domain": "string",
"company_exact_website": "string",
"company_professional_network_url": "string",
"deleted": true,
"application_active": true,
"country": "string",
"industry": "string"
}Filter list
Sample request
Last updated
Was this helpful?