Block 1 - Skyscanner API
- Type / Role
- n8n-nodes-base.httpRequest - httpRequest
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
This guide walks you through setting up an automated workflow that compares live flight fares across multiple booking platforms (e.g., Skyscanner, Akasa Air, Air India, IndiGo) using API calls, sor...
n8n-nodes-base.httprequest, n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, n8n-nodes-base.merge, n8n-nodes-base.function, n8n-nodes-base.emailsend, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Oneclick AI Squad.
Original n8n.io sourceThis guide walks you through setting up an automated workflow that compares live flight fares across multiple booking platforms (e.g., Skyscanner, Akasa Air, Air India, IndiGo) using API calls, sorts the results by price, and sends the best deals via email. Ready to automate your flight fare comparison process? Let’s get started!
Manual flight fare comparison is time-consuming and often misses the best deals. Here’s why this workflow is a game-changer:
Here’s the step-by-step magic behind the automation:
Importing this workflow in n8n is a straightforward process that allows you to use this pre-built solution to save time. Below is a step-by-step guide to importing the Flight Fare Comparison Workflow in n8n.
Obtain the Workflow JSON
Access the n8n Workflow Editor
Import the Workflow
Send a POST request to the workflow (if integrated with a webhook) with:
{
"origin": "DEL",
"destination": "BOM",
"departureDate": "2025-08-01",
"returnDate": "2025-08-07"
}
This workflow transforms flight fare comparison into an automated, efficient process, delivering the best deals directly to your inbox!
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 flight fares from Skyscanner, Air India & more with email alerts |
|---|---|
| Complexity | advanced |
| Nodes | 19 |
| Categories | Market Research |
| Author | Oneclick AI Squad |
| Published | 16 Jul 2025 |
Use the JSON export at /data/workflows/6054/6054.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 guide walks you through setting up an automated workflow that compares live flight fares across multiple booking platforms (e.g., Skyscanner, Akasa Air, Air India, IndiGo) using API calls, sor...
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.