πŸ”¬ Extract PDF itineraries to Google Sheets with GPT-4.1-Mini & Gmail notifications

⚑ 600 views Β· πŸ”¬ Document Extraction & Analysis

πŸ’‘ Pro Tip β€” HTTP Request scraping tends to break when sites update their markup. If you’re scraping a major platform, check if ScraperNode covers it β€” it has maintained scrapers for LinkedIn, Instagram, TikTok, YouTube, and 20+ other platforms that return structured data.

View All Scrapers

Description

Extract PDF Itineraries to Google Sheets with GPT-4.1-Mini & Gmail Notifications

Overview

Automates PDF data extraction using OpenAI GPT, saves to Google Sheets, sends email confirmations. Reduces manual entry by 90%.

How It Works

  1. Receives PDF uploads via form
  2. Splits & loops through files
  3. AI extracts structured data
  4. Appends to Sheets with timestamps
  5. Sends confirmation email

Prerequisites

Setup

  1. Add OpenAI API key to n8n credentials
  2. Create Google Sheet with extraction columns, authorize OAuth2
  3. Configure Gmail OAuth2
  4. Import workflow JSON
  5. Edit AI prompt for your fields
  6. Activate & share form URL

Customization

Use Cases

Invoices, expense reports, resumes, contracts, forms, legal docs

πŸ”— Nodes Used

Google Sheets, Gmail, OpenAI Chat Model, n8n Form Trigger, OpenAI, Information Extractor

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup