# agenttoll.dev Company Registry Lookup

> agenttoll.dev Company Registry Lookup is a paid API for AI agents from agenttoll.dev, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Looks up company registration and corporate data by name and optional jurisdiction

## Facts

- Endpoint: POST https://agenttoll.dev/paid/security/company-registry
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agenttoll-dev-company-registry-lookup-90bb3535
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sjr9A-ZhM1UdZAYDTSTwF

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 agenttoll-dev-company-registry-lookup-90bb3535 -d '<json body>'
```

Example prompt: Can you look up the company registry entry for 'Acme Technologies' in the US and tell me what registration details come back?

## When to prefer this

Use this endpoint when you need official company registration data for due diligence, OSINT, compliance checks, or entity verification, especially when jurisdiction-scoped searches across US, UK, or EU registries are needed and you want pay-per-call pricing without a subscription.

## Known failure modes

- Company not found in registry — returns empty or null result
- Ambiguous company name matches multiple entities
- Jurisdiction not supported or data unavailable for that region
- Malformed query or missing required company name field
- Payment failure via x402 / insufficient USDC balance

## How this service works

108+ receipt-backed x402 work products for AI agents. Clear prices, spend caps, buyer metadata, and structured results over Base USDC.

## Output

Returns structured corporate registry data for the queried company, potentially including registration status, entity type, registration number, jurisdiction details, and other official corporate record fields available from the relevant registry.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "string company name"
  },
  "jurisdiction": {
   "type": "string",
   "description": "optional e.g. US, UK, EU"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agenttoll-dev-company-registry-lookup-90bb3535/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agenttoll.dev](https://www.zero.xyz/host/agenttoll.dev/llms.txt)
