# Courtiers RE/MAX au Québec — liste avec téléphones

**Use case:** 

La liste des courtiers RE/MAX au Québec extraite de Centris — nom, téléphone direct, bureau et profil de chaque courtier. Export CSV/JSON, sans code.

## Input

```json
{
  "area": "Montréal",
  "agency": "RE/MAX",
  "brokerName": "Tremblay",
  "language": "English",
  "maxBrokers": 25
}
```

## Output

```json
{
  "brokerName": {
    "label": "👤 Broker",
    "format": "text"
  },
  "brokerTitle": {
    "label": "🎓 Title",
    "format": "text"
  },
  "phone": {
    "label": "📞 Phone",
    "format": "text"
  },
  "agency": {
    "label": "🏢 Agency",
    "format": "text"
  },
  "brokerId": {
    "label": "🆔 ID",
    "format": "text"
  },
  "profileUrl": {
    "label": "🔗 Profile",
    "format": "link"
  },
  "contactUrl": {
    "label": "✉️ Contact",
    "format": "link"
  },
  "photo": {
    "label": "📸 Photo",
    "format": "image"
  },
  "languageFilter": {
    "label": "🗣 Language",
    "format": "text"
  },
  "queryLabel": {
    "label": "📥 Query",
    "format": "text"
  },
  "mode": {
    "label": "🔧 Mode",
    "format": "text"
  },
  "source": {
    "label": "📡 Source",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕐 Scraped",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Centris Broker Scraper — Quebec Real Estate Agent Leads](https://apify.com/sian.agency/centris-agent-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/centris-agent-scraper) to learn more, explore other use cases, and run it yourself.