# French Construction Lead Monitor

**Use case:** 

Monitor monthly French construction permits by department and applicant for sales, research, and project intelligence.

## Input

```json
{
  "permitTypes": [
    "housing",
    "nonResidential"
  ],
  "departments": [
    "13"
  ],
  "municipalities": [],
  "maxItems": 500,
  "maxPages": 200
}
```

## Output

```json
{
  "permitType": {
    "label": "Dataset",
    "format": "text"
  },
  "permitReference": {
    "label": "Permit reference",
    "format": "text"
  },
  "statusCode": {
    "label": "Status",
    "format": "text"
  },
  "authorizationDate": {
    "label": "Authorized",
    "format": "date"
  },
  "departmentName": {
    "label": "Department",
    "format": "text"
  },
  "municipalityName": {
    "label": "Municipality",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "applicantName": {
    "label": "Applicant",
    "format": "text"
  },
  "projectNature": {
    "label": "Project",
    "format": "text"
  },
  "housingCreated": {
    "label": "Homes",
    "format": "number"
  },
  "residentialFloorAreaCreatedSqm": {
    "label": "Residential m²",
    "format": "number"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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