# Scrape HouseSigma Toronto for-sale map listings

**Use case:** 

Extract for-sale property listings from HouseSigma Toronto map view with prices, beds, baths, and days on market.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://housesigma.com/on/map/?status=for-sale&page=2"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "debugMode": false,
  "listType": "1",
  "mapZoom": 13,
  "cookies": []
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "picture": {
    "label": "Picture"
  },
  "houseType": {
    "label": "House type"
  },
  "address": {
    "label": "Address"
  },
  "status": {
    "label": "Status"
  },
  "dateAdded": {
    "label": "Date added"
  },
  "community": {
    "label": "Community"
  },
  "municipality": {
    "label": "Municipality"
  },
  "municipalityArea": {
    "label": "Municipality area"
  },
  "country": {
    "label": "Country"
  },
  "province": {
    "label": "Province"
  },
  "crossStreet": {
    "label": "Cross street"
  },
  "bedroom": {
    "label": "Bedroom"
  },
  "bedroomPlus": {
    "label": "Bedroom plus"
  },
  "washroom": {
    "label": "Washroom"
  },
  "garage": {
    "label": "Garage"
  },
  "price": {
    "label": "Price"
  },
  "brokerage": {
    "label": "Brokerage"
  },
  "tax": {
    "label": "Tax"
  },
  "propertyType": {
    "label": "Property type"
  },
  "buildingAge": {
    "label": "Building age"
  },
  "houseArea": {
    "label": "House area"
  },
  "lotSize": {
    "label": "Lot size"
  },
  "parking": {
    "label": "Parking"
  },
  "basement": {
    "label": "Basement"
  },
  "listing": {
    "label": "Listing"
  },
  "dataSource": {
    "label": "Data source"
  },
  "daysOnSite": {
    "label": "Days on site"
  }
}
```

## About this Actor

This example demonstrates how to use [Housesigma.com Scraper](https://apify.com/lexis-solutions/housesigma) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/housesigma) to learn more, explore other use cases, and run it yourself.