Block 1 - Parse & Validate Request
- Type / Role
- n8n-nodes-base.code - code
- Config choices
- Version 2
This workflow is provided as-is. Please review and test before using in production.
Hotel Price Comparison Workflow with Scrape.do This template requires a self hosted n8n instance to run. A complete n8n automation that extracts hotel prices from multiple booking platforms (Boo...
n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.formtrigger, n8n-nodes-base.merge, n8n-nodes-base.gmail, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Onur.
Original n8n.io sourceThis template requires a self-hosted n8n instance to run.
A complete n8n automation that extracts hotel prices from multiple booking platforms (Booking.com, Hotels.com, Expedia, etc.) using Scrape.do API, compares prices across platforms, and saves structured results into Google Sheets for price monitoring and decision-making.
This workflow provides an automated hotel price comparison solution that monitors hotel rates across different booking platforms for specific destinations and dates. Ideal for travel agencies, price comparison websites, travelers, and hospitality analysts who need real-time pricing insights without manual searching.
| Field | Description | Example |
|---|---|---|
| Hotel Name | Name of the hotel | Hilton Garden Inn Downtown |
| Destination | City or location | New York, NY |
| Check-in Date | Arrival date | 2025-12-15 |
| Check-out Date | Departure date | 2025-12-18 |
| Nights | Number of nights | 3 |
| Booking.com Price | Price from Booking.com | $450 |
| Hotels.com Price | Price from Hotels.com | $425 |
| Expedia Price | Price from Expedia | $440 |
| Best Price | Lowest price found | $425 |
| Best Platform | Platform with lowest price | Hotels.com |
| Savings | Difference from highest price | $25 |
| Average Rating | Average customer rating | 8.5/10 |
| Total Reviews | Number of reviews | 1,247 |
| Free Cancellation | Cancellation policy | Yes |
| Breakfast Included | Breakfast availability | No |
This workflow uses one Google Sheet with two tabs:
| Column | Type | Description | Example |
|---|---|---|---|
| Hotel Name | Text | Name of hotel (optional) | Hilton Garden Inn |
| Destination | Text | City or location | New York, NY |
| Check-in Date | Date | Arrival date (YYYY-MM-DD) | 2025-12-15 |
| Check-out Date | Date | Departure date (YYYY-MM-DD) | 2025-12-18 |
| Guests | Number | Number of guests | 2 |
| Rooms | Number | Number of rooms | 1 |
| Column | Type | Description | Example |
|---|---|---|---|
| Search Date | Timestamp | When search was performed | 2025-11-17 10:30:00 |
| Hotel Name | Text | Name of the hotel | Hilton Garden Inn Downtown |
| Destination | Text | City/location | New York, NY |
| Check-in | Date | Arrival date | 2025-12-15 |
| Check-out | Date | Departure date | 2025-12-18 |
| Nights | Number | Number of nights | 3 |
| Booking.com Price | Currency | Price from Booking.com | $450 |
| Hotels.com Price | Currency | Price from Hotels.com | $425 |
| Expedia Price | Currency | Price from Expedia | $440 |
| Best Price | Currency | Lowest price | $425 |
| Best Platform | Text | Cheapest platform | Hotels.com |
| Savings | Currency | Potential savings | $25 |
| Rating | Number | Average rating | 8.5 |
| Reviews | Number | Total reviews | 1,247 |
https://api.scrape.do/token=YOUR_SCRAPEDO_TOKENrender=true for JavaScript-heavy booking sitescountry=US (or target country) for localized resultsYOUR_GOOGLE_SHEET_ID and YOUR_GOOGLE_SHEETS_CREDENTIAL_IDYOUR_SCRAPEDO_TOKEN and API credits on Scrape.do dashboardrender=true)country parameter to Scrape.do request for localized pricingThis workflow provides a powerful foundation for automated hotel price comparison across multiple booking platforms using Scrape.do and Google Sheets.
You can extend it with:
Pro Tip: Schedule this workflow to run daily to catch early-bird discounts and flash sales automatically!
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 | Compare hotel prices across booking platforms with Scrape.do and Google Sheets |
|---|---|
| Complexity | advanced |
| Nodes | 16 |
| Categories | Market Research |
| Author | Onur |
| Published | 18 Nov 2025 |
Use the JSON export at /data/workflows/10949/10949.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.
Hotel Price Comparison Workflow with Scrape.do This template requires a self hosted n8n instance to run. A complete n8n automation that extracts hotel prices from multiple booking platforms (Boo...
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 use case.