# France Paris Bakeries Company Directory Scraper

**Use case:** 

Export Paris bakery companies from the French business registry with SIREN, address, officers and activity code.

## Input

```json
{
  "maxItems": 50,
  "q": "boulangerie",
  "departement": "75",
  "etatAdministratif": "",
  "categorieEntreprise": "",
  "trancheEffectif": ""
}
```

## Output

```json
{
  "siren": {
    "label": "SIREN",
    "format": "text"
  },
  "name": {
    "label": "Company name",
    "format": "text"
  },
  "legalForm": {
    "label": "Legal form",
    "format": "text"
  },
  "activitePrincipale": {
    "label": "NAF code",
    "format": "text"
  },
  "dateCreation": {
    "label": "Created",
    "format": "date"
  },
  "etatAdministratifLabel": {
    "label": "Status",
    "format": "text"
  },
  "categorieEntrepriseLabel": {
    "label": "Size",
    "format": "text"
  },
  "employeeRange": {
    "label": "Headcount",
    "format": "text"
  },
  "siretSiege": {
    "label": "SIRET (HQ)",
    "format": "text"
  },
  "numeroTva": {
    "label": "VAT number",
    "format": "text"
  },
  "address": {
    "label": "HQ address",
    "format": "object"
  },
  "nombreEtablissements": {
    "label": "Establishments",
    "format": "number"
  },
  "dirigeants": {
    "label": "Officers",
    "format": "array"
  },
  "finances": {
    "label": "Finances",
    "format": "object"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [France Company Search Scraper (SIREN, Officers, Finances)](https://apify.com/scrapers_lat/france-company-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/france-company-search-scraper) to learn more, explore other use cases, and run it yourself.