# Closed (C) France Annuaire Entreprises (SIRENE)

**Use case:** 

Extract France Annuaire Entreprises (SIRENE) data filtered by Closed (C). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "query": "carrefour",
  "department": "",
  "naturejuridique": "",
  "activite": "",
  "etat_administratif": "C"
}
```

## Output

```json
{
  "siren": {
    "label": "SIREN",
    "format": "text"
  },
  "nom": {
    "label": "Name",
    "format": "text"
  },
  "sigle": {
    "label": "Acronym",
    "format": "text"
  },
  "activitePrincipaleCode": {
    "label": "NAF",
    "format": "text"
  },
  "activitePrincipaleLabel": {
    "label": "Activity",
    "format": "text"
  },
  "categorieEntreprise": {
    "label": "Category",
    "format": "text"
  },
  "etatAdministratif": {
    "label": "State",
    "format": "text"
  },
  "dateCreation": {
    "label": "Created",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "department": {
    "label": "Dept",
    "format": "text"
  },
  "postalCode": {
    "label": "ZIP",
    "format": "text"
  },
  "employeeBand": {
    "label": "Employees",
    "format": "text"
  },
  "annuaireUrl": {
    "label": "Annuaire URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [France Annuaire Entreprises Scraper (SIRENE)](https://apify.com/parseforge/france-annuaire-entreprises-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/france-annuaire-entreprises-scraper) to learn more, explore other use cases, and run it yourself.