Coresignal · Schema

JobFilter

Agentic SearchB2B DataCompaniesCompany DataData as a ServiceElasticsearchEmployee DataEmployeesEnrichmentFirmographicsJob PostingsJobsLead GenerationPeople DataSales IntelligenceTalent IntelligenceWeb Data

Properties

Name Type Description
title string
company_name string
country string
location string
seniority_level string
employment_type string
date_posted_from string
date_posted_to string
application_active boolean
View JSON Schema on GitHub

JSON Schema

coresignal-jobfilter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/JobFilter",
  "title": "JobFilter",
  "type": "object",
  "properties": {
    "title": {
      "type": "string"
    },
    "company_name": {
      "type": "string"
    },
    "country": {
      "type": "string"
    },
    "location": {
      "type": "string"
    },
    "seniority_level": {
      "type": "string"
    },
    "employment_type": {
      "type": "string"
    },
    "date_posted_from": {
      "type": "string"
    },
    "date_posted_to": {
      "type": "string"
    },
    "application_active": {
      "type": "boolean"
    }
  }
}