> ## Documentation Index
> Fetch the complete documentation index at: https://docs.govfiles.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# US Company Data API

> Access every US company from one API

GovFiles is your source for reliable, accurate US company data. Whether you're verifying a business exists, pulling officers and registered agents, or tracking filing trends across all 50 states, we offer a comprehensive solution backed by excellent customer service.

Our data is sourced directly from official government sources and kept current with historical coverage so you can see both active and dissolved companies.

We normalize every state's records into a single schema, so the same query works whether you're looking up a Delaware LLC or a California corporation. The production API is hosted at `https://api.govfiles.dev`.

<CardGroup cols={2}>
  <Card title="Explore the data" icon="rectangle-list" href="/guides/company-schema">
    Officers, filings, addresses, identifiers, and every other field on the Company record.
  </Card>

  <Card title="Search companies" icon="magnifying-glass" href="/api-reference/endpoints/searchcompanies">
    Google-style query across all 50 states with jurisdiction and status filters.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Send your API key in the `X-API-Key` header.
  </Card>

  <Card title="Look up a company" icon="file-magnifying-glass" href="/api-reference/endpoints/getcompany">
    Fetch a single Company record by its jurisdiction code and registry number.
  </Card>
</CardGroup>

<Tip>
  Pointing an LLM at these docs? Send it to [`docs.govfiles.dev/llms.txt`](https://docs.govfiles.dev/llms.txt)
</Tip>
