# Global Econ Company Registry Search

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

Searches a company registry by name query, returning matching companies with registration details

## Facts

- Endpoint: GET https://global-econ-x402-production.up.railway.app/fr/company/search/Total
- 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/global-econ-company-registry-search-c74fb681
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5BOv041orGQyTyZM7sNaB

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-search-c74fb681
```

Example prompt: Can you search the company registry for 'Total' and show me the matching registered companies?

## When to prefer this

Use this endpoint when you need to search a company registry by name to find official registration details, particularly for French-locale companies. Prefer this over general web search when you need structured, authoritative registry data about a company.

## Known failure modes

- No companies found matching the search term — returns empty results
- Invalid or missing search query — returns 400 error
- Payment not provided or invalid — returns 402 Payment Required
- Service unavailable — returns 503 error
- Rate limit exceeded — returns 429 error

## How this service works

Company registry search

## Output

A list of companies matching the search query, including their registry details such as company name, registration number, legal form, and other official company information from the registry.

## Example request

```json
{
 "corpNumber": "123456789"
}
```

## 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-search-c74fb681/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)
