Skip to main content

Track real estate competitor prices & features with Google Sheets & email alerts

Workflow preview

Workflow preview
100%
Track real estate competitor prices & features with Google Sheets & email alerts preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Competitor Price & Feature Tracker for Real Estate Projects Overview This solution monitors competitor pricing and features for real estate projects by fetching data from a competitor API, parsing ...

Best for

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

Tools used

n8n-nodes-base.cron, n8n-nodes-base.httprequest, n8n-nodes-base.function, n8n-nodes-base.googlesheets, n8n-nodes-base.if, n8n-nodes-base.wait, n8n-nodes-base.emailsend, 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 Oneclick AI Squad.

Original n8n.io source

1.1 Workflow description

Title
Track real estate competitor prices & features with Google Sheets & email alerts
Workflow name
Track real estate competitor prices & features with Google Sheets & email alerts

Competitor Price & Feature Tracker for Real Estate Projects

Overview

This solution monitors competitor pricing and features for real estate projects by fetching data from a competitor API, parsing it, logging it to Google Sheets, and sending email alerts for significant price changes. It runs on a scheduled basis to keep real-time track of market trends.

Operational Process

  • Set Cron: Triggers the workflow on a scheduled basis (e.g., hourly).
  • Fetch Competitor Data: Performs GET requests to retrieve competitor pricing and feature data (e.g., https://api.competitor.com).
  • Wait For Data: Introduces a delay to ensure data is fully retrieved.
  • Parse Data: Processes and extracts relevant pricing and feature details.
  • Log to Google Sheets: Appends the parsed data to a Google Sheet for tracking.
  • Check Price Change: Evaluates if there’s a significant price change.
  • Send Alert Email: Sends an email notification if a price change is detected.
  • No Action for Minor Changes: Skips action if no significant price change is found.

Implementation Guide

  • Import the workflow JSON into n8n.
  • Configure the Cron node for the desired schedule (e.g., every hour).
  • Set up the HTTP node with the competitor API URL (e.g., https://api.competitor.com).
  • Configure Google Sheets integration and specify the log sheet.
  • Test with a sample API call and verify email alerts.
  • Adjust price change thresholds in the Check Price Change node as needed.

Requirements

  • HTTP request capability for API data retrieval.
  • Google Sheets API for data logging.
  • Email service (e.g., SMTP) for alerts.
  • n8n for workflow automation and scheduling.

Customization Options

  • Adjust the Cron schedule for different intervals (e.g., daily).
  • Modify the HTTP node to fetch additional competitor data (e.g., features, availability).
  • Customize email alert content in the Send Alert Email node.
  • Enhance Google Sheets log with additional fields (e.g., timestamp, competitor name).
  • Add Slack or WhatsApp notifications for additional alert channels.

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

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

Block 2 - Fetch Competitor Data

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

Block 3 - Parse Data

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

Block 4 - Log to Google Sheets

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

Block 5 - Check Price Change

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

Block 6 - Wait For Data

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

Block 7 - Send Alert Email

Type / Role
n8n-nodes-base.emailSend - emailSend
Config choices
Version 2.1

Block 8 - Sticky Note

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

3. Summary Table

Workflow Track real estate competitor prices & features with Google Sheets & email alerts
Complexity intermediate
Nodes 8
Categories Market Research
Author Oneclick AI Squad
Published 30 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6685/6685.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 Track real estate competitor prices & features with Google Sheets & email alerts do?

Competitor Price & Feature Tracker for Real Estate Projects Overview This solution monitors competitor pricing and features for real estate projects by fetching data from a competitor API, parsing ...

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.