# French Company Competitive Landscape API

> French Company Competitive Landscape API 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 same-NAF-code competitors of a French company in its geographic zone (département or région), ranked by revenue with CA position

## Facts

- Endpoint: GET https://api.x-402.online/v1/fr/concurrents
- 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-competitive-landscape-api-dd055d97
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HU-BadLQmw_8MlVZP6pWf

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-competitive-landscape-api-dd055d97
```

Example prompt: Can you pull up the competitive landscape for Michelin — which other companies share its NAF code in the Auvergne-Rhône-Alpes région, ranked by revenue? Use its SIREN if you have it.

## When to prefer this

Use this endpoint when you need sector-specific competitive intelligence scoped to French geography — specifically when you want to benchmark a French company against others with the same NAF code within a département or région, ranked by revenue. Prefer this over generic company search APIs when the goal is local competitive positioning rather than national or global comparison.

## Known failure modes

- Unknown company name or SIREN returns empty or error response
- Invalid or unrecognized zone type returns 400 or empty result
- Company with no local NAF peers returns an empty competitor list
- Malformed query parameter results in API error
- Payment of $0.08 USDC not processed leads to 402 Payment Required

## How this service works

Competitive landscape of a French company: same-NAF rivals in its area ranked by revenue, with CA position. Query: ?q= or ?siren= &zone=departement|region

## Output

A ranked list of French companies sharing the same NAF code within the specified département or région, ordered by revenue (CA), including each competitor's name, CA position, and revenue figures, allowing benchmarking of the queried company against local sector peers.

## 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-competitive-landscape-api-dd055d97/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)
