# Monitor New Notaire Listings Daily

**Use case:** 

Track new property listings across all of France from immobilier.notaires.fr. Monitoring mode returns only listings not seen in previous runs. Clean English.

## Input

```json
{
  "departments": [
    "all"
  ],
  "propertyTypes": [],
  "onlyInteractiveAuctions": false,
  "onlyJudicial": false,
  "includeDetails": false,
  "onlyNewListings": true,
  "maxResults": 1000,
  "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.