# INSEE Sirene French Company Lookup

> INSEE Sirene French Company Lookup is a paid API for AI agents from api.invoket.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Verify a French company's legal status, identity and structure by SIREN or SIRET number using the official INSEE Sirene register

## Facts

- Endpoint: GET https://api.invoket.com/company/resolve
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/insee-sirene-french-company-lookup-6a1ec42e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_esL9J5c81eiJMVK6KUElD

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 insee-sirene-french-company-lookup-6a1ec42e
```

Example prompt: Before I send an invoice, can you verify that French company with SIREN 552 032 534 is still active and give me their official legal name, legal form, and registered head-office address from the INSEE Sirene register?

## When to prefer this

Use this endpoint when you need authoritative, official French company data directly from the INSEE Sirene register (30M+ legal units) before invoicing, paying, or onboarding a French entity. Prefer it over general business search tools when you have a SIREN or SIRET number and need structured, machine-readable legal metadata without requiring an account or API key.

## Known failure modes

- SIREN/SIRET not found in the register — company never existed or number is malformed
- Company exists but record is stale if queried between monthly snapshots
- Invalid SIREN/SIRET format returns a 4xx error
- Payment not attached or insufficient — x402 payment required error
- Rate limiting or network timeout on high-volume calls

## How this service works

Verify a French company before you invoice, pay or onboard it: legal name, active/ceased status, legal form, NAF activity, workforce band, creation date and head-office address from the official INSEE Sirene register (30M+ legal units, monthly snapshot). Lookup by SIREN or SIRET. No account, no key, pay per call.

## Output

Returns the company's official legal name, active or ceased status, legal form (e.g. SAS, SARL), NAF/APE activity code, workforce band, creation date, and registered head-office address as recorded in the INSEE Sirene register.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "siren"
 ],
 "properties": {
  "siren": {
   "type": "string",
   "description": "9-digit SIREN of the legal unit. Provide exactly one of 'siren' or 'siret'. Malformed input is a 400 (INVALID_INPUT), a failed Luhn checksum is a 400 (INVALID_CHECKSUM, likely a typo), a well-formed SIREN absent from the register is a 404 (unbilled)"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/insee-sirene-french-company-lookup-6a1ec42e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.invoket.com](https://www.zero.xyz/host/api.invoket.com/llms.txt)
