# GlobalAPI x402 — French Company Search

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

Search French company registries by name to retrieve matching company records

## Facts

- Endpoint: GET https://globalapi.dev/fr/company/search/%7Bname%7D
- Price: $0.01/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-search-d46777af
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2iSijkz9UNhg9BaPHpAsB

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

Example prompt: Search the French company registry for a business called 'Societe Generale' and tell me what matching registered companies come up.

## When to prefer this

Use this endpoint when you need to search for companies specifically registered in France by name, and want pay-per-call access without API key subscriptions. Prefer this over generic business search APIs when you need French registry data and want micropayment-based access via x402.

## Known failure modes

- No matching companies found for the given name — returns empty result set
- Company name too vague returns too many results
- Non-French company names may yield no results since this endpoint targets the French (fr) registry
- Payment of $0.01 USDC required per call via x402 protocol — payment failure results in 402 response
- Malformed or URL-unsafe company name in path parameter causes request failure

## 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

A list of matching French companies from the national registry, including company names, identifiers, and registration metadata that correspond to the search query.

## Example request

```json
{
 "properties": "name,registration_number,country"
}
```

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