VOOZH about

URL: https://apify.com/getdataforme/duproprio-profile-scraper

⇱ Duproprio Profile Scraper · Apify


👁 Duproprio Profile Scraper avatar

Duproprio Profile Scraper

Pricing

from $9.00 / 1,000 results

Go to Apify Store

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.

Pricing

from $9.00 / 1,000 results

Rating

0.0

(0)

Developer

👁 GetDataForMe

GetDataForMe

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

0

Monthly active users

3 months ago

Last modified

Share

Introduction

The Duproprio Profile Scraper is a powerful Apify Actor designed to extract detailed property listings from Duproprio, a leading real estate platform in Canada. It automates the collection of comprehensive data on homes for sale, including pricing, location, features, and seller information, enabling efficient market analysis and research. This tool is ideal for real estate professionals, investors, and analysts seeking reliable, structured data without manual scraping.

Features

  • Comprehensive Data Extraction: Scrapes key details like price, address, property type, bedrooms, bathrooms, and descriptions from Duproprio listings.
  • Geolocation Support: Includes latitude and longitude for precise mapping and location-based analysis.
  • Image and Feature Collection: Captures property images and unique features such as waterfront access or heating systems.
  • High Reliability: Built on CheerioCrawler for fast, robust scraping with error handling to ensure data accuracy.
  • Structured JSON Output: Delivers clean, machine-readable data for easy integration into databases or analytics tools.
  • Scalable and Efficient: Handles multiple URLs concurrently, supporting large-scale data collection.
  • Customizable Inputs: Accepts a list of start URLs for targeted scraping of specific listings.

Input Parameters

ParameterTypeRequiredDescriptionExample
startUrlsarrayYesAn array of URLs to start scraping from. Each URL should point to a Duproprio property listing page.[{"url": "https://duproprio.com/fr/estrie/brigham/maison-de-campagne-a-vendre/hab-1492-chemin-magenta-ouest-138193"}]

Example Usage

To run the Actor, provide the input parameters in JSON format. Here's an example input:

{
"startUrls":[
{
"url":"https://duproprio.com/fr/estrie/brigham/maison-de-campagne-a-vendre/hab-1492-chemin-magenta-ouest-138193"
}
]
}

The Actor will output a JSON array of scraped property data. Example output:

[
{
"listingId":"138193",
"url":"https://duproprio.com/fr/estrie/brigham/maison-de-campagne-a-vendre/hab-1492-chemin-magenta-ouest-138193",
"title":"Maison de campagne à vendre Brigham 5 chambres 2 salles de bain",
"price":600000,
"currency":"CAD",
"address":{
"streetAddress":"1492, chemin Magenta Ouest",
"addressLocality":"Brigham",
"addressRegion":"QC",
"postalCode":"J2K 4A3",
"addressCountry":"Canada"
},
"geo":{
"latitude":"45.27631",
"longitude":"-72.82104"
},
"propertyType":"Maison-de-campagne",
"numberOfRooms":null,
"numberOfBedrooms":5,
"numberOfBathroomsTotal":2,
"numberOfFloors":1,
"livingSpaceArea":"1 272 pi² (118.17 m²)",
"lotSize":"43 070.71 pi² (4 001.4 m²)",
"yearBuilt":null,
"description":"Maison à huit côtés de 30x30 plus rallonge (construction 2003) 18.8x28. Très grand terrain bordé par la rivière Yamaska. Pour ceux et celles qui aiment la nature, sans être trop loin des grands centres. Possibilité bi-générationnelle ou loyer.",
"features":[
"Bord de l'eau",
"Bord de l'eau"
],
"images":[
"https://photos.duproprio.com/photos/public/for_sale/200907/138193/facade-maison-de-campagne-brigham-600-587740.jpg"
],
"parkingSpaces":"",
"heatingSystem":"",
"coolingSystem":"",
"basement":"",
"propertyTax":"",
"schoolTax":"",
"condoFees":"",
"characteristics":{},
"sellerPhone":"450 XXX-XXXX \n \n \n\n 450 XXX-XXXX (Afficher)\n \n \n\n 450 XXX-XXXX (Afficher)\n \n \n\n 450 XXX-XXXX (Afficher)",
"scrapedAt":"2026-02-12T11:28:33.262Z"
}
]

Use Cases

  • Market Research and Analysis: Gather data on property prices and trends in specific regions for investment decisions.
  • Competitive Intelligence: Monitor competitor listings and pricing strategies in the real estate market.
  • Price Monitoring: Track price changes on targeted properties over time for dynamic analysis.
  • Content Aggregation: Build databases of property listings for real estate websites or apps.
  • Academic Research: Collect data for studies on housing markets, demographics, or urban development.
  • Business Automation: Automate lead generation by extracting seller contact information for outreach.

Installation and Usage

  1. Search for "Duproprio Profile Scraper" in the Apify Store
  2. Click "Try for free" or "Run"
  3. Configure input parameters
  4. Click "Start" to begin extraction
  5. Monitor progress in the log
  6. Export results in your preferred format (JSON, CSV, Excel)

Output Format

The output is a JSON array of objects, each representing a scraped property listing. Key fields include:

  • listingId: Unique identifier for the listing.
  • url: Original URL of the listing.
  • title: Property title.
  • price and currency: Sale price and currency (e.g., CAD).
  • address: Structured address details including street, locality, region, postal code, and country.
  • geo: Latitude and longitude for geolocation.
  • propertyType: Type of property (e.g., Maison-de-campagne).
  • numberOfBedrooms, numberOfBathroomsTotal: Room counts.
  • livingSpaceArea, lotSize: Size details.
  • description: Full property description.
  • features: Array of property features.
  • images: Array of image URLs.
  • Additional fields like taxes, fees, and seller phone.
  • scrapedAt: Timestamp of scraping.

Data is extracted directly from Duproprio pages and may include null values if information is unavailable.

Support

For custom/simplified outputs or bug reports, please contact:

We're here to help you get the most out of this Actor!


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 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....

👁 User avatar

GetDataForMe

8

duProprio Property Scraper

ocrad/duproprio-property-scraper

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

Lovette Categories Spider

getdataforme/lovette-categories-spider

Scrape comprehensive UK property listings from Lovetts.net with this Apify Actor. Extracts prices, descriptions, images, and specs for efficient market insights. Features flexible URLs, clean JSON output, error handling, and scalable performance. Perfect for real estate professionals and investors.

👁 User avatar

GetDataForMe

2

Zoopla Sales Scraper

getdataforme/zoopla-sales-scraper

Extract comprehensive property sales data from Zoopla effortlessly. This Apify Actor scrapes key details like prices, features, images, and agent info, ideal for real estate professionals, investors, and analysts....

👁 User avatar

GetDataForMe

10

Benchmarkrealtytn Url Scraper

getdataforme/benchmarkrealtytn-url-scraper

Extract comprehensive real estate data from Benchmark Realty TN listings with ease. This Apify Actor scrapes detailed property info, including prices, features, photos, and agent details, delivering structured JSON output....

👁 User avatar

GetDataForMe

1

Fast Property24 | Search | Property | Scraper (Richest output)

memo23/property24-scraper

Extract comprehensive South African property data including detailed listings, agent info, high-res images, and market trends. Get structured JSON output with fields for pricing, location, features, and historical data. Perfect for real estate analysis and investment research.

👁 User avatar

Muhamed Didovic

101

5.0

Bayut Property Search Scraper

ecomscrape/bayut-property-search-scraper

Advanced Bayut.com property scraper for extracting comprehensive real estate data from UAE's leading property portal. Get detailed property information, pricing, agent contacts, and market insights with automated data collection for real estate professionals, investors, and analysts.

ecomscrape

22

Montenegro Productdetails Spider

getdataforme/montenegro-productdetails-spider

Extract detailed real estate data from Montenegro Prospects listings, including prices, locations, descriptions, and contacts. Ideal for professionals, investors, and analysts conducting market research. Features accurate, scalable scraping with flexible URL inputs and clean JSON output.

👁 User avatar

GetDataForMe

2

Domain Property Search Scraper

stealth_mode/domain-property-search-scraper

Efficiently scrape property listings from Domain.com.au, Australia's leading real estate platform. Extract comprehensive data including prices, features, images, and auction details. Perfect for real estate market analysis, property investment research, and competitive intelligence.

👁 User avatar

Stealth mode

30