# BODACC Deregistrations in Gironde

**Use case:** 

Track French BODACC company deregistrations in Gironde (department 33, Bordeaux) with company name, SIREN and court.

## Input

```json
{
  "maxItems": 20,
  "query": "boulangerie",
  "announcementType": "radiation",
  "department": "33"
}
```

## Output

```json
{
  "id": {
    "label": "Announcement ID",
    "format": "text"
  },
  "publicationDate": {
    "label": "Published",
    "format": "date"
  },
  "announcementTypeLabel": {
    "label": "Type",
    "format": "text"
  },
  "avisType": {
    "label": "Notice",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "siren": {
    "label": "SIREN",
    "format": "text"
  },
  "court": {
    "label": "Court",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "object"
  },
  "judgment": {
    "label": "Judgment",
    "format": "object"
  },
  "sale": {
    "label": "Sale",
    "format": "object"
  },
  "registrationAct": {
    "label": "Registration",
    "format": "object"
  },
  "accountFiling": {
    "label": "Account filing",
    "format": "object"
  },
  "persons": {
    "label": "Parties",
    "format": "array"
  },
  "bulletin": {
    "label": "Bulletin",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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