Centris Broker Scraper
by ocrad
Automatically extract broker details from Centris.ca, including names, phone numbers, and listed properties. Perfect for real estate lead gen and market analysis.
Opens on Apify.com
About Centris Broker Scraper
Need to gather real estate broker data from Centris.ca without the manual hassle? I built this scraper because I was tired of copying and pasting details for my own market research. It pulls clean, structured data directly from Centris listings, giving you broker names, direct contact numbers, and their current property portfolios in a ready-to-use format. I use it to track active agents in specific neighborhoods and identify potential partners for investment projects. It saves hours of work, letting you focus on analysis instead of data collection. Whether you're compiling a targeted outreach list, analyzing local market saturation, or researching competitor activity, this tool turns a tedious web browsing task into a simple automated process. Just configure your target search parameters, run the actor, and get a spreadsheet or JSON file with all the details. It’s become a staple in my workflow for real estate lead generation and competitive intelligence.
What does this actor do?
Centris Broker Scraper is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.
Key Features
- Cloud-based execution - no local setup required
- Scalable infrastructure for large-scale operations
- API access for integration with your applications
- Built-in proxy rotation and anti-blocking measures
- Scheduled runs and webhooks for automation
How to Use
- Click "Try This Actor" to open it on Apify
- Create a free Apify account if you don't have one
- Configure the input parameters as needed
- Run the actor and download your results
Documentation
Centris Broker Scraper
Scrapes detailed real estate broker profiles from Centris.ca using Playwright. Optionally extracts their property listings and supports custom data extraction.
Overview
This actor visits Centris broker directory pages, extracts structured profile data, and can follow links to individual broker pages for deeper information. It's built on Apify's PlaywrightCrawler for reliable JavaScript rendering and navigation.
Key Features
Broker Profile Extraction
- Personal details: name, title, profile photo
- Contact info: phone, email, contact page URLs
- Identifiers: broker ID and profile ID
- Agency details: name, logo, agency type
Social Media Links
- Extracts LinkedIn, Facebook, Twitter/X, Instagram, YouTube, and TikTok profiles when available.
Optional Property Listings
- When enabled, fetches each broker's property listings including:
- Property URLs and unique IDs
- Photo galleries with full image URLs
- Titles, addresses, prices, and property types
- Thumbnail links via .property-thumbnail-summary-link selectors
Custom Data Extraction
- Use extendedOutputFunction to add custom scraping logic
- Full access to Playwright page object for advanced operations
- Custom errors don't break the main scraping process
- Merges custom data with standard broker output
How to Use
Input Configuration
Configure the actor with these parameters:
{
"startUrls": ["https://www.centris.ca/en/real-estate-brokers"],
"maxItems": 100,
"endPage": 5,
"addBrokerProperties": false,
"proxy": true,
"extendedOutputFunction": "return { customField: 'value' };"
}
Parameters Explained
- startUrls: Entry points for broker discovery (usually directory pages)
- maxItems: Maximum number of broker profiles to scrape (default: 100)
- endPage: Maximum directory pages to process (default: 5)
- addBrokerProperties: Set to true to include property listings (slower)
- proxy: Enables Apify Proxy for request rotation (recommended)
- extendedOutputFunction: JavaScript function returning additional data
Custom Data Extraction
The extendedOutputFunction receives three parameters:
- broker: The extracted broker object
- page: Playwright page object for additional scraping
- log: Logger for debugging
Basic Example
"extendedOutputFunction": "return {
scrapedAt: new Date().toISOString(),
source: 'centris'
};"
Advanced Example - Extract Reviews
"extendedOutputFunction": `
const customData = {};
try {
const rating = await page.$eval('.rating-stars',
el => el.getAttribute('data-rating'));
customData.rating = parseFloat(rating);
const reviewCount = await page.$eval('.review-count',
el => parseInt(el.textContent.match(/\\d+/)[0]));
customData.reviewCount = reviewCount;
} catch (e) {
// Elements not found
}
return customData;
`
Output
The actor outputs an array of broker objects. Each includes all extracted profile data, social media links, optional property listings, and any custom fields from extendedOutputFunction.
Typical output structure:
{
"name": "Broker Name",
"title": "Real Estate Broker",
"phone": "+1-234-567-8900",
"email": "broker@example.com",
"brokerId": "12345",
"agency": "Example Realty",
"socialMedia": {
"linkedin": "https://linkedin.com/in/broker",
"facebook": "https://facebook.com/broker"
},
"properties": [
{
"url": "https://centris.ca/property/123",
"id": "123",
"photos": ["https://.../photo1.jpg"],
"title": "Modern Downtown Condo",
"price": "$450,000"
}
],
"customField": "value"
}
Run the actor via Apify Console, API, or SDK. Use proxy configuration for production-scale runs.
Categories
Common Use Cases
Market Research
Gather competitive intelligence and market data
Lead Generation
Extract contact information for sales outreach
Price Monitoring
Track competitor pricing and product changes
Content Aggregation
Collect and organize content from multiple sources
Ready to Get Started?
Try Centris Broker Scraper now on Apify. Free tier available with no credit card required.
Start Free TrialActor Information
- Developer
- ocrad
- Pricing
- Paid
- Total Runs
- 177
- Active Users
- 13
Related Actors
Apartments.com Scraper 🏡
by epctex
Expedia Hotels 4.0
by jupri
Zillow Detail Scraper
by maxcopell
Idealista Scraper - Real Estate Data for Spain, Italy, Portugal
by igolaizola
Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.
Learn more about ApifyNeed Professional Help?
Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.
Trusted by millions | Money-back guarantee | 24/7 Support