# Duproprio Profile Scraper (`getdataforme/duproprio-profile-scraper`) Actor

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.

- **URL**: https://apify.com/getdataforme/duproprio-profile-scraper.md
- **Developed by:** [GetDataForMe](https://apify.com/getdataforme) (community)
- **Categories:** Automation, Real estate, Lead generation
- **Stats:** 4 total users, 0 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $9.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Duproprio Profile Scraper

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

| Parameter | Type   | Required | Description | Example |
|-----------|--------|----------|-------------|---------|
| startUrls | array  | Yes      | An 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:

```json
{
  "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:

```json
[
  {
    "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:

- Email: support@getdataforme.com
- Subject line: "custom support"
- Contact form: https://getdataforme.com/contact/

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

***

# Actor input Schema

## `startUrls` (type: `array`):

URLs to start with.

## Actor input object example

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

# Actor output Schema

## `items` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

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

// Run the Actor and wait for it to finish
const run = await client.actor("getdataforme/duproprio-profile-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

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

# Run the Actor and wait for it to finish
run = client.actor("getdataforme/duproprio-profile-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "startUrls": [
    {
      "url": "https://duproprio.com/fr/estrie/brigham/maison-de-campagne-a-vendre/hab-1492-chemin-magenta-ouest-138193"
    }
  ]
}' |
apify call getdataforme/duproprio-profile-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,getdataforme/duproprio-profile-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/PvY5XmnDnDqr8w18h/builds/AywvqhYPamkMbluEp/openapi.json
