Plan AI-powered travel itineraries with Apify, OpenAI, and Google Docs — n8n 工作流

复杂度 触发器15 个节点🏷️ Miscellaneous👁 1 次查看作者:Theodoros Mastromanolis

概览

Who is this for

Travel agencies, freelance travel planners, or anyone who wants to automate personalized trip planning by combining real-time hotel and flight data with AI-generated recommendations.

What this workflow does

Collects travel details (airports, dates, travelers) through an n8n form Scrapes the top 5 hotels from Booking.com sorted by review score via Apify Scrapes the best available flights from Google Flights via Apify Generates restaurant, attraction, and day-by-day itinerary re

使用的节点

HTTP RequestGoogle DocsCodeBasic LLM ChainOpenAI Chat Model

工作流预览

Try It Out!
Collect travel details via a form, then scrape flights
Great for travel agencies, personal trip plan
1. Trigger and input
The form collects departure/destination airports, dates
2. Parallel data fetching
Apify integration docs
Three tasks run in parallel: Booking.com scrapes top 5
3. Merge and process
All three data streams are merged into a single item. T
4. Generate Google Doc and respond
Google Docs node docs
A new Google Doc is created, populated with the formatt
model
T
Travel Form
S
Set Variables
B
Booking.com Scraper
HTTP Request Hotels
G
Google Flights Scraper
HTTP Request Flights
AI Recommendations
OpenAI Recommendations M…
M
Merge All Data
Process All Data
Create Document
Prepare Document Content
Update Document
Prepare Form Ending
F
Form Ending
15 nodes16 edges

工作原理

  1. 1

    触发器

    工作流由 触发器 触发器启动。

  2. 2

    处理

    数据流经 15 个节点, connecting @apify/n8n-nodes-apify.apify, chainllm, code。

  3. 3

    输出

    工作流完成自动化并将结果发送到配置的目标。

节点详情 (15)

HT

HTTP Request

httpRequest

#1
GO

Google Docs

googleDocs

#2
CO

Code

code

#3
BA

Basic LLM Chain

n8n-nodes-langchain.chainLlm

#4
OP

OpenAI Chat Model

n8n-nodes-langchain.lmChatOpenAi

#5

如何导入此工作流

  1. 1点击右侧 下载 JSON 按钮保存工作流文件。
  2. 2打开你的 n8n 实例,依次点击 工作流 → 新建 → 从文件导入
  3. 3选择下载的 plan-ai-powered-travel-itineraries-with-apify-openai-and-google-docs 文件并点击导入。
  4. 4为每个服务节点配置 凭证(API 密钥、OAuth 等)。
  5. 5点击 测试工作流 验证一切正常,然后激活它。

或直接在 n8n → 从 JSON 导入 中粘贴:

{ "name": "Plan AI-powered travel itineraries with Apify, OpenAI, and Google Docs", "nodes": [...], ...}

集成

@apify/n8n-nodes-apify.apifychainllmcodeformformtriggergoogledocshttprequestlmchatopenaimergeset

获取此工作流

一键下载并导入

下载 JSON在 n8n.io 上查看
节点15
复杂度medium
触发器trigger
查看次数1

创建者

Theodoros Mastromanolis

Theodoros Mastromanolis

@teomastro

标签

@apify/n8n-nodes-apify.apifychainllmcodeformformtriggergoogledocshttprequestlmchatopenaimergeset

n8n 新手?

n8n 是一款免费开源的工作流自动化工具,支持自托管或使用云版本。

免费获取 n8n →

Related Miscellaneous Workflows