# Scrape Ontario property listings on Royal LePage

**Use case:** 

Extract property listings from Royal LePage automatically. Gather Ontario housing prices, home specs, agent info, and locations for market research.

## Input

```json
{
  "inputUrls": [
    "https://www.royallepage.ca/en/searchgeo/homes/ab/rocky-mountains?search_str=Ontario%2C+ON%2C+CAN&csrfmiddlewaretoken=bpBKZVqrB7ctuMDMqCWNMVkLUgx358aF3Hx4et3KrylqmJ5v9Rw8NeMFmDHvkywG&property_type=&house_type=&features=&listing_type=&lat=50.926163435&lng=-84.74493&upper_lat=&upper_lng=&lower_lat=&lower_lng=&bypass=&radius=&zoom=&display_type=gallery-view&travel_time=false&travel_time_min=30&travel_time_mode=drive&travel_time_congestion=&da_id=&segment_id=&tier2=False&tier2_proximity=0&address=Ontario&method=homes&address_type=province&city_name=&prov_code=ON&school_id=&boundary=false&min_price=0&max_price=5000000%2B&min_leaseprice=0&max_leaseprice=5000%2B&beds=0&baths=0&transactionType=SALE&keyword=&sortby=%E2%80%9D"
  ],
  "maxResults": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "URL": {
    "label": "URL",
    "format": "link"
  },
  "Images": {
    "label": "Images",
    "format": "array"
  },
  "Property Label": {
    "label": "Property Label",
    "format": "text"
  },
  "Property Tag": {
    "label": "Property Tag",
    "format": "text"
  },
  "Price": {
    "label": "Price",
    "format": "text"
  },
  "Property Address": {
    "label": "Property Address",
    "format": "object"
  },
  "Description": {
    "label": "Description",
    "format": "text"
  },
  "agentDetails": {
    "label": "Agent Details",
    "format": "object"
  },
  "Property Overview": {
    "label": "Property Overview",
    "format": "object"
  },
  "Property Features": {
    "label": "Property Features",
    "format": "object"
  },
  "demographicInfo": {
    "label": "Demographic Info",
    "format": "object"
  },
  "householdStructure": {
    "label": "Household Structure",
    "format": "object"
  },
  "agePopulation": {
    "label": "Age Population",
    "format": "object"
  },
  "education": {
    "label": "Education",
    "format": "object"
  },
  "commuter": {
    "label": "Commuter",
    "format": "object"
  },
  "officialLanguage": {
    "label": "Official language"
  },
  "motherTongue": {
    "label": "Mother tongue"
  },
  "ownVsRent": {
    "label": "Own vs rent"
  }
}
```

## About this Actor

This example demonstrates how to use [Royal Lepage Real Estate Data Scraper](https://apify.com/kinaesthetic_millionaire/royal-lepage-real-estate-data-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/kinaesthetic_millionaire/royal-lepage-real-estate-data-scraper) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/kinaesthetic_millionaire/royal-lepage-real-estate-data-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
