# Versailles Court Property Auction Extractor

**Use case:** 

Extract properties, opening prices, viewing times, bidding terms, and lawyer contacts from a specific Licitor court auction calendar.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.licitor.com/ventes-judiciaires-immobilieres/tj-versailles/mercredi-2-septembre-2026.html"
    }
  ],
  "regions": [
    "paris-et-ile-de-france"
  ],
  "scope": "upcoming",
  "maxItems": 10
}
```

## 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.