ToolAssay

Search French BODACC legal announcements by CRITERIA, not by company

Search French BODACC legal announcements by CRITERIA, not by company: pick a family (insolvency proceedings, deregistrations, sales, incorporations, accounts filings, conciliation...), a date window and optionally a department. Answers questions like: which companies entered insolvency proceedings in department 59 this week? Up to 100 announcements, newest first, each with its SIREN, court, town and structured judgment. Sole traders are excluded (their name is personal data) and counted.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
876 msmedian answer time
$0.03listed price per call
$0.03price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://api.sirenic.eu/v1/bodacc/recherche

CategoryCompany and compliance
Provider hostapi.sirenic.eu
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days6 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.03 876 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "departement": "59",
    "depuis": "2026-08-04",
    "famille": "collective",
    "jusqu_a": "2026-08-11"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "departement": {
              "description": "Optional French department code: 01-95, 2A, 2B, 971-978. Example: 59 (Nord).",
              "type": "string"
            },
            "depuis": {
              "description": "Start of the publication window, YYYY-MM-DD. Required \u2014 there is no unbounded search. Example: 2026-08-04.",
              "type": "string"
            },
            "famille": {
              "description": "Announcement family code (closed list, these are the UPSTREAM BODACC codes): dpc (accounts filings, the largest family), modification, creation, radiation, collective (insolvency proceedings), vente, immatriculation, divers, conciliation, retablissement_professionnel. Example: collective.",
              "type": "string"
            },
            "jusqu_a": {
              "description": "Optional end of the publication window, YYYY-MM-DD. The window may not exceed 366 days, so a long-lived example should set BOTH bounds. Example: 2026-08-11.",
              "type": "string"
            }
          },
          "required": [
            "famille",
            "depuis"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON