VOOZH about

URL: https://apify.com/ocrad/duproprio-property-scraper

โ‡ฑ duProprio Property Scraper ยท Apify


Pricing

from $7.00 / 1,000 results

Go to Apify Store

duProprio Property Scraper

Scrapes property listings from DuProprio.com for mortgage prices, address, city, type, availability, tags, and room dimensions.

Pricing

from $7.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Ocrad

Ocrad

Maintained by Community

Actor stats

0

Bookmarked

9

Total users

2

Monthly active users

4 days

Issues response

7 days ago

Last modified

Share

DuProprio Property Scraper

๐Ÿ‘ DuProprio Property Scraper


๐Ÿ” What it does

This Actor scrapes property listings from DuProprio.com โ€” Canada's largest private real estate platform. By providing any search results URL, you can retrieve structured property data across all listing types (for sale, for rent, commercial).

With this Actor, you can:

  • Get Listing Overviews: Extract price, address, city, property type, availability, tags, and thumbnail photos from search result pages.
  • Access Deep Property Details: Enable detailedInfo to visit each listing page and extract room dimensions, living space area, full feature groups, and property features.
  • Retrieve Mortgage Estimates: Capture DuProprio's built-in mortgage calculator outputs โ€” mortgage amount and estimated payments.

๐Ÿ“ Example Output

Basic (detailedInfo: false)

{
"id":"1119778",
"url":"https://duproprio.com/en/monteregie/bromont/condominium-for-sale/271-rue-brodeur-1119778",
"title":"271 rue Brodeur, Bromont for sale",
"price":"$749,000",
"city":"Bromont",
"address":"271 rue Brodeur",
"typeAndIntro":"Condominium for sale โ€“ Bright and spacious corner unit on the 3rd floor of a prestigious building in the heart of Bromont...",
"availability":null,
"tags":[
"Inground Pool",
"Open house"
],
"imageUrl":"https://photos.duproprio.com/photos/public/for_sale/202501/1119778/condominium-bromont-600-14823456.jpg",
"scrapedAt":"2026-03-19T15:42:20.171Z"
}

Detailed (detailedInfo: true)

{
"id":"1119778",
"url":"https://duproprio.com/en/monteregie/bromont/condominium-for-sale/271-rue-brodeur-1119778",
"title":"271 rue Brodeur, Bromont for sale",
"price":"$749,000",
"city":"Bromont",
"address":"271 rue Brodeur",
"typeAndIntro":"Condominium for sale โ€“ Bright and spacious corner unit on the 3rd floor of a prestigious building in the heart of Bromont...",
"availability":null,
"tags":[
"Inground Pool",
"Open house"
],
"imageUrl":"https://photos.duproprio.com/photos/public/for_sale/202501/1119778/condominium-bromont-600-14823456.jpg",
"bedrooms":"2",
"bathrooms":"2",
"levels":"1",
"livingSpaceArea":"1,150 ftยฒ (106.84 mยฒ)",
"propertyFeatures":{
"Asking Price":"$749,000",
"Year of construction":"2018",
"Certificate of Location":"Yes",
"Municipal evaluation":"$612,400",
"Municipal evaluation's date":"2024",
"Lot's municipal evaluation":"$80,000",
"Building's municipal evaluation":"$532,400",
"Common expenses / Condo fees":"$425 / monthly",
"Taxes year":"2024",
"Municipal Taxes":"$4,210",
"School taxes":"$320"
},
"featureGroups":[
{
"category":"Services",
"items":[
"Hot water",
"Electricity",
"Air exchange system"
]
},
{
"category":"Heating source",
"items":[
"Electric",
"Heat-pump"
]
},
{
"category":"Kitchen",
"items":[
"Quartz countertop",
"Dishwasher",
"Central island"
]
},
{
"category":"Pool",
"items":[
"Inground",
"Heated"
]
},
{
"category":"Garage",
"items":[
"Attached",
"Heated",
"1 space"
]
},
{
"category":"Location",
"items":[
"Near park",
"Near ski hill",
"Residential area"
]
},
{
"category":"Near Commerce",
"items":[
"Supermarket",
"Restaurant",
"Bank"
]
},
{
"category":"Near Recreational Services",
"items":[
"Cycling path",
"Cross-country skiing",
"Downhill skiing"
]
}
],
"rooms":[
{
"room":"Living room",
"storey":"Main floor",
"dimensions":"20' x 14' (6.10 m x 4.27 m)",
"flooring":"Hardwood"
},
{
"room":"Dining room",
"storey":"Main floor",
"dimensions":"12' x 10' (3.66 m x 3.05 m)",
"flooring":"Hardwood"
},
{
"room":"Kitchen",
"storey":"Main floor",
"dimensions":"14' x 10' (4.27 m x 3.05 m)",
"flooring":"Ceramic"
},
{
"room":"Primary bedroom",
"storey":"Main floor",
"dimensions":"14' x 12' (4.27 m x 3.66 m)",
"flooring":"Hardwood"
},
{
"room":"Bedroom 2",
"storey":"Main floor",
"dimensions":"11' x 10' (3.35 m x 3.05 m)",
"flooring":"Hardwood"
},
{
"room":"Bathroom",
"storey":"Main floor",
"dimensions":"9' x 7' (2.74 m x 2.13 m)",
"flooring":"Ceramic"
},
{
"room":"Ensuite bathroom",
"storey":"Main floor",
"dimensions":"8' x 6' (2.44 m x 1.83 m)",
"flooring":"Ceramic"
}
],
"mortgageAmount":"$511,200",
"myPayments":"$719 Weekly",
"scrapedAt":"2026-03-19T15:42:20.171Z"
}

๐ŸŽฏ How It Works

  1. Input: Provide any DuProprio search results URL (copy it directly from your browser after applying filters) and the number of pages to scrape.
  2. Listing pages: The Actor loads each result page and extracts all property cards โ€” price, city, address, type, tags, and thumbnail.
  3. Detail pages (optional): When detailedInfo is enabled, the Actor visits each listing's page to extract room dimensions, property features, feature groups, and mortgage estimates.
  4. Output: All data is stored as structured JSON records in the Apify dataset, ready to download as JSON, CSV, or XLSX.

Example Input

{
"url":"https://duproprio.com/en/search/list?search[is_for_sale]=1&search[property_type][]=1",
"maxPages":5,
"detailedInfo":true
}

Apply any filters on DuProprio (region, price range, property type, etc.) and copy the resulting URL directly into the url field.


๐Ÿ’ฌ Support and Feedback

Need help or have suggestions? Leave a review on the Actor's Apify page or reach out via Apify support. We monitor DuProprio's page structure and aim to keep the scraper up to date with any site changes.

You might also like

DuProprio Property Scraper

aitorsm/duproprio

DuProprio Scraper: Extract comprehensive property data from Canada's leading for-sale-by-owner platform. Get detailed listings, pricing, features, taxes, photos, and more for real estate market research, investment analysis, and lead generation. Perfect for investors, agents, and analysts.

๐Ÿ‘ User avatar

Aitor Sanchez-Mansilla

16

Duproprio Profile Scraper

getdataforme/duproprio-profile-scraper

Extract detailed property listings from Duproprio, including prices, locations, features, and images. This scalable Apify Actor automates data collection for real estate professionals, investors, and analysts, delivering structured JSON output for efficient market research and investment insights.

Duproprio Search Scraper

getdataforme/duproprio-search-scraper

Extract real estate listings from Duproprio effortlessly with this Apify Actor. Perform keyword-based searches to gather structured data on properties, including prices, addresses, photos, and more. Key features: configurable limits, high-reliability scraping, and flexible JSON/CSV exports....

Realtor.com Property Listings Scraper

crawlio/realtor-property-listings-scraper

Extract Realtor.com property listings, full property details, photos, prices, agents, locations, similar homes, surroundings, and mortgage estimates from search results or known property IDs. Built for real estate leads, market research, and property data collection.

Auction.com Property Scraper

parseforge/auction-com-property-scraper

Scrape property auction listings from Auction.com. Extract property details including address, price, auction date, property type, square footage, bedrooms, bathrooms, and more. Supports filtering by state, property type, and price range.

72

5.0

Australian Property Listings Web Scraper

scrapemind/AusScraper

Extract detailed property listings data from Australia including sold, rent and buy listings with full property details, agent information, and property features.

414

5.0

Domain.com.au Property Scraper ๐Ÿ 

easyapi/domain-com-au-property-scraper

๐Ÿ  Extract comprehensive property listings from Domain.com.au with advanced features. Get detailed property information including prices, images, agent details, and location data. Perfect for real estate analysis, market research, and property tracking.

Booking.com Property Scraper

scrapyspider/booking-property-scraper

Extract property details from Booking.com listings. Get title, address, price, coordinates, rating, and host info in structured JSON. Supports property URLs and search pages. No login required.

Australian Property Listings Web Scraper | Usage

scrapemind/australian-property-listings-web-scraper-usage

Extract detailed property listings data from Australia including sold, rent and buy listings with full property details, agent information, and property features.

Bayut Property Listings Scraper

codingfrontend/bayut-list-search-scraper

Scrapes property listings from Bayut.com (UAE's largest real estate portal) โ€” search by purpose, type, city, and keyword.

๐Ÿ‘ User avatar

Coding Frontned

2