# French Company Lookup by Name or SIREN/SIRET

> French Company Lookup by Name or SIREN/SIRET is a paid API for AI agents from api.x-402.online, paid per call via x402, $0.02/call, status down (last checked 2026-09-02).

Looks up a French company by name or SIREN/SIRET number, returning officers, NAF code, headquarters, and legal status.

## Facts

- Endpoint: POST https://api.x-402.online/v1/fr/entreprise
- Price: $0.02/call
- Payment: x402
- Status: down
- Last checked: 2026-09-02
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/french-company-lookup-by-name-or-siren-siret-247fcbf2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_x9TSAs4xW1Ax5Zm2nNrzV

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 french-company-lookup-by-name-or-siren-siret-247fcbf2 -d '<json body>'
```

Example prompt: Can you look up the French company 'Carrefour SA' and tell me its SIREN number, registered headquarters address, current legal status, NAF code, and who its officers are?

## When to prefer this

Use this endpoint when you need to verify or enrich data about a French company registered in France, especially when you have either the company name or SIREN/SIRET number. Prefer this over generic web search when you need structured, authoritative registry data including officer lists, NAF codes, and legal status for KYB, due diligence, or business verification workflows.

## Known failure modes

- Company not found — returns empty results or 404 if the name or SIREN/SIRET does not match any registered entity
- Ambiguous name query — multiple companies returned when searching by name, requiring refinement
- Invalid SIREN/SIRET format — returns an error if the identifier does not conform to expected numeric format
- Payment failure — HTTP 402 if USDC payment is not completed before the request
- Rate limiting — HTTP 429 if too many requests are made in a short period

## Output

Returns structured data about the French company including its SIREN/SIRET identifiers, NAF sector code, registered headquarters address, current legal status (active/ceased), and a list of officers (directors, executives).

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/french-company-lookup-by-name-or-siren-siret-247fcbf2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.x-402.online](https://www.zero.xyz/host/api.x-402.online/llms.txt)
