Skip to main content

Monitor Google Flights prices with Apify and send Slack alerts

Workflow preview

Workflow preview
100%
Monitor Google Flights prices with Apify and send Slack alerts preview
Open on n8n.io

1. Workflow Overview

How it works Checks Google Flights prices for different departure dates for given departure and destination place using the Apify scraper Runs every 10 minutes at night and once per hour during the...

Best for

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

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.slack, n8n-nodes-base.code, n8n-nodes-base.if, @apify/n8n-nodes-apify.apify, n8n-nodes-base.aggregate, 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 Redowan Ahmed Farhan.

Original n8n.io source

1.1 Workflow description

Title
Monitor Google Flights prices with Apify and send Slack alerts
Workflow name
Monitor Google Flights prices with Apify and send Slack alerts

How it works

  • Checks Google Flights prices for different departure dates for given departure and destination place using the Apify scraper
  • Runs every 10 minutes at night and once per hour during the day via a smart schedule gate
  • Aggregates all date results, finds the cheapest flight, builds a price calendar, and tracks price trends across runs
  • Sends a urgent price-drop alert to Slack when the price falls below the given price , or a regular status update when it does not

Set up steps

  • Takes about 10 minutes to configure
  • Connect your Apify account and confirm access to the Google Flights scraper actor
  • Authenticate your Slack workspace and verify the channel IDs for #price-drop, #regular-update, and #sales-team
  • Keep detailed node descriptions and field references in the sticky notes inside the workflow

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 - all dates full report

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.3

Block 3 - Smart Schedule Gate

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

Block 4 - Should Run Now?

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

Block 5 - Run an Actor and get dataset

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

Block 6 - Below $1,400?

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

Block 7 - Generate dates

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

Block 8 - Extract Cheapest for This Date

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

Block 9 - Collect All 18 Date Results

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

Block 10 - Find Cheapest & Decide

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

Block 11 - price drop Alert

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.3

Block 12 - normal update

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.3

Block 13 - Main Overview

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

Block 14 - Section 1: Trigger & Schedule

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

Block 15 - Section 2: Date Generation & Scraping

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

Block 16 - Section 3: Aggregation & Decision

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

Block 17 - Section 4: Slack Notifications

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

3. Summary Table

Workflow Monitor Google Flights prices with Apify and send Slack alerts
Complexity advanced
Nodes 17
Categories Market Research
Author Redowan Ahmed Farhan
Published 18 May 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15800/15800.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 Google Flights prices with Apify and send Slack alerts do?

How it works Checks Google Flights prices for different departure dates for given departure and destination place using the Apify scraper Runs every 10 minutes at night and once per hour during the...

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.