# Annonces de terrains à louer à Québec

**Use case:** 

Accédez à des annonces de terrains à louer dans la région de Québec.

## Input

```json
{
  "transaction": "rent",
  "cities": [
    "Québec"
  ],
  "propertyType": "land",
  "maxListings": 24,
  "enrichContacts": false,
  "enrichContactsMax": 50
}
```

## Output

```json
{
  "searchCity": {
    "label": "Search city"
  },
  "propertyType": {
    "label": "Type"
  },
  "category": {
    "label": "Sale / Rent"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "city": {
    "label": "City"
  },
  "address": {
    "label": "Address"
  },
  "bedrooms": {
    "label": "Beds"
  },
  "bathrooms": {
    "label": "Baths"
  },
  "livingArea": {
    "label": "Living area"
  },
  "municipalAssessmentTotal": {
    "label": "Assessment"
  },
  "annualTaxTotal": {
    "label": "Taxes/yr"
  },
  "brokerName": {
    "label": "Broker"
  },
  "brokerPhone": {
    "label": "Phone"
  },
  "mlsNumber": {
    "label": "MLS"
  }
}
```

## About this Actor

This example demonstrates how to use [Centris Canada Real Estate Listings & Broker Leads Scraper](https://apify.com/scrapers_lat/centris-canada-realestate-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/centris-canada-realestate-scraper) to learn more, explore other use cases, and run it yourself.