# Refresh notary contacts from your URL list

**Use case:** 

Paste notaires.fr profile or office URLs — get updated phone, email, address and office fields for CRM refresh workflows.

## Input

```json
{
  "mode": "bulkUrls",
  "profileUrls": [
    "https://www.notaires.fr/fr/notaire/ronald-chevalier",
    "https://www.notaires.fr/fr/notaire/albert-wemaere"
  ],
  "maxPages": 2,
  "includePhone": true
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "addressLine1": {
    "label": "Address line 1",
    "format": "string"
  },
  "postalCode": {
    "label": "Postal code",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "phone": {
    "label": "Phone (office)",
    "format": "string"
  },
  "email": {
    "label": "Office email (mailto on profile)",
    "format": "string"
  },
  "languages": {
    "label": "Spoken languages",
    "format": "string"
  },
  "officeName": {
    "label": "Office name (breadcrumb)",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Notaires.fr Scraper · French Notary Leads · By URL](https://apify.com/corent1robert/notaires-fr-annuaire-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/corent1robert/notaires-fr-annuaire-scraper) to learn more, explore other use cases, and run it yourself.