# BODACC company notices scraper for Paris

**Use case:** 

Scrape recent Paris BODACC legal notices by keyword, date range, department, company name, or SIREN from the official API.

## Input

```json
{
  "maxItems": 100,
  "dateFrom": "2025-01-01",
  "dateTo": "2025-01-31",
  "departments": [
    "75"
  ],
  "companyQuery": "boulangerie",
  "sirens": [],
  "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.