# Global Econ Company Registry Lookup (FR)

> Global Econ Company Registry Lookup (FR) is a paid API for AI agents from global-econ-x402-production.up.railway.app, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Looks up a specific French company by registry number and returns structured company information

## Facts

- Endpoint: GET https://global-econ-x402-production.up.railway.app/fr/company/542107651
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/global-econ-company-registry-lookup-fr-d91e95d3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-Qx6apl0BMTahIWsDrtl1

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 global-econ-company-registry-lookup-fr-d91e95d3
```

Example prompt: Can you look up the French company with registry number 542107651 and tell me its official name, legal status, and registered address?

## When to prefer this

Use this endpoint when you need to retrieve structured company data for a specific French company by its official registry number (SIREN/SIRET). Prefer this over search endpoints when you already have the exact registry number and want precise, single-company results.

## Known failure modes

- Company number not found in registry — 404 response
- Invalid or malformed registry number — 400 bad request
- Payment not processed — 402 payment required
- Registry data temporarily unavailable — 503 service error
- Rate limit exceeded — 429 too many requests

## How this service works

Company registry lookup

## Output

Returns structured company registration data for the specified French company, including legal name, registration number, address, legal form, and other official registry details sourced from the French business registry.

## Example request

```json
{
 "corpNumber": "542107651"
}
```

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ],
   "properties": {
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/global-econ-company-registry-lookup-fr-d91e95d3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from global-econ-x402-production.up.railway.app](https://www.zero.xyz/host/global-econ-x402-production.up.railway.app/llms.txt)
