# GovParse FirmStanding Employer Entity Graph Stats

> GovParse FirmStanding Employer Entity Graph Stats is a paid API for AI agents from api.govparse.io, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Returns headline aggregate statistics for the FirmStanding employer entity graph, including resolved entity counts, multi-source coverage, states, record links by federal source system, and raw record counts per dataset.

## Facts

- Endpoint: GET https://api.govparse.io/v1/stats/companies
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/govparse-firmstanding-employer-entity-graph-stats-f14c52e3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JBv83aPpA7qlkwYR1Fnwn

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability govparse-firmstanding-employer-entity-graph-stats-f14c52e3
```

Example prompt: How big is the FirmStanding employer entity graph right now — how many resolved employer entities are there, how many appear in multiple federal sources, which source systems are covered, and how many raw records are on file per dataset?

## When to prefer this

Use this endpoint when you need a quick, high-level picture of the FirmStanding employer entity graph's current scale and coverage — before querying individual employer records, building dashboards, or validating dataset completeness. It is the right choice over querying individual employer records when you need aggregate counts rather than specific employer data. Prefer this over sibling stats endpoints (FMCSA stats, contracts stats, visa-sponsorship stats) when your question is specifically about the employer entity graph and its federal enforcement source coverage.

## Known failure modes

- Payment not received or invalid x402 payment header — returns 402 Payment Required
- Service unavailable or upstream data pipeline issue — returns 5xx error
- Malformed request — returns 400 Bad Request
- Rate limit exceeded — returns 429 Too Many Requests

## How this service works

How big is the FirmStanding employer entity graph right now? Headline aggregates: resolved employer entities and how many appear in 2+ federal sources, states covered, record links by source system (whd, osha, echo, oflc, fmcsa, leie, sam_exclusions), and raw records on file per dataset.

## Output

A JSON object with headline aggregate statistics: total resolved employer entities in the FirmStanding graph, count of employers appearing in 2 or more federal sources, number of US states covered, record link counts broken down by federal source system (WHD, OSHA, ECHO, OFLC, FMCSA, LEIE, SAM_exclusions), and raw record counts per dataset.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "type": "object",
   "properties": {}
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/govparse-firmstanding-employer-entity-graph-stats-f14c52e3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.govparse.io](https://www.zero.xyz/host/api.govparse.io/llms.txt)
