Skip to main content
GovFiles is a normalized dataset of US business-entity records, sourced directly from state business registries. A bulk delivery gives you 75M+ entities across all 50 states as a set of relational tables. It covers corporations, LLCs, partnerships, nonprofits, and trade names, both active and dissolved, and maps every state to one schema, so the same query works for a Delaware LLC or a California corporation.

Delivery

Bulk data ships as Parquet over S3 or as warehouse-native shares for Snowflake, BigQuery, and Databricks. Each delivery is a full monthly snapshot that replaces the previous month. The as_of column on each entity gives the date that row was retrieved, so you can tell how fresh a record is.

How the data is structured

Every table joins on (jurisdiction_code, entity_number). That pair identifies an entity across the dataset. Coverage reflects what each registry publishes. A field a state does not release is null, so completeness varies by state and by field. You can spot-check any record against the source at any time. Each entity carries an entity_url linking to its page on the state registry, with search_url as a fallback when no direct link exists. The tables below document the schema. The same records are available one at a time through the REST API.

CORP.COMPANIES

One row per registered legal entity.

CORP.COMPANY_ADDRESSES

Entity addresses, one row per address slot.

CORP.COMPANY_PARTIES

People and companies related to an entity, one row per party-role. A party with no known role appears once with a null role_kind. This is the table for officers, directors, registered agents, members, and owners.

CORP.COMPANY_FILINGS

Statutory filings: annual reports, amendments, certificates, etc.

CORP.COMPANY_IDENTIFIERS

External identifiers (tax numbers, registry ids, etc.).

CORP.COMPANY_NAMES

Non-current names: former legal names and DBAs / trade names. The entity’s current legal name lives in corp.companies.legal_name.

CORP.COMPANY_RELATIONSHIPS

Entity-to-entity links: mergers, foreign-home entity, re-registrations.

CORP.COMPANY_INDUSTRY_CODES

Company industry classifications.