πŸ“Š 🏀 Scrapping of European Union events with Google Sheets

⚑ 952 views Β· πŸ“Š Market Research & Insights

πŸ’‘ 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

Tags: Scrapping, Events, European Union, Networking

Context

Hey! I’m Samir , a Supply Chain Engineer and Data Scientist from Paris, and the founder of LogiGreen Consulting.

We use AI, automation, and data to support sustainable and data-driven operations across all types of organizations.

This workflow is part of our networking strategy (as a business) to track official EU events that may relate to topics we cover.

EU Events Example

> Want to stay ahead of critical EU meetings and events without checking the website every day?

This n8n workflow automatically scrapes the EU’s official event portal and logs the latest entries with clean metadata including date, location, category, and link.

πŸ“¬ For collaborations, feel free to connect with me on LinkedIn

Who is this template for?

This workflow is useful for:

What does it do?

This n8n workflow:

  1. 🌐 Scrapes the EU events portal for new meetings and conferences
  2. πŸ“… Extracts event metadata (title, date, location, type, and link)
  3. πŸ” Handles pagination across multiple pages
  4. 🚫 Checks for duplicates already stored
  5. πŸ“Š Saves new records into a connected Google Sheet

How it works

EU Event Scraper Workflow

  1. Triggered daily via cron
  2. HTTP node loads the event listing HTML
  3. Extract HTML blocks for each event article
  4. Parse event name, link, type, location, and full date
  5. Concatenate and clean dates for easy tracking
  6. Store non-duplicate entries in Google Sheets

The workflow uses static data to track pagination and ensure only new events are stored, making it ideal for building up a clean dataset over time.

What do I need to get started?

You’ll need:

Follow the Guide!

Sticky notes are included directly inside the workflow to guide you step-by-step through setup and customisation.

Thumbnail

πŸŽ₯ Watch My Tutorial

Notes

This workflow was built using n8n version 1.93.0
Submitted: June 1, 2025

πŸ”— Nodes Used

Google Sheets, HTTP Request, Schedule Trigger

πŸ“₯ Import

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

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