HouseSigma Scraper avatar

HouseSigma Scraper

Pricing

from $1.30 / 1,000 results

Go to Apify Store
HouseSigma Scraper

HouseSigma Scraper

[πŸ’° $1.3 / 1K] Extract Canadian real estate data from HouseSigma β€” for-sale, sold, and lease listings with prices, sold history, HouseSigma estimates, MLS numbers, beds/baths, square footage, taxes, photos, and GPS. Search by city/region or paste URLs.

Pricing

from $1.30 / 1,000 results

Rating

0.0

(0)

Developer

SolidCode

SolidCode

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Pull Canadian real estate from HouseSigma at scale β€” for-sale, sold, and for-lease listings with HouseSigma's signature AI home-value estimate, full price-history timelines, MLS numbers, taxes, condo fees, square footage, and GPS coordinates in clean, analysis-ready rows. Search any city or paste a HouseSigma URL and get back structured data instead of copy-pasting one listing at a time. Built for Canadian real estate investors, agents, and market analysts who need HouseSigma's valuation and listing data in bulk without manual page-by-page collection.

Why This Scraper?

  • HouseSigma's AI home-value estimate on every listing β€” even sold ones β€” the machine-learned estimate that HouseSigma is known for, captured for for-sale, for-lease, and sold properties alike, ready for underwriting and CMA work.
  • Full price-history timeline with dated events β€” every list, sold, leased, and price-change event for a property, each with its date, price, and event type β€” not just the current asking price.
  • 7 property types Γ— 3 listing statuses of filtering β€” Detached, Semi-Detached, Townhouse, Condo Apartment, Condo Townhouse, Multiplex, and Land, crossed with For Sale, Sold, and For Lease.
  • ~28 structured fields per listing β€” MLS number, list price, beds/baths, square footage, lot size, annual property tax, monthly maintenance/condo fee, days on market, and full listing description in one flat row.
  • Split address plus GPS coordinates β€” street, city, province, postal code, and community broken into separate fields, with latitude/longitude on every listing for mapping and geo-analysis.
  • Up to ~48 photo URLs per listing β€” the full gallery, available as an optional toggle for the lightest possible runs when you don't need images.
  • Search by city name or paste any HouseSigma URL β€” type "Toronto, ON" or "Mississauga", or drop in a regional search or single-property HouseSigma link; filters baked into a URL are applied automatically.
  • Analysis-ready numeric output β€” prices, beds, baths, taxes, and fees arrive as numbers, not raw strings like "$1,250,000", so they drop straight into spreadsheets and dashboards.

Use Cases

Investment Analysis

  • Compare HouseSigma's AI estimate against the list price to spot under- or over-priced listings
  • Underwrite deals using days-on-market, property tax, and maintenance-fee data in one row
  • Track price-change events over time from the price-history timeline
  • Screen for cash-flow candidates by condo fee and property type

Comparative Market Analysis (CMA)

  • Pull recently sold listings with their HouseSigma estimate to build comps
  • Group sold and active listings by community and property type for a like-for-like view
  • Benchmark list-to-estimate spreads across neighbourhoods

Lead Generation

  • Build lists of fresh for-sale and for-lease listings by city and property type
  • Target newly listed homes using days-on-market and list-date fields
  • Filter to specific property types (condos, detached, multiplex) for niche outreach

Market Research & Trends

  • Map inventory by city, community, and status across Ontario and beyond
  • Track for-lease supply and pricing versus for-sale inventory
  • Measure absorption with days-on-market and list/sold dates over a region

Data Enrichment

  • Enrich an existing property database with MLS numbers, GPS coordinates, and estimates
  • Feed structured HouseSigma rows into analytics dashboards and BI tools
  • Geocode and plot listings using built-in latitude/longitude

Getting Started

Search a Single City

The simplest run β€” type a city and go:

{
"searchLocations": ["Toronto, ON"],
"maxResults": 50
}

Filtered Search with Full Detail and Photos

Detached homes for sale, enriched with price history, taxes, and the full photo gallery:

{
"searchLocations": ["Mississauga, ON", "Oakville, ON"],
"listingStatus": "for_sale",
"propertyType": "detached",
"maxResults": 300,
"includeDetails": true,
"includePhotos": true
}

Sold Comps for CMA

Recently sold condos β€” each row carries HouseSigma's AI estimate even where the exact sold price is masked at the source:

{
"searchLocations": ["Vancouver, BC"],
"listingStatus": "sold",
"propertyType": "condo_apt",
"maxResults": 200
}

Using HouseSigma URLs

Paste a regional search page or a single-property URL β€” filters in the URL are applied automatically:

{
"startUrls": [
"https://housesigma.com/on/toronto-real-estate"
],
"maxResults": 100,
"includeDetails": true
}

Input Reference

What to Scrape

ParameterTypeDefaultDescription
startUrlsstring[]["https://housesigma.com/on/toronto-real-estate"]Paste HouseSigma URLs β€” a regional search page or a single property page. The type is auto-detected, and any filters baked into the URL (status, price, type) are applied automatically. The Search Filters below do not apply to URLs.
searchLocationsstring[][]Search by city, region, or neighbourhood (e.g. "Toronto, ON", "Mississauga", "Vancouver"). No need to build URLs manually.

Search Filters

These apply only to Search Locations. When using URLs, all filters come from the URL itself.

ParameterTypeDefaultDescription
listingStatusselectFor SaleWhich listings to find: For Sale, Sold, or For Lease.
propertyTypeselectAll TypesFilter by type: All Types, Detached, Semi-Detached, Townhouse, Condo Apartment, Condo Townhouse, Multiplex, or Land.

Options

ParameterTypeDefaultDescription
maxResultsinteger100Maximum listings to collect across all URLs and searches. Set to 0 for unlimited. Start with 10-50 to test, then scale up.
includeDetailsbooleantrueFetch each listing's full detail page β€” description, price history, HouseSigma estimate, lot size, square footage, taxes, and maintenance fees. Slower but much richer. When off, only listing-summary fields are returned.
includePhotosbooleanfalseInclude the full photo gallery (image URLs) for each listing. Disable for the fastest, lightest runs.

Output

Each listing is one row. Here's a representative result with details and photos enabled:

{
"listingId": "abc123XYZ",
"mlsNumber": "W7654321",
"status": "for_sale",
"listPrice": 1250000,
"soldPrice": null,
"estimate": 1278000,
"addressLine": "123 Maple Avenue",
"city": "Toronto",
"province": "ON",
"postalCode": "M4E 2V1",
"community": "The Beaches",
"latitude": 43.6712,
"longitude": -79.2967,
"propertyType": "Detached",
"bedrooms": 4,
"bathrooms": 3,
"sqft": "2000-2500",
"lotSize": "30 x 120 Feet",
"daysOnMarket": 12,
"listDate": "2026-05-30",
"soldDate": null,
"maintenanceFee": null,
"propertyTax": 7480,
"description": "Beautifully renovated detached home steps from the boardwalk...",
"priceHistory": [
{ "date": "2026-05-30", "event": "For Sale", "price": 1250000, "priceSold": null, "type": "Sale" },
{ "date": "2021-04-12", "event": "Sold", "price": 1050000, "priceSold": 1065000, "type": "Sale" }
],
"photos": ["https://media.housesigma.com/example1.jpg"],
"url": "https://housesigma.com/on/toronto/123-maple-avenue/home/abc123XYZ/"
}

Core Fields

FieldTypeDescription
listingIdstringHouseSigma internal listing identifier
mlsNumberstringMLS listing number
statusstringNormalized status: for_sale, sold, for_lease, or leased
propertyTypestringDetached, Condo Apartment, Townhouse, etc.
daysOnMarketnumberDays the listing has been active
listDatestringDate the listing went live
soldDatestringDate sold or leased, if applicable
urlstringCanonical HouseSigma listing URL

Address & Location

FieldTypeDescription
addressLinestringStreet address
citystringCity or municipality
provincestringProvince code (e.g. ON, BC)
postalCodestringPostal code
communitystringNeighbourhood or community name
latitudenumberLatitude for mapping
longitudenumberLongitude for mapping

Pricing & Valuation

FieldTypeDescription
listPricenumberAsking / list price in CAD
soldPricenumberFinal sold price (public listings; masked on anonymous sold listings)
estimatenumberHouseSigma's AI home-value estimate β€” present even on sold listings
propertyTaxnumberAnnual property tax in CAD
maintenanceFeenumberMonthly maintenance / condo fee in CAD

Property Details

FieldTypeDescription
bedroomsnumberBedroom count
bathroomsnumberBathroom count
sqftstringFloor area as reported (often a range, e.g. "2000-2500")
lotSizestringLot dimensions as reported (e.g. "30 x 120 Feet")
descriptionstringFull listing remarks (detail mode only)

History & Media

FieldTypeDescription
priceHistoryobject[]Dated timeline of list / sold / leased / price-change events. Each event: date, event, numeric price, numeric priceSold, type (detail mode only)
photosstring[]Full gallery of listing image URLs (only when Include Photo Gallery is on)

Tips for Best Results

  • Start small β€” set maxResults to 10-50 on your first run to confirm the data fits your needs, then scale up.
  • Use sold listings for comps β€” sold rows include HouseSigma's AI estimate even where the exact sold price is masked at the source, so the estimate becomes your comparable value for CMA and underwriting.
  • Split hot markets to go past the cap β€” a single search returns at most 4,000 listings. To go deeper in a busy city, split the run by neighbourhood, property type, or price range across multiple search locations.
  • Toggle details for speed vs. depth β€” turn off Include Full Listing Details for fast summary-only runs; turn it on for description, price history, taxes, lot size, and the estimate.
  • Leave photos off unless you need them β€” the gallery adds up to ~48 image URLs per listing; disable it for the lightest, fastest runs.
  • Mix searches and URLs in one run β€” combine several city searches with pasted HouseSigma URLs to cover multiple markets at once.
  • Map with built-in coordinates β€” every listing ships latitude and longitude, so you can plot results directly without a separate geocoding step.

Pricing

From $1.30 per 1,000 results β€” richer per-listing data than other HouseSigma actors, including the AI estimate and full price history, at a lower entry price. No compute or time-based charges β€” you pay per result, plus a small fixed per-run start fee. Bronze, Silver, and Gold subscribers pay progressively less; the table below shows total cost at each discount tier.

ResultsNo discountBronzeSilverGold
100$0.16$0.15$0.14$0.13
1,000$1.55$1.45$1.40$1.30
10,000$15.50$14.50$14.00$13.00
100,000$155.00$145.00$140.00$130.00

A "result" is any listing row in the output dataset. The fixed per-run start fee is additional and is independent of the number of results.

Integrations

Export data in JSON, CSV, Excel, XML, or RSS. Connect to 1,500+ apps via:

  • Zapier / Make / n8n β€” Workflow automation
  • Google Sheets β€” Direct spreadsheet export
  • Slack / Email β€” Notifications on new results
  • Webhooks β€” Trigger custom APIs on run completion
  • Apify API β€” Full programmatic access

This actor is designed for legitimate real estate research, market analysis, and lead generation. Users are responsible for complying with applicable laws and HouseSigma's Terms of Service. Do not use extracted data for spam, harassment, or any unlawful purpose. Be mindful of privacy regulations and MLS rules when handling listing and contact data.