# Find expert-comptables in Paris with phone numbers

**Use case:** 

Build a CRM-ready list of accounting firms in Paris — phones, addresses and accountant names from the official Ordre register.

## Input

```json
{
  "mode": "cities",
  "cityPreset": "paris",
  "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.