Skip to main content

Monitor Realtor listings and export CSV/XLSX with MrScraper and Gmail

Workflow preview

Workflow preview
100%
Monitor Realtor listings and export CSV/XLSX with MrScraper and Gmail preview
Open on n8n.io

1. Workflow Overview

Automated real estate monitoring with MrScraper Who’s it for Real estate investors, agents, proptech teams, and business intelligence professionals who need continuous property price monitoring wit...

Best for

  • Market Research automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.code, n8n-nodes-base.splitinbatches, n8n-nodes-mrscraper.mrscraper, n8n-nodes-base.converttofile, n8n-nodes-base.gmail, n8n-nodes-base.scheduletrigger, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Jack.

Original n8n.io source

1.1 Workflow description

Title
Monitor Realtor listings and export CSV/XLSX with MrScraper and Gmail
Workflow name
Monitor Realtor listings and export CSV/XLSX with MrScraper and Gmail

Automated real estate monitoring with MrScraper

Who’s it for

Real estate investors, agents, proptech teams, and business intelligence professionals who need continuous property price monitoring with automated data collection and AI-ready outputs for reporting and decision-making.

What it does

This workflow automatically collects real estate listing data from Realtor, including key fields such as property price, listing title, and location. It is designed to capture the full set of available real estate data for the selected search criteria.

The workflow consolidates the scraped data into a single structured dataset, removes inconsistencies, and formats the output into a clean CSV file. This makes it easy to import into spreadsheets, databases, or analytics tools for further analysis, reporting, or automation.

How it works

  • Accepts a real estate search URL from the same domain, allowing the workflow to be reused across different locations and filters.

  • Collects and extracts configurable real estate fields (such as price, title, location, and other listing details) based on your data requirements.

  • Automatically navigates through all related real estate result pages to ensure the extracted dataset is complete.

  • Converts the final aggregated dataset into a clean CSV file for easy use in analysis, reporting, or downstream automation.

How to set up

1. Set up your scraper

Create two manual scrapers on the MrScraper Platform:

  • One scraper to collect the number of results page

  • One scraper to extract detailed data from each listing URL

This separation ensures the workflow can scale and be reused efficiently.

2. Customize extracted data

In the data extraction scraper, customize the fields according to your needs (for example: price, title, location, etc.).

If you need help automating or configuring the extraction logic, you can contact the MrScraper team for assistance.

3. Configure API credentials

  • MrScraper: Generate your API token from Manual API Access or your profile page. This token allows n8n to trigger and retrieve data from your scrapers.

  • Gmail OAuth2: Required to send the extracted CSV results via email.

  • Google Drive OAuth2 (optional): Used to automatically upload the CSV output to Google Drive for storage and sharing.

Requirements

MrScraper account to create and manage the scrapers Gmail account to receive the extracted results via email Google Drive account to store the extracted results (optional)

How to customize the workflow

  • Change scraper result – Customize the data extraction results in the scraper you have created.

  • Output file – Can be exported to CSV, JSON, XLSX, or other formats.

  • Integrate with other programs – Add nodes that connect with the desired programs.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - When clicking ‘Execute workflow’

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 2 - Filtering Result

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 3 - Loop Over Items

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 4 - Get Total Page

Type / Role
n8n-nodes-mrscraper.mrscraper - mrscraper
Config choices
Version 1.1

Block 5 - Extract Data

Type / Role
n8n-nodes-mrscraper.mrscraper - mrscraper
Config choices
Version 1.1

Block 6 - Filter and Merge Result

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 7 - Convert to File

Type / Role
n8n-nodes-base.convertToFile - convertToFile
Config choices
Version 1.1

Block 8 - Send a message

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.2

Block 9 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.3

Block 10 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 14 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Upload file

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 17 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 19 - Sticky Note8

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Monitor Realtor listings and export CSV/XLSX with MrScraper and Gmail
Complexity advanced
Nodes 19
Categories Market Research
Author Jack
Published 02 Mar 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/13797/13797.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Monitor Realtor listings and export CSV/XLSX with MrScraper and Gmail do?

Automated real estate monitoring with MrScraper Who’s it for Real estate investors, agents, proptech teams, and business intelligence professionals who need continuous property price monitoring wit...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research use case.