# Historical France Property Auction Results Dataset

**Use case:** 

Collect historical French judicial auction results for acquisition analysis, comparable sales research, monitoring, and data enrichment.

## Input

```json
{
  "regions": [
    "paris-et-ile-de-france",
    "bretagne-grand-ouest",
    "centre-loire-limousin",
    "sud-est-mediterrannee",
    "sud-ouest-pyrenees"
  ],
  "scope": "historical",
  "maxItems": 500
}
```

## Output

```json
{
  "announcementId": {
    "label": "ID",
    "format": "text"
  },
  "auctionAt": {
    "label": "Auction date",
    "format": "date"
  },
  "court": {
    "label": "Court",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "propertyTitle": {
    "label": "Property",
    "format": "text"
  },
  "areaM2": {
    "label": "Area m²",
    "format": "number"
  },
  "roomCount": {
    "label": "Rooms",
    "format": "number"
  },
  "occupancy": {
    "label": "Occupancy",
    "format": "text"
  },
  "openingPriceEur": {
    "label": "Opening price €",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "streetAddress": {
    "label": "Address",
    "format": "text"
  },
  "visitTimes": {
    "label": "Visits",
    "format": "text"
  },
  "lawyerName": {
    "label": "Lawyer",
    "format": "text"
  },
  "resultText": {
    "label": "Result",
    "format": "text"
  },
  "canonicalUrl": {
    "label": "Source",
    "format": "link"
  }
}
```

## About this Actor

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