# Match accounting firms to SIREN and SIRET in Lyon

**Use case:** 

Export Lyon expert-comptable firms with SIREN, SIRET and NAF codes matched to the official business register — filter on high-confidence matches for CRM.

## Input

```json
{
  "mode": "cities",
  "cityPreset": "lyon",
  "customCitySlug": "",
  "enrichSiren": true,
  "maxProfiles": 500,
  "maxCities": 0,
  "enrichSirenDelayMs": 250
}
```

## Output

```json
{
  "name": {
    "label": "Firm name",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "siren": {
    "label": "SIREN (data.gouv)",
    "format": "text"
  },
  "siret": {
    "label": "SIRET (data.gouv)",
    "format": "text"
  },
  "gouvMatchConfidence": {
    "label": "Match confidence",
    "format": "text"
  },
  "gouvNomComplet": {
    "label": "Legal name (data.gouv)",
    "format": "text"
  },
  "gouvCodeNaf": {
    "label": "NAF code (data.gouv)",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal code",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "gouvAnnuaireUrl": {
    "label": "annuaire-entreprises.data.gouv URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [French Accountants Scraper · Expert-Comptable Directory](https://apify.com/corent1robert/experts-comptables-annuaire-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/corent1robert/experts-comptables-annuaire-scraper) to learn more, explore other use cases, and run it yourself.