# INSEE SIREN Scraper: Mid-Market ETI Companies in France

**Use case:** 

Run INSEE SIREN Scraper: Mid-Market ETI Companies in France on Apify in one click. Pre-configured task ready to use.

## Input

```json
{
  "sirens": [],
  "categorie_entreprise": "ETI",
  "etat_administratif": "A",
  "ca_min": 50000000,
  "includeEstablishments": true,
  "establishmentsLimit": 3,
  "limit": 15
}
```

## Output

```json
{
  "siren": {
    "label": "SIREN",
    "format": "text"
  },
  "nom_complet": {
    "label": "Name",
    "format": "text"
  },
  "siege_address": {
    "label": "HQ address",
    "format": "text"
  },
  "siege_code_postal": {
    "label": "Postal code",
    "format": "text"
  },
  "siege_commune": {
    "label": "City",
    "format": "text"
  },
  "activite_principale": {
    "label": "NAF code",
    "format": "text"
  },
  "tranche_effectif_salarie": {
    "label": "Employees",
    "format": "text"
  },
  "ca_latest": {
    "label": "Revenue (latest)",
    "format": "number"
  },
  "resultat_net_latest": {
    "label": "Net result (latest)",
    "format": "number"
  },
  "nombre_etablissements": {
    "label": "Sites total",
    "format": "number"
  },
  "dirigeants_count": {
    "label": "Officers",
    "format": "number"
  },
  "etat_administratif": {
    "label": "Status",
    "format": "text"
  },
  "url_annuaire_entreprises": {
    "label": "URL",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Pappers Enrichment Bundle: Full French Company Profile](https://apify.com/dltik/pappers-enrichment-bundle) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dltik/pappers-enrichment-bundle) to learn more, explore other use cases, and run it yourself.