Fetch Squarespace Blog & Event Collections to Google Sheets — n8n Workflow

Low complexity Scheduled5 nodes🏷️ Miscellaneous👁 563 viewsby bangank36

Overview

Overview
This workflow retrieves all blog and event collection items from a Squarespace site and saves them into a Google Sheets spreadsheet. It uses pagination to fetch 20 items per request, ensuring all content is collected efficiently.

How It Works
The workflow queries your Squarespace blog and event collections.
It fetches data in paginated batches (20 items per page).
The retrieved data is formatted and inserted into Google Sheets.
The workflow runs on demand or on a schedule,

Nodes used

Google SheetsHTTP Request

Workflow Preview

Change this node
Edit the HTTP Request URL to your Squarespace blog URL
eg: https://beyondspace.studio/blog
Spreadsheet template
Clone this spreadsheet as reference
https://docs.google.com/spreadsheets/d/1HGc7o4mqMY1t9fX
S
Schedule Trigger
W
When clicking ‘Test work…
Fetch Squarespace blog
I
Iterate the collection i…
Squarespace collection S…
5 nodes4 edges

How it Works

  1. 1

    Trigger

    The workflow starts with a scheduled trigger, running on a defined schedule.

  2. 2

    Process

    Data flows through 5 nodes, connecting googlesheets, httprequest, manualtrigger.

  3. 3

    Output

    The workflow completes its automation and delivers the result to the configured destination.

Node Details (5)

GO

Google Sheets

googleSheets

#1
HT

HTTP Request

httpRequest

#2

How to Import This Workflow

  1. 1Click Download JSON button on the right to save the workflow file.
  2. 2Open your n8n instance. Go to Workflows → New → Import from file.
  3. 3Select the downloaded fetch-squarespace-blog-event-collections-to-google-sheets file and click Import.
  4. 4Set up credentials for each service node (API keys, OAuth, etc.).
  5. 5Click Test Workflow to verify everything works, then activate it.

Or paste directly in n8n → Import from JSON:

{ "name": "Fetch Squarespace Blog & Event Collections to Google Sheets", "nodes": [...], ...}

Integrations

googlesheetshttprequestmanualtriggerscheduletriggersplitout

Get This Workflow

Download and import in one click

Download JSONView on n8n.io
Nodes5
Complexitylow
Triggerscheduled
Views563

Created by

bangank36

bangank36

@bangank36

Tags

googlesheetshttprequestmanualtriggerscheduletriggersplitout

New to n8n?

n8n is a free, open-source workflow automation tool. Self-host it or use the cloud version.

Get n8n Free →

Related Miscellaneous Workflows