# Vancouver Realtor.ca Listings Under $1M

**Use case:** 

Extract Vancouver Realtor.ca property listings under $1M with prices, MLS numbers, addresses, photos, and listing agents.

## Input

```json
{
  "locations": [
    {
      "name": "Vancouver, BC",
      "latitudeMin": 49.18,
      "latitudeMax": 49.32,
      "longitudeMin": -123.28,
      "longitudeMax": -123.02
    }
  ],
  "startUrls": [],
  "maxItems": 100,
  "recordsPerPage": 50,
  "maxPrice": 1000000,
  "transactionTypeId": 2,
  "propertyTypeGroupId": 1,
  "propertySearchTypeId": 1,
  "proxyCountryCode": "CA"
}
```

## Output

```json
{
  "propertyId": {
    "label": "Property ID"
  },
  "mlsNumber": {
    "label": "MLS number"
  },
  "listingUrl": {
    "label": "Listing URL",
    "format": "link"
  },
  "price": {
    "label": "Price"
  },
  "propertyType": {
    "label": "Property type"
  },
  "addressText": {
    "label": "Address"
  },
  "city": {
    "label": "City"
  },
  "province": {
    "label": "Province"
  },
  "bedrooms": {
    "label": "Bedrooms"
  },
  "bathrooms": {
    "label": "Bathrooms"
  },
  "agentNames": {
    "label": "Agents"
  },
  "brokerageNames": {
    "label": "Brokerages"
  },
  "sourceSearch": {
    "label": "Source search"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Realtor.ca Property Listings Scraper](https://apify.com/automation-lab/realtor-ca-property-listings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/realtor-ca-property-listings-scraper) to learn more, explore other use cases, and run it yourself.