# BODACC SIREN notice extractor

**Use case:** 

Monitor BODACC announcements for specific French SIREN or RCS numbers and export legal-event records for compliance.

## Input

```json
{
  "maxItems": 50,
  "dateFrom": "2024-01-01",
  "dateTo": "2025-12-31",
  "departments": [
    "75"
  ],
  "companyQuery": "boulangerie",
  "sirens": [
    "752461681"
  ],
  "noticeFamilies": [],
  "noticeTypes": [],
  "sortOrder": "newest",
  "includeRawRecord": true
}
```

## Output

```json
{
  "bodaccId": {
    "label": "BODACC ID"
  },
  "publicationDate": {
    "label": "Published"
  },
  "noticeFamilyLabel": {
    "label": "Family"
  },
  "noticeTypeLabel": {
    "label": "Type"
  },
  "companyName": {
    "label": "Company"
  },
  "siren": {
    "label": "SIREN"
  },
  "departmentCode": {
    "label": "Dept."
  },
  "departmentName": {
    "label": "Department"
  },
  "city": {
    "label": "City"
  },
  "tribunal": {
    "label": "Tribunal"
  },
  "eventSummary": {
    "label": "Summary"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [BODACC France Company Notices Scraper](https://apify.com/automation-lab/bodacc-france-company-notices-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/bodacc-france-company-notices-scraper) to learn more, explore other use cases, and run it yourself.