Coresignal · Schema

Company

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

Properties

Name Type Description
id integer
name string
website string
domain string
industry string
type string
founded integer
size string
employees_count integer
followers_count integer
description string
headquarters string
country string
region string
locality string
specialities array
technologies array
funding_total_amount number
last_funding_round object
linkedin_url string
twitter_url string
facebook_url string
crunchbase_url string
last_updated string
View JSON Schema on GitHub

JSON Schema

coresignal-company-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Company",
  "title": "Company",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "format": "int64"
    },
    "name": {
      "type": "string"
    },
    "website": {
      "type": "string",
      "format": "uri"
    },
    "domain": {
      "type": "string"
    },
    "industry": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "founded": {
      "type": "integer"
    },
    "size": {
      "type": "string"
    },
    "employees_count": {
      "type": "integer"
    },
    "followers_count": {
      "type": "integer"
    },
    "description": {
      "type": "string"
    },
    "headquarters": {
      "type": "string"
    },
    "country": {
      "type": "string"
    },
    "region": {
      "type": "string"
    },
    "locality": {
      "type": "string"
    },
    "specialities": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "technologies": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "funding_total_amount": {
      "type": "number"
    },
    "last_funding_round": {
      "type": "object"
    },
    "linkedin_url": {
      "type": "string"
    },
    "twitter_url": {
      "type": "string"
    },
    "facebook_url": {
      "type": "string"
    },
    "crunchbase_url": {
      "type": "string"
    },
    "last_updated": {
      "type": "string",
      "format": "date-time"
    }
  }
}