# Windsor Rental Listings

**Use case:** 

Collect rental listings in Windsor with full details.

## Input

```json
{
  "searchQueries": [
    "Windsor, Ontario"
  ],
  "maxListings": 40,
  "withDetails": true,
  "transactionType": "For Rent",
  "priceMin": 1100,
  "priceMax": 2500,
  "beds": 2,
  "enrichContacts": false,
  "enrichContactsMax": 50
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Photo",
    "format": "image"
  },
  "mlsNumber": {
    "label": "MLS #",
    "format": "text"
  },
  "priceFormatted": {
    "label": "Price",
    "format": "text"
  },
  "addressText": {
    "label": "Address",
    "format": "text"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "text"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "agentName": {
    "label": "Agent",
    "format": "text"
  },
  "agentPhone": {
    "label": "Agent Phone",
    "format": "text"
  },
  "brokerageName": {
    "label": "Brokerage",
    "format": "text"
  },
  "listingUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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