# CelerAPI SEC EDGAR Company Search

> CelerAPI SEC EDGAR Company Search is a paid API for AI agents from www.celerapi.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Search the SEC EDGAR database by company name to retrieve registered legal entity information and CIK identifiers

## Facts

- Endpoint: GET https://www.celerapi.com/v1/sec/company/search
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/celerapi-sec-edgar-company-search-0d0408b8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_j1ens0VtJ1DttcE5qtWlJ

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 celerapi-sec-edgar-company-search-0d0408b8
```

Example prompt: Search SEC EDGAR for 'Apple Inc' and give me its CIK number and registered entity details so I can pull its recent filings.

## When to prefer this

Use this endpoint when you need to resolve a company name to its SEC CIK identifier or verify SEC registration before fetching filings. Prefer it over manual EDGAR browsing or general web search when structured, machine-readable results are needed. It is especially useful as a prerequisite step before retrieving specific SEC documents (10-K, 10-Q, 8-K) via downstream EDGAR APIs.

## Known failure modes

- No matching companies found for the search term — returns empty data with success:true
- Ambiguous or very common name returns large result sets requiring further filtering
- SEC EDGAR source temporarily unavailable — request may fail or return incomplete results
- Misspelled company name yields no or incorrect matches
- Rate limiting or payment failure results in HTTP 402 or rejection

## How this service works

Resolve companies, legal entities and financial reference data using authoritative sources. Machine-native, pay per request, no subscription.

## Output

Returns a JSON object with a `data` field containing matching SEC EDGAR company records (including CIK numbers and entity names), a `success` boolean, a `complete` flag indicating result completeness, any `warnings`, and provenance metadata sourcing back to the U.S. SEC EDGAR public database.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "success": true,
  "complete": true,
  "warnings": [],
  "provenance": {
   "source": "U.S. Securities and Exchange Commission EDGAR",
   "license": "United States government public data; SEC fair-access policy applies",
   "provider": "sec_edgar",
   "freshness": "reference",
   "source_url": "https://data.sec.gov"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/celerapi-sec-edgar-company-search-0d0408b8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.celerapi.com](https://www.zero.xyz/host/www.celerapi.com/llms.txt)
