Coresignal · Schema

CompanyFilter

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

Properties

Name Type Description
name string
industry string
size string
country string
region string
founded_from integer
founded_to integer
employees_count_from integer
employees_count_to integer
technologies array
View JSON Schema on GitHub

JSON Schema

coresignal-companyfilter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CompanyFilter",
  "title": "CompanyFilter",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "industry": {
      "type": "string"
    },
    "size": {
      "type": "string"
    },
    "country": {
      "type": "string"
    },
    "region": {
      "type": "string"
    },
    "founded_from": {
      "type": "integer"
    },
    "founded_to": {
      "type": "integer"
    },
    "employees_count_from": {
      "type": "integer"
    },
    "employees_count_to": {
      "type": "integer"
    },
    "technologies": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}