# French Company Establishments Lookup by SIREN

> French Company Establishments Lookup by SIREN 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-15).

Returns headquarters details and establishment counts for a French company identified by its SIREN number, including SIRET, address, and status information.

## Facts

- Endpoint: POST https://api.x-402.online/v1/fr/etablissements
- Price: $0.02/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/french-company-establishments-lookup-by-siren-343607b2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dsprKZ4ZDxwSrlg-npTjV

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-establishments-lookup-by-siren-343607b2 -d '<json body>'
```

Example prompt: Can you look up the headquarters details and number of establishments for French company SIREN 552032534 — I need the SIRET, address, and current status?

## When to prefer this

Use this endpoint when you need to verify or enrich data about a specific French company using its SIREN identifier, particularly when you need its registered headquarters address, SIRET code, legal status, and establishment footprint. Prefer this over a generic company search when you already have the SIREN and want structured, authoritative registry data for KYB, compliance, or data enrichment workflows.

## Known failure modes

- Invalid or non-existent SIREN returns an error or empty result
- SIREN not found in the French national registry returns 404 or null data
- Missing required siren query parameter results in a 400 bad request
- Rate limiting or payment failure returns 402 or 429
- Dissolved companies may return limited or outdated establishment data

## Output

Returns structured data about the French company's headquarters including its SIRET number, full registered address, legal status, and the total count of its establishments (sites) across France.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/french-company-establishments-lookup-by-siren-343607b2/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)
