# French real estate risk enrichment workflow

**Use case:** 

Bulk enrich real estate portfolios with French Géorisques environmental and hazard data for diligence workflows.

## Input

```json
{
  "addressesText": "1 Place Bellecour, 69002 Lyon\n2 Rue Masséna, 06000 Nice\n31 Rue Nationale, 59000 Lille\n2 Quai de la Fosse, 44000 Nantes",
  "coordinatesJson": {
    "coordinates": []
  },
  "maxItems": 4,
  "searchRadiusMeters": 2000,
  "maxNearbySites": 10,
  "includeSeismic": true,
  "includeRadon": true,
  "includePprRisks": true,
  "includeIndustrialSites": true,
  "includePollutedSites": true,
  "includeCavities": true
}
```

## Output

```json
{
  "inputLabel": {
    "label": "Input"
  },
  "normalizedAddress": {
    "label": "Normalized address"
  },
  "latitude": {
    "label": "Latitude"
  },
  "longitude": {
    "label": "Longitude"
  },
  "inseeCode": {
    "label": "INSEE"
  },
  "commune": {
    "label": "Commune"
  },
  "seismicZoneLabel": {
    "label": "Seismic zone"
  },
  "radonPotentialClass": {
    "label": "Radon class"
  },
  "pprRiskCount": {
    "label": "PPR risks"
  },
  "industrialSiteCount": {
    "label": "ICPE sites"
  },
  "pollutedSiteCount": {
    "label": "Polluted sites"
  },
  "cavityCount": {
    "label": "Cavities"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [France Property Risk Scraper](https://apify.com/automation-lab/france-property-risk-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/france-property-risk-scraper) to learn more, explore other use cases, and run it yourself.