Coresignal · Schema

EmployeeFilter

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

Properties

Name Type Description
full_name string
title string
country string
location string
industry string
active_experience_company_name string
active_experience_title string
skills array
View JSON Schema on GitHub

JSON Schema

coresignal-employeefilter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EmployeeFilter",
  "title": "EmployeeFilter",
  "type": "object",
  "properties": {
    "full_name": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "country": {
      "type": "string"
    },
    "location": {
      "type": "string"
    },
    "industry": {
      "type": "string"
    },
    "active_experience_company_name": {
      "type": "string"
    },
    "active_experience_title": {
      "type": "string"
    },
    "skills": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}