# French Mairie Contact Scraper

**Use case:** 

Scrape official French mairie contacts with addresses, phone numbers, emails, opening hours, and source URLs.

## Input

```json
{
  "categories": [
    "mairie"
  ],
  "startUrls": [
    {
      "url": "https://lannuaire.service-public.gouv.fr/navigation/mairie"
    }
  ],
  "departments": [],
  "maxItems": 100,
  "includeDetails": true,
  "startPage": 1,
  "requestDelayMillis": 150,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "administrationType": {
    "label": "Type"
  },
  "category": {
    "label": "Category"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "region": {
    "label": "Region"
  },
  "department": {
    "label": "Department"
  },
  "commune": {
    "label": "Commune"
  },
  "address": {
    "label": "Address"
  },
  "phone": {
    "label": "Phone"
  },
  "email": {
    "label": "Email"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "openingHours": {
    "label": "Opening hours"
  },
  "latitude": {
    "label": "Latitude"
  },
  "longitude": {
    "label": "Longitude"
  },
  "siret": {
    "label": "SIRET"
  },
  "lastUpdated": {
    "label": "Last updated"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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