Block 1 - When clicking βExecute workflowβ
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow automates the process of scraping real estate property listings from websites using ScrapeGraph AI , extracting structured data, and saving it to a Google Sheet . It is designed to ha...
n8n-nodes-base.manualtrigger, n8n-nodes-base.splitinbatches, n8n-nodes-base.splitout, n8n-nodes-base.aggregate, n8n-nodes-base.limit, @n8n/n8n-nodes-langchain.lmchatgooglegemini, n8n-nodes-base.wait, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Davide Boizza.
Original n8n.io sourceThis workflow automates the process of scraping real estate property listings from websites using ScrapeGraph AI, extracting structured data, and saving it to a Google Sheet. It is designed to handle paginated listing pages and can be adapted to any real estate site that uses URL parameters for pagination.
NOTE: This workflow has been tested with Immobiliare.it, the #1 real estate website in Italy. However, it is designed to be adaptable by modifying the pagination parameter and the listing URL pattern, you can use it with any real estate website that structures its listings with URL-based pagination.
Business Use Cases:
Automatically collects real estate listings without manual browsing.
Uses AI instead of rigid selectors:
The defined JSON schema ensures:
Can easily scale:
Google Sheets uses URL matching to:
The workflow is modular and reusable:
The workflow is structured in two main phases:
pag for Immobiliare.it). The workflow is fully automated and can scale to handle multiple listing pages and hundreds of individual property URLs.
To use this workflow, follow these steps:
Import the workflow into your n8n instance.
Configure credentials:
url: The base URL of the listing page (without pagination parameters).max_pages: The number of pages to scrape.page_format_value: The query parameter used for pagination (e.g., pag for Immobiliare.it).https://www.xxx.it/xxx/xxxx).π Subscribe to my new YouTube channel. Here Iβll share videos and Shorts with practical tutorials and FREE templates for n8n.
Contact me for consulting and support or add me on Linkedin.
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.
| Workflow | Automate Real Estate Listing Scraper π π€ with ScrapeGraph AI and Google Sheets |
|---|---|
| Complexity | advanced |
| Nodes | 22 |
| Categories | Market Research, AI Summarization |
| Author | Davide Boizza |
| Published | 24 Feb 2026 |
Use the JSON export at /data/workflows/13657/13657.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
This workflow automates the process of scraping real estate property listings from websites using ScrapeGraph AI , extracting structured data, and saving it to a Google Sheet . It is designed to ha...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.