Housesigma $1๐Ÿ’ฐ Property Listings, Sold History & Agents avatar

Housesigma $1๐Ÿ’ฐ Property Listings, Sold History & Agents

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Housesigma $1๐Ÿ’ฐ Property Listings, Sold History & Agents

Housesigma $1๐Ÿ’ฐ Property Listings, Sold History & Agents

From $1/1K. Scrape housesigma.com listings across Ontario, BC, and Alberta. Search by city or paste URLs to extract prices, addresses, photos, room dimensions, school scores, price history, HouseSigma estimates, and sold statistics.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

AbotAPI

AbotAPI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

15 hours ago

Last modified

Share

HouseSigma Scraper (Canada Property Listings, Sold History & Agents)

Pull structured property data from HouseSigma across Ontario, British Columbia and Alberta. Search by city with full filters, or paste links, and get clean, structured records: addresses, prices, all photos, room dimensions, school scores, price history, the HouseSigma estimate and community sold statistics. No login, no cookies, no manual setup. Just run it.

Why this scraper?

  • No login or cookies required. Other HouseSigma tools make you copy your own account cookies before they work. This one runs anonymously out of the box.
  • Stable, structured output with far more fields than copy-paste tools, and it stays consistent even when the website layout changes.
  • Five modes, not one: search by filters, scrape links, fetch details by ID, browse the agent directory, and pull community sold-price statistics.
  • Rich detail per property: every photo, virtual tour link, all rooms with dimensions, key facts, property features, full price history, nearby school scores, the HouseSigma price estimate and community trends.
  • Powerful filters: status (for sale, for rent, sold, leased, de-listed), property type, price, bedrooms, bathrooms, garage, size and sort order, applied at the source.
  • Cheap and fast. Lightweight JSON requests over a standard datacenter connection. No heavy browser, so a typical run costs a fraction of a cent per listing.

Data you get

Sample shape, values are illustrative placeholders, not from a live listing.

FieldExample
idListing00000000000000AB
urlhttps://housesigma.com/on/toronto-real-estate/1-sample-st/home/00000000000000AB/
address1 Sample Street
municipalityToronto
communitySample Community
statusFor Sale
propertyTypeDetached
priceListed1200000
priceSold(Sign-in required)
bedrooms3
bathrooms2
sizeText1500 ftยฒ
latitude43.6500
longitude-79.3800
dateListed2026-01-01
photos["https://cache16.housesigma.com/file/pix/00000000/0000_1.jpg", "..."]
keyFacts{ "Tax": "$0,000 / 2025", "Lot Size": "00 x 000 feet", "Parking": "2 garages" }
rooms[{ "type": "Living", "level": "Main", "dimensions": "0.00 x 0.00" }]
priceHistory[{ "price": "0,000,000", "status": "For Sale", "date_start": "2026-01-01" }]
communityStats{ "price_sold_median": null, "dom_avg": null }
estimate{ "priceInt": 0, "confidence": 0.0, "rentInt": 0 }

Note: sold prices and MLS numbers are shown by HouseSigma only to signed-in users, so for sold and leased records those two fields come back as (Sign-in required). Every other field, including full address, photos, rooms, price history and community trends, is returned in full.

How to use

Search a city for properties on sale, with full details:

{
"mode": "search",
"province": "ON",
"locations": ["Toronto"],
"status": ["for-sale"],
"fetchDetails": true,
"maxItems": 50
}

Search with filters (3 bedroom detached homes, 800k to 1.5M, sorted cheapest first):

{
"mode": "search",
"locations": ["Mississauga", "Brampton"],
"status": ["for-sale"],
"propertyTypes": ["detached"],
"minBedrooms": 3,
"minPrice": 800000,
"maxPrice": 1500000,
"sortBy": "price-asc",
"maxItems": 100
}

Recently sold homes in the last 30 days:

{
"mode": "search",
"locations": ["Toronto"],
"status": ["sold"],
"soldDays": 30,
"maxItems": 200
}

Scrape specific links or IDs:

{
"mode": "url",
"urls": ["https://housesigma.com/on/toronto-real-estate/1-sample-st/home/00000000000000AB/"]
}

Community sold-price statistics:

{
"mode": "community",
"province": "ON",
"locations": ["Danforth"]
}

Input parameters

ParameterTypeDefaultDescription
modestringsearchsearch, url, detail, agent, or community.
provincestringONON, BC, or AB.
locationsarray[]City or community names. Empty searches the whole province.
statusarray[for-sale]for-sale, for-rent, sold, leased, de-listed.
propertyTypesarray[]Detached, Semi-Detached, Townhouse, Condo, Link, Multiplex, Vacant Land, Other.
minPrice / maxPriceintegernonePrice range in CAD.
minBedrooms / maxBedroomsintegernoneBedroom range (5 = 5+).
minBathroomsintegernoneMinimum bathrooms.
minGarageintegernoneMinimum garage spaces.
minSqft / maxSqftintegernoneInterior size range in square feet.
soldDaysinteger90For sold/leased/de-listed: only the last N days.
sortBystringnewestnewest, price-asc, price-desc.
urlsarray[]Listing links or area links (url mode).
listingsarray[]Listing IDs or links (detail mode).
fetchDetailsbooleantrueOpen each listing for the full detail payload.
maxItemsinteger50Stop after this many records. 0 = no limit.
maxPagesinteger5Max pages (20 listings each) per location.
proxyobjectApify Proxy (CA)Connection settings.

Output example

Sample shape, values are illustrative placeholders, not from a live listing.

{
"idListing": "00000000000000AB",
"url": "https://housesigma.com/on/toronto-real-estate/1-sample-st/home/00000000000000AB/",
"status": "For Sale",
"saleOrLease": "Sale",
"propertyType": "Detached",
"address": "1 Sample Street",
"municipality": "Toronto",
"community": "Sample Community",
"province": "Ontario",
"bedrooms": 3,
"bathrooms": 2,
"priceListed": 1200000,
"priceListedText": "1,200,000",
"priceSold": "(Sign-in required)",
"latitude": 43.6500,
"longitude": -79.3800,
"sizeText": "1500 ftยฒ",
"dateListed": "2026-01-01",
"photos": ["https://cache16.housesigma.com/file/pix/00000000/0000_1.jpg"],
"virtualTour": null,
"keyFacts": { "Tax": "$0,000 / 2025", "Lot Size": "00 x 000 feet", "Parking": "2 garages" },
"rooms": [{ "type": "Living", "level": "Main", "dimensions": "0.00 x 0.00" }],
"priceHistory": [{ "price": "1,200,000", "status": "For Sale", "date_start": "2026-01-01" }],
"estimate": { "priceInt": 1180000, "confidence": 0.8, "rentInt": 3500 }
}

Plan requirement

This actor runs on any Apify plan. The default Apify Proxy (Canada) works on the free tier. Residential proxy is optional and not required. Pick a paid plan only if you want higher throughput or wish to route through residential connections.