# Annonces BODACC à Paris

**Use case:** 

Annonces légales parisiennes du BODACC scraper. Créations, modifications et radiations d'entreprises pour conformité et veille commerciale.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.bodacc.fr/pages/annonces-commerciales/?numerodepartement=75&sort=dateparution#resultarea"
    }
  ],
  "maxItems": 20,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "publicationType": {
    "label": "Publication Type",
    "format": "text"
  },
  "publicationDate": {
    "label": "Publication Date",
    "format": "date"
  },
  "court": {
    "label": "Court",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal Code",
    "format": "text"
  },
  "recordTimestamp": {
    "label": "Record Timestamp",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Bodacc.fr Scraper](https://apify.com/lexis-solutions/bodacc-fr-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/bodacc-fr-scraper) to learn more, explore other use cases, and run it yourself.