# BODACC French Business Announcements Lookup

> BODACC French Business Announcements Lookup is a paid API for AI agents from x402-farm.vercel.app, paid per call via x402, $0.02/call, status down (last checked 2026-09-15).

Retrieves official BODACC legal announcements (e.g. account filings, insolvency notices) for a French company identified by SIREN number.

## Facts

- Endpoint: GET https://x402-farm.vercel.app/v1/fr/bodacc
- Price: $0.02/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bodacc-french-business-announcements-lookup-dd03003d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2tUDi2rHAQFvh_rmlunOr

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 bodacc-french-business-announcements-lookup-dd03003d
```

Example prompt: Can you pull up all the BODACC official announcements for French company SIREN 306138900 — I need to see their account filings and any legal notices?

## When to prefer this

Use this endpoint when you need official, authoritative BODACC legal announcement data for a specific French company identified by its SIREN number, particularly for due diligence, compliance checks, or monitoring insolvency and account filing events. It is pay-per-call with no account setup required, making it ideal for infrequent or ad-hoc lookups of French official business gazette entries.

## Known failure modes

- Invalid or non-existent SIREN number returns empty results or error
- SIREN with no BODACC announcements returns total:0 and empty list
- Malformed request (missing required fields) returns 400-level error
- Payment failure via x402 protocol blocks the request before it is processed
- Service unavailable returns 5xx error

## How this service works

Pay-per-call APIs for AI agents — x402 protocol, USDC on Base, no account needed.

## Output

Returns a JSON object containing the company's SIREN number, the total count of BODACC announcements, and a list of announcements each with a date, announcement type (e.g. 'Avis initial'), and family category (e.g. 'Dépôts des comptes' for account filings or insolvency-related families).

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "siren": "306138900",
  "total": 98,
  "annonces": [
   {
    "date": "2026-07-09",
    "type": "Avis initial",
    "famille": "Dépôts des comptes"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bodacc-french-business-announcements-lookup-dd03003d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-farm.vercel.app](https://www.zero.xyz/host/x402-farm.vercel.app/llms.txt)
