# French property risk address scraper

**Use case:** 

Enrich French addresses with official Géorisques seismic, radon, ICPE, pollution, and cavity data.

## Input

```json
{
  "addressesText": "10 Rue de Rivoli, 75004 Paris\n20 Avenue Jean Médecin, 06000 Nice\n1 Place Bellecour, 69002 Lyon",
  "coordinatesJson": {
    "coordinates": []
  },
  "maxItems": 3,
  "searchRadiusMeters": 1000,
  "maxNearbySites": 5,
  "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.