# Energy F/G Property Leads in Rennes (DPE)

**Use case:** 

DPE task that finds recent F and G rated homes in Rennes and enriches SCI owners with SIREN. Ready to run; change the commune or energy classes.

## Input

```json
{
  "communes": [
    "Rennes"
  ],
  "classes": [
    "F",
    "G"
  ],
  "typeBatiment": "any",
  "sinceDays": 365,
  "ownerFilter": "all",
  "maxResults": 25,
  "monitorMode": false
}
```

## Output

```json
{
  "dpeClass": {
    "label": "DPE class",
    "format": "string"
  },
  "buildingType": {
    "label": "Building type",
    "format": "string"
  },
  "livingAreaM2": {
    "label": "Living area (m²)",
    "format": "number"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "leadType": {
    "label": "Lead type",
    "format": "string"
  },
  "owner.name": {
    "label": "Company name",
    "format": "string"
  },
  "owner.siren": {
    "label": "SIREN",
    "format": "string"
  },
  "syndic.name": {
    "label": "Syndic name",
    "format": "string"
  },
  "establishedDate": {
    "label": "Diagnostic date",
    "format": "string"
  },
  "isNew": {
    "label": "New since last run",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [DPE F/G Leads 🇫🇷 Passoires Thermiques, SCI Owners (SIREN)](https://apify.com/tagadanar/french-dpe-leads) with a specific input configuration. Visit the [Actor detail page](https://apify.com/tagadanar/french-dpe-leads) to learn more, explore other use cases, and run it yourself.