# Registrations (immatriculations) France BODACC Business

**Use case:** 

Extract France BODACC Business Legal Gazette data filtered by Registrations (immatriculations). Export structured results ready for analysis, lead generation,

## Input

```json
{
  "announcementCategory": "immatriculation",
  "noticeType": "",
  "maxItems": 10
}
```

## Output

```json
{
  "companyName": {
    "label": "🏢 Company",
    "format": "text"
  },
  "rcsNumber": {
    "label": "🔢 RCS",
    "format": "text"
  },
  "announcementCategory": {
    "label": "🗂 Category",
    "format": "text"
  },
  "noticeType": {
    "label": "📑 Notice Type",
    "format": "text"
  },
  "publicationDate": {
    "label": "📅 Published",
    "format": "text"
  },
  "tribunal": {
    "label": "⚖️ Tribunal",
    "format": "text"
  },
  "city": {
    "label": "📍 City",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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