# Export French accounting firms nationwide for CRM

**Use case:** 

Export every active expert-comptable firm in France — phone, address, accountant names from the official Ordre register. One row per firm, CRM-ready.

## Input

```json
{
  "mode": "fullDirectory",
  "cityPreset": "rodez",
  "customCitySlug": "",
  "enrichSiren": false,
  "maxProfiles": 0,
  "maxCities": 0,
  "enrichSirenDelayMs": 250
}
```

## Output

```json
{
  "name": {
    "label": "Firm name",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal code",
    "format": "text"
  },
  "accountants": {
    "label": "Accountant full names",
    "format": "array"
  },
  "profileUrl": {
    "label": "Profile 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.