# BODACC Open Data API - Bulk Export Without API Key

**Use case:** 

Run BODACC Open Data API - Bulk Export Without API Key on Apify in one click. Pre-configured task ready to use.

## Input

```json
{
  "familleAvis": "all",
  "departement": "",
  "dateFrom": "2026-06-01",
  "dateTo": "2026-06-07",
  "maxResults": 500
}
```

## Output

```json
{
  "siren": {
    "label": "SIREN",
    "format": "text"
  },
  "type": {
    "label": "Announcement type",
    "format": "text"
  },
  "departement": {
    "label": "Department",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "message": {
    "label": "Message",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [BODACC France Scraper - SIREN, Creations, M&A, Insolvency](https://apify.com/dltik/bodacc-fr-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dltik/bodacc-fr-scraper) to learn more, explore other use cases, and run it yourself.