# Refresh expert-comptable contacts from your URL list

**Use case:** 

Paste official expert-comptable profile URLs — get latest phone, address and accountant names without re-scanning all of France.

## Input

```json
{
  "mode": "bulkUrls",
  "cityPreset": "rodez",
  "customCitySlug": "",
  "profileUrls": [
    "https://annuaire.experts-comptables.org/expert-comptable/12346-douls-associes-rodez-12000",
    "https://annuaire.experts-comptables.org/expert-comptable/14785-consulting-audit-expertise-paris-75008"
  ],
  "enrichSiren": false,
  "maxProfiles": 50,
  "maxCities": 0,
  "enrichSirenDelayMs": 250
}
```

## Output

```json
{
  "name": {
    "label": "Firm name",
    "format": "text"
  },
  "accountants": {
    "label": "Accountant full names",
    "format": "array"
  },
  "siren": {
    "label": "SIREN (data.gouv)",
    "format": "text"
  },
  "siret": {
    "label": "SIRET (data.gouv)",
    "format": "text"
  },
  "gouvMatchConfidence": {
    "label": "Match confidence",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal code",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "gouvAnnuaireUrl": {
    "label": "annuaire-entreprises.data.gouv URL",
    "format": "link"
  },
  "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.