# Fast notary listing without profile crawl

**Use case:** 

Names, addresses and profile URLs from the official directory — no profile page fetch. Faster runs when you only need location data.

## Input

```json
{
  "mode": "allData",
  "profileUrls": [
    "https://www.notaires.fr/fr/notaire/ronald-chevalier"
  ],
  "maxPages": 5,
  "includePhone": false
}
```

## 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.