Skip to main content

Track real estate market pain points with Apify, GPT-4o and Telegram alerts

Workflow preview

Workflow preview
100%
Track real estate market pain points with Apify, GPT-4o and Telegram 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

How it works This workflow runs on a daily schedule. It starts by scraping real estate related queries from Google using Apify. The organic search results are parsed and summarized into a single te...

Best for

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

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.httprequest, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.airtable, n8n-nodes-base.telegram, @n8n/n8n-nodes-langchain.lmchatopenai, 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 Marth.

Original n8n.io source

1.1 Workflow description

Title
Track real estate market pain points with Apify, GPT-4o and Telegram alerts
Workflow name
Track real estate market pain points with Apify, GPT-4o and Telegram alerts

How it works

This workflow runs on a daily schedule. It starts by scraping real estate-related queries from Google using Apify. The organic search results are parsed and summarized into a single text block. That text is then sent to an AI model (GPT-4o) which extracts the top 3 pain points faced by real estate agents based on current online sentiment. The workflow compares today's insights with yesterday's data stored in Airtable to detect recurring or new pain points. Finally, it sends a summary notification via Telegram and stores the current day's insights into Airtable for trend tracking.

How to set up

  1. Clone or import the workflow into your n8n instance.
  2. Get an Apify API token and insert it into the HTTP Request node.
  3. Create an Airtable base with a table containing two fields: "Date" (text) and "Summary" (long text). Copy the Base ID and Table ID into the Airtable nodes.
  4. Connect your Telegram bot and replace the chat ID in the Telegram node.
  5. Set up OpenAI credentials with GPT-4o or GPT-4o-mini for the LLM node.
  6. Run once manually to test, then activate the schedule trigger to run daily.
  7. (Optional) Extend the flow to generate cold outreach emails based on pain points, or sync to Notion/CRM.

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 - Schedule Trigger

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

Block 2 - Apify Scraper

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

Block 3 - Extract Summary

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

Block 4 - Extract Pain Points

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1

Block 5 - Read Yesterday Pain Points

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

Block 6 - Compare Pain Points

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

Block 7 - Telegram Notifier

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

Block 8 - Store to Airtable

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

Block 9 - OpenAI Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

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

3. Summary Table

Workflow Track real estate market pain points with Apify, GPT-4o and Telegram alerts
Complexity advanced
Nodes 15
Categories Market Research, AI Summarization
Author Marth
Published 14 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/5984/5984.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 market pain points with Apify, GPT-4o and Telegram alerts do?

How it works This workflow runs on a daily schedule. It starts by scraping real estate related queries from Google using Apify. The organic search results are parsed and summarized into a single te...

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, AI Summarization use case.