# Sirenic French Company Comparison

> Sirenic French Company Comparison is a paid API for AI agents from api.sirenic.eu, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-15).

Compare 2 to 5 French companies side by side using official SIREN data, including identity, default-risk scores, filed accounts, and BODACC insolvency alerts, with per-axis benchmarking for supplier or vendor selection.

## Facts

- Endpoint: GET https://api.sirenic.eu/v1/comparer
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sirenic-french-company-comparison-71eeeaff
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fCZdxSEKXbWagyZH3zbZA

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 sirenic-french-company-comparison-71eeeaff
```

Example prompt: Can you compare these three French companies side by side — SIRENs 552032534, 542065479, and 320878499 — and show me their default-risk scores, latest accounts, and any insolvency alerts so I can decide which one to shortlist as a supplier?

## When to prefer this

Choose this endpoint when you need to compare multiple French companies simultaneously using authoritative official data (SIREN registry, BODACC insolvency bulletins, statutory accounts) rather than single-company lookups or non-official data sources. It is purpose-built for procurement, vendor shortlisting, and KYB workflows where per-axis ranking and comparability flags matter. Prefer it over single-company endpoints when evaluating 2–5 French candidates in one decision cycle, and over generic credit databases when official French statutory data and deterministic risk scoring are required.

## Known failure modes

- Invalid or non-9-digit SIREN provided — Luhn check fails, company rejected
- Fewer than 2 or more than 5 SIRENs submitted — outside allowed comparison range
- SIREN not found in French official registry — no data returned for that entity
- Duplicate SIRENs submitted — deduplicated silently, may reduce count below minimum
- Payment not authorized or quote not signed — request blocked before processing
- One or more companies have no filed accounts — partial data returned with warnings

## How this service works

Company comparison: compare 2 to 5 French companies side by side in one call on official company data — identity, deterministic default-risk score, latest filed accounts (statutory scope) and BODACC insolvency alerts. Benchmarking for supplier selection and vendor shortlist: per-axis rankings, never an overall winner, plus a comparabilite block that flags NOT comparable companies (different sectors, sizes, a holding in the batch). Billed PER COMPANY: signed quote = $0.12 x number of SIREN.

## Output

A structured side-by-side comparison of 2 to 5 French companies including: official identity data, a deterministic default-risk score per company, their latest statutory filed accounts, BODACC insolvency alerts, per-axis rankings (no overall winner declared), and a comparabilité block flagging if any companies are not meaningfully comparable (e.g. different sectors, sizes, or a holding company in the batch).

## 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",
     "required": [
      "sirens"
     ],
     "properties": {
      "sirens": {
       "type": "string",
       "description": "Comma-separated 9-digit SIRENs, 2 to 5 (Luhn-checked, deduplicated). Billed PER COMPANY: the signed quote is $0.12 x the number of SIRENs (2-5). Example: 552032534,542065479."
      }
     }
    }
   },
   "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/sirenic-french-company-comparison-71eeeaff/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.sirenic.eu](https://www.zero.xyz/host/api.sirenic.eu/llms.txt)
