# Export Large Enterprises Data from French SIREN

**Use case:** 

Retrieve detailed records of large French companies in the industry sector. Data includes SIREN, names, addresses, and director information.

## Input

```json
{
  "query": "industrie",
  "naf": "62.01Z",
  "section": "any",
  "departement": "any",
  "region": "any",
  "natureJuridique": "any",
  "categorieEntreprise": "GE",
  "etatAdministratif": "A",
  "estAssociation": "false",
  "maxResults": 200,
  "useProxy": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "siren": {
    "label": "SIREN",
    "format": "text"
  },
  "name": {
    "label": "Company name",
    "format": "text"
  },
  "legalName": {
    "label": "Legal name",
    "format": "text"
  },
  "nafCode": {
    "label": "NAF/APE code",
    "format": "text"
  },
  "nafSection": {
    "label": "NAF section",
    "format": "text"
  },
  "legalFormCode": {
    "label": "Legal form code",
    "format": "text"
  },
  "companyCategory": {
    "label": "Company category",
    "format": "text"
  },
  "employeeRange": {
    "label": "Employee range",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "establishments": {
    "label": "Establishments",
    "format": "number"
  },
  "createdDate": {
    "label": "Created date",
    "format": "date"
  },
  "siret": {
    "label": "SIRET (HQ)",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "zip": {
    "label": "Postcode",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "departement": {
    "label": "Department",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "directors": {
    "label": "Directors",
    "format": "text"
  },
  "directorCount": {
    "label": "Director count",
    "format": "number"
  },
  "url": {
    "label": "Registry URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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