# French Company Director Network Search

> French Company Director Network Search is a paid API for AI agents from api.x-402.online, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-13).

Returns all French companies linked to a person by name, with active/ceased status and fraud-risk level for each company.

## Facts

- Endpoint: GET https://api.x-402.online/v1/fr/reseau-dirigeant
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/french-company-director-network-search-4600cde2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_homi6-OAcmvp3nDVaZYNC

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-director-network-search-4600cde2
```

Example prompt: Can you look up all French companies linked to a person named Jean-Pierre Dupont and tell me which ones are still active and whether any of them are flagged as high fraud risk?

## When to prefer this

Use this endpoint when you need to map all French companies connected to a specific individual by name, especially for KYB, AML compliance, fraud screening, or due diligence on French directors. Prefer this over generic company searches when the primary input is a person's name rather than a company identifier.

## Known failure modes

- No companies found for the given name (empty result set)
- Ambiguous name matching multiple individuals (results may include unrelated directors)
- Missing or misspelled query parameters return error or empty response
- Non-French company data not covered by this endpoint
- API rate limit exceeded returning 429

## How this service works

All French companies linked to a person (director search) with active/ceased flags and fraud-risk level. Query: ?nom=&prenom=

## Output

A list of French companies associated with the queried person, each with an active or ceased status flag and a fraud-risk level indicator, enabling KYB/AML and director network analysis.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/french-company-director-network-search-4600cde2/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)
