Skip to main content

Fill rate

Data completeness for selected fields:
FieldTotalUS
company_info.name100%100%
company_info.website15%75%
company_info.locations18%100%
company_info.industry15%80%
company_info.linkedin_slugs22%99%

JSON schema

Here you can find the full Company JSON Schema (v3):
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "company_info": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string"
        },
        "linkedin_slugs": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "name": {
          "type": "string"
        },
        "canonical_name": {
          "type": "string"
        },
        "alternative_names": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "description": {
          "type": "string"
        },
        "summary": {
          "type": "string"
        },
        "contact_info": {
          "type": "object",
          "properties": {
            "email": {
              "type": "string"
            },
            "phone": {
              "type": "string"
            },
            "url": {
              "type": "string"
            }
          }
        },
        "founded": {
          "type": "string"
        },
        "industries": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "websites": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "workforce": {
          "type": "object",
          "properties": {
            "headcount": {
              "type": "integer"
            },
            "historical_headcount": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "timestamp": {
                    "type": "integer"
                  },
                  "count": {
                    "type": "integer"
                  }
                }
              }
            },
            "size_class": {
              "type": "string"
            }
          }
        },
        "tech_stack": {
          "type": "object",
          "properties": {
            "products": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          }
        },
        "business_data": {
          "type": "object",
          "properties": {
            "identifiers": {
              "type": "object",
              "properties": {
                "stock_ticker": {
                  "type": "string"
                },
                "duns_code": {
                  "type": "string"
                },
                "cage_code": {
                  "type": "string"
                },
                "naics_code": {
                  "type": "string"
                }
              }
            },
            "customer_types": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "stock_exchange": {
              "type": "string"
            },
            "is_acquired": {
              "type": "boolean"
            },
            "is_exited": {
              "type": "boolean"
            },
            "is_government": {
              "type": "boolean"
            },
            "is_non_profit": {
              "type": "boolean"
            },
            "is_shut_down": {
              "type": "boolean"
            },
            "is_startup": {
              "type": "boolean"
            },
            "is_stealth": {
              "type": "boolean"
            },
            "ownership_status": {
              "type": "string"
            },
            "ownership_status_detailed": {
              "type": "string"
            },
            "patent_count": {
              "type": "integer"
            },
            "financing_profile": {
              "type": "object",
              "properties": {
                "status": {
                  "type": "string"
                },
                "ipo_date": {
                  "type": "string"
                },
                "outstanding_shares": {
                  "type": "number"
                },
                "market_cap": {
                  "type": "number"
                }
              }
            }
          }
        },
        "social_media": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "network": {
                "type": "string"
              },
              "url": {
                "type": "string"
              },
              "slug": {
                "type": "string"
              }
            }
          }
        },
        "locations": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "name": {
                "type": "string"
              },
              "country": {
                "type": "string"
              },
              "is_primary": {
                "type": "boolean"
              }
            }
          }
        },
        "logo_url": {
          "type": "string"
        },
        "investor": {
          "type": "object",
          "properties": {
            "type": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "specialities": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "investments": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "geography_focus": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          }
        },
        "funding": {
          "type": "object",
          "properties": {
            "last_round": {
              "type": "object",
              "properties": {
                "last_round_type": {
                  "type": "string"
                },
                "last_round_amount_usd": {
                  "type": "integer"
                },
                "last_round_date": {
                  "type": "string"
                },
                "last_round_investors": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "string"
                      },
                      "kind": {
                        "type": "string",
                        "enum": [
                          "Unknown",
                          "Profile",
                          "Company"
                        ]
                      },
                      "name": {
                        "type": "string"
                      },
                      "crunchbase_slug": {
                        "type": "string"
                      }
                    }
                  }
                }
              }
            },
            "rounds": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string"
                  },
                  "amount_usd": {
                    "type": "integer"
                  },
                  "date": {
                    "type": "string"
                  },
                  "investors": {
                    "type": "array",
                    "items": {
                      "type": "object",
                      "properties": {
                        "id": {
                          "type": "string"
                        },
                        "kind": {
                          "type": "string",
                          "enum": [
                            "Unknown",
                            "Profile",
                            "Company"
                          ]
                        },
                        "name": {
                          "type": "string"
                        },
                        "crunchbase_slug": {
                          "type": "string"
                        }
                      }
                    }
                  }
                }
              }
            },
            "total_funding_amount_usd": {
              "type": "integer"
            }
          }
        },
        "updated_at": {
          "type": "string"
        }
      }
    },
    "tags": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string"
          },
          "name": {
            "type": "string"
          }
        }
      }
    },
    "found_by": {
      "type": "object",
      "properties": {
        "ids": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "linkedin_names": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "linkedin_ids": {
          "type": "array",
          "items": {
            "type": "integer"
          }
        }
      }
    }
  }
}