Skip to main content

Scrape Google Events data to Google Sheets via SerpApi

Workflow preview

Workflow preview
100%
Scrape Google Events data to Google Sheets via SerpApi preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Description This workflow automates the process of scraping Google Events data using SerpApi and organizing it in Google Sheets for analysis and tracking. Who's it for Event organizers who need to ...

Best for

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

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.manualtrigger, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.googlesheets

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Naveen Choudhary.

Original n8n.io source

1.1 Workflow description

Title
Scrape Google Events data to Google Sheets via SerpApi
Workflow name
Scrape Google Events data to Google Sheets via SerpApi

Description

This workflow automates the process of scraping Google Events data using SerpApi and organizing it in Google Sheets for analysis and tracking.

Who's it for

  • Event organizers who need to monitor competitor events in their area
  • Marketing teams tracking local events for partnership opportunities
  • Researchers collecting event data for analysis
  • Business owners monitoring industry events and conferences

How it works

The workflow searches Google Events using SerpApi's Google Events engine, processes the returned data, and saves it to a Google Sheets spreadsheet. It handles pagination automatically to collect multiple events and flattens the nested API response into a structured format.

What it does

  1. Configures search parameters - Sets the search query, total events to fetch, and pagination settings
  2. Fetches events via SerpApi - Makes paginated requests to Google Events API with proper rate limiting
  3. Processes and flattens data - Transforms nested event data into a flat structure with all relevant fields
  4. Saves to Google Sheets - Appends the processed events to a Google Sheets document for easy analysis

Requirements

How to set up

  1. Configure SerpApi credentials in the HTTP Request node
  2. Set up Google Sheets OAuth2 authentication
  3. Update the Google Sheets document ID in the final node to point to your copy
  4. Modify search parameters in the "Set Search Parameters" node:
    • Change query to your desired search terms
    • Adjust total_events (10 events per page)
    • Set start position for pagination
  5. Run the workflow using the manual trigger

How to customize the workflow

  • Search terms: Modify the query in the Set node (e.g., "conferences in New York", "music events Los Angeles")
  • Event count: Adjust total_events to fetch more or fewer events
  • Output format: Modify the Google Sheets column mapping to include/exclude specific fields
  • Rate limiting: Adjust the requestInterval in the HTTP Request node if needed
  • Scheduling: Replace the Manual Trigger with a Schedule Trigger for automated runs

Output data includes

  • Event title, description, and direct link
  • Start date and timing information
  • Venue and address details
  • Ticket information and pricing
  • Event location map links
  • Event images
  • Original search query for tracking

Note: This workflow respects SerpApi rate limits with built-in delays between requests and processes up to 10 events per API call efficiently.

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 - Sticky Note1

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

Block 2 - Sticky Note2

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

Block 3 - Sticky Note3

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

Block 4 - Sticky Note

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

Block 5 - Sticky Note4

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

Block 6 - Manual Trigger

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

Block 7 - Set Search Parameters

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 8 - SerpApi Events Request

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 9 - Process & Flatten Events

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

Block 10 - Save to Google Sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

3. Summary Table

Workflow Scrape Google Events data to Google Sheets via SerpApi
Complexity intermediate
Nodes 10
Categories Market Research
Author Naveen Choudhary
Published 17 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6105/6105.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 Scrape Google Events data to Google Sheets via SerpApi do?

Description This workflow automates the process of scraping Google Events data using SerpApi and organizing it in Google Sheets for analysis and tracking. Who's it for Event organizers who need to ...

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.