Demandbase · Schema

Firmographics

Account-Based MarketingAdvertisingAI AgentsB2B MarketingData EnrichmentIntent DataPersonalizationSales Intelligence

Properties

Name Type Description
domain string Company web domain
company_name string Official company name
employee_count integer Number of employees
employee_range string Employee count range
revenue number Annual revenue in USD
revenue_range string Revenue range bucket
industry string Industry classification
sub_industry string Sub-industry classification
country string Country of headquarters
state string State or province of headquarters
city string City of headquarters
sic_code string SIC industry code
naics_code string NAICS industry code
View JSON Schema on GitHub

JSON Schema

demandbase-firmographics-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Firmographics",
  "title": "Firmographics",
  "type": "object",
  "properties": {
    "domain": {
      "type": "string",
      "description": "Company web domain"
    },
    "company_name": {
      "type": "string",
      "description": "Official company name"
    },
    "employee_count": {
      "type": "integer",
      "description": "Number of employees"
    },
    "employee_range": {
      "type": "string",
      "description": "Employee count range"
    },
    "revenue": {
      "type": "number",
      "description": "Annual revenue in USD"
    },
    "revenue_range": {
      "type": "string",
      "description": "Revenue range bucket"
    },
    "industry": {
      "type": "string",
      "description": "Industry classification"
    },
    "sub_industry": {
      "type": "string",
      "description": "Sub-industry classification"
    },
    "country": {
      "type": "string",
      "description": "Country of headquarters"
    },
    "state": {
      "type": "string",
      "description": "State or province of headquarters"
    },
    "city": {
      "type": "string",
      "description": "City of headquarters"
    },
    "sic_code": {
      "type": "string",
      "description": "SIC industry code"
    },
    "naics_code": {
      "type": "string",
      "description": "NAICS industry code"
    }
  }
}