# Detect BODACC Liquidation Judiciaire Filings in France

**Use case:** 

Run Detect BODACC Liquidation Judiciaire Filings in France on Apify in one click. Pre-configured task ready to use.

## Input

```json
{
  "mode": "call_tool",
  "tool_name": "companies_in_distress",
  "arguments": {
    "procedure": "liquidation_judiciaire",
    "limit": 15
  }
}
```

## Output

```json
{
  "detail": {
    "label": "Result",
    "format": "text"
  },
  "siren": {
    "label": "SIREN",
    "format": "text"
  },
  "company_or_person": {
    "label": "Company or person",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "department_name": {
    "label": "Department",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [MCP Server: BODACC France (M&A, distress, new businesses)](https://apify.com/dltik/mcp-server-bodacc) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dltik/mcp-server-bodacc) to learn more, explore other use cases, and run it yourself.