# GlobalAPI x402 — French Company Registry Lookup by SIREN

> GlobalAPI x402 — French Company Registry Lookup by SIREN is a paid API for AI agents from globalapi.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-08).

Retrieves company registry data for a French company identified by its SIREN number

## Facts

- Endpoint: GET https://globalapi.dev/fr/company/%7Bsiren%7D
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-08
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/globalapi-x402-french-company-registry-lookup-by-siren-e9d765b6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YJ2cf7I2xtcbJDaqxp1We

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 globalapi-x402-french-company-registry-lookup-by-siren-e9d765b6
```

Example prompt: Can you pull the official French registry details for the company with SIREN 552 032 534 — I need their legal name, registered address, and activity code?

## When to prefer this

Use this endpoint when you need to programmatically look up official French company registry data by SIREN without a subscription or API key. Ideal for KYC enrichment, vendor verification, due diligence workflows, or any agent pipeline that needs authoritative French business entity information. Pay-per-call pricing makes it suitable for low-volume or bursty lookups without upfront commitment.

## Known failure modes

- Invalid or malformed SIREN number returns 400 Bad Request
- SIREN not found in registry returns 404 Not Found
- Payment failure or insufficient USDC balance returns 402 Payment Required
- Rate limiting or network issues return 503 Service Unavailable

## How this service works

GlobalAPI x402 provides machine-ready access to live economic indicators, company registries, and sanctions screening. $0.002–$0.10 USDC per call. No subscriptions. No API keys.

## Output

Returns structured company registry data for the requested French SIREN number, including legal name, registration status, registered address, NAF/APE activity code, legal form, and incorporation date. Billed at $0.005 USDC per call via x402 micropayment protocol.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/globalapi-x402-french-company-registry-lookup-by-siren-e9d765b6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from globalapi.dev](https://www.zero.xyz/host/globalapi.dev/llms.txt)
