# StatePulse Company Lookup

> StatePulse Company Lookup is a paid API for AI agents from statepulse-api.hahavoid0.workers.dev, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Looks up official company registration details including status, jurisdiction, number, and registered address by company name

## Facts

- Endpoint: POST https://statepulse-api.hahavoid0.workers.dev/finance/company-lookup
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/statepulse-company-lookup-25d9951d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qXM9BWWzgAwVBnUrdNsug

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 statepulse-company-lookup-25d9951d -d '<json body>'
```

Example prompt: Can you look up the official company registration details for Apple Inc. — I need their company number, registration status, jurisdiction, incorporated date, and registered address?

## When to prefer this

Use this endpoint when an agent needs to retrieve official corporate registry data — such as company number, registration status, jurisdiction, or registered address — for a named business, especially in a pay-per-call, no-API-key context using x402 USDC payments on Base.

## Known failure modes

- Company not found in registry — supported:false or empty result
- Ambiguous company name returns low confidence result
- Unsupported jurisdiction returns supported:false
- Network or worker timeout on the Cloudflare edge
- Invalid or malformed request body returns error response

## How this service works

Searches the SEC EDGAR registry (US public and SEC-registered companies) to retrieve registered business address, state of incorporation, SIC industry classification, and CIK/ticker identifiers. Matches: corporate registration check, company status finder, look up business incorporation details, verify corporate address lookup.

## Output

A JSON object with the company's official name, jurisdiction code (e.g. us_ca), company registration number, current status (e.g. Active), date of creation, and registered address, along with a supported flag and a confidence level for the result.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "result": {
   "cik": "0000320193",
   "name": "Apple Inc.",
   "ticker": "AAPL",
   "sic_code": "3571",
   "jurisdiction": "us_ca",
   "company_status": "Active",
   "sic_description": "Electronic Computers",
   "registered_address": "One Apple Park Way, Cupertino, CA, 95014"
  },
  "supported": true,
  "confidence": "high"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/statepulse-company-lookup-25d9951d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from statepulse-api.hahavoid0.workers.dev](https://www.zero.xyz/host/statepulse-api.hahavoid0.workers.dev/llms.txt)
