# Royal LePage Canada | Real Estate Listings Latest Results

**Use case:** 

Latest Results of Royal LePage Canada | Real Estate Listings. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "searchUrl": "https://www.royallepage.ca/en/search/homes/on/toronto/",
  "maxItems": 25
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "title": {
    "label": "📌 Address",
    "format": "text"
  },
  "price": {
    "label": "💰 Price",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "city": {
    "label": "🏙 City",
    "format": "text"
  },
  "province": {
    "label": "📍 Province",
    "format": "text"
  },
  "bedrooms": {
    "label": "🛏 Bed",
    "format": "number"
  },
  "bathrooms": {
    "label": "🛁 Bath",
    "format": "number"
  },
  "propertyType": {
    "label": "🏠 Type",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Royal LePage Canada Scraper | Real Estate Listings](https://apify.com/parseforge/royallepage-canada-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/royallepage-canada-scraper) to learn more, explore other use cases, and run it yourself.