# French Notary Real Estate Leads

**Use case:** 

Notaire property leads on the Cote d'Azur (dep 06 and 83) from immobilier.notaires.fr: price, notary fees, DPE, area and notary email in clean English.

## Input

```json
{
  "departments": [
    "06",
    "83"
  ],
  "propertyTypes": [],
  "onlyInteractiveAuctions": false,
  "onlyJudicial": false,
  "includeDetails": true,
  "onlyNewListings": false,
  "maxResults": 300,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type"
  },
  "propertyType": {
    "label": "Type"
  },
  "transactionType": {
    "label": "Transaction"
  },
  "priceEur": {
    "label": "Price (EUR)"
  },
  "notaryFeesEur": {
    "label": "Notary fees (EUR)"
  },
  "rooms": {
    "label": "Rooms"
  },
  "livingAreaSqm": {
    "label": "Area (m2)"
  },
  "city": {
    "label": "City"
  },
  "postalCode": {
    "label": "Postal code"
  },
  "departmentName": {
    "label": "Department"
  },
  "energyClass": {
    "label": "DPE"
  },
  "notaryName": {
    "label": "Notary"
  },
  "notaryEmail": {
    "label": "Notary email"
  },
  "detailUrl": {
    "label": "URL"
  }
}
```

## About this Actor

This example demonstrates how to use [France Notaires Real Estate API - Immobilier Notaires](https://apify.com/webdata_labs/france-notaires-property-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/france-notaires-property-api) to learn more, explore other use cases, and run it yourself.