Skip to main content

Google Maps reviews to Google Sheets sync using SerpApi

Workflow preview

Workflow preview
100%
Google Maps reviews to Google Sheets sync using 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

Sync Google Maps Reviews to Google Sheets for Any Google Maps Query How it works This workflow accepts any query you might run on actual Google Maps to search for places. The search happens through...

Best for

  • Document Extraction automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.if, n8n-nodes-base.splitout, n8n-nodes-base.splitinbatches, n8n-nodes-serpapi.serpapi, n8n-nodes-base.stickynote, n8n-nodes-base.code, n8n-nodes-base.switch, 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 SerpApi.

Original n8n.io source

1.1 Workflow description

Title
Google Maps reviews to Google Sheets sync using SerpApi
Workflow name
Google Maps reviews to Google Sheets sync using SerpApi

Sync Google Maps Reviews to Google Sheets for Any Google Maps Query

How it works

This workflow accepts any query you might run on actual Google Maps to search for places. The search happens through SerpApi's Google Maps API.

Once the workflow receives place results from Google Maps, it loops through each place fetching reviews using SerpApi's Google Maps Reviews API. By default, the workflow will be limited to fetch up to 50 reviews per place. This can be customized in the 'Set Review Limit' node}.

The first page of reviews for a place will only return 8 reviews. All subsequent pages will return up to 20 reviews.

The fetched reviews are sent to a connected Google Sheet.

How to use

  1. Create a free SerpApi account here: https://serpapi.com/
  2. Add SerpApi credentials to n8n. Your SerpApi API key is here: https://serpapi.com/manage-api-key
  3. Connect your Google Sheets accounts to n8n. Help available here: https://n8n.io/integrations/google-sheets/
  4. Create a Google Sheet with these column headers: name, iso_date, rating, snippet
  5. Connect your Google Sheet in the 'Append Reviews' Google Sheet node
  6. Update the Search Query in the 'Search Google Maps' node to set your own query
  7. (Optional) Update the review limit from the default 50 in the 'Set Review Limit' node. Set it to a very high number (e.g. 50000) to get all possible reviews.
  8. Hit 'Test Workflow' to manually trigger the workflow.

Limitations

Can only retrieve the top 20 results from Google Maps. It won't paginate to get more results. The workflow could be extended to support Google Maps Pagination.

Warning

Each request to SerpApi consumes 1 search credit. Be mindful of how many search credits your account has before requesting more reviews than your account supports.

As an example, if a Google Maps query returns 20 results and you fetch the default limit of 50 reviews per page, this will use up to 61 SerpApi search credits.

Documentation

Google Maps API Google Maps Reviews API SerpApi n8n Node Intro Guide

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 - If - Local or Place Results

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 2 - Split Local Results

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

Block 3 - Loop Over Places

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 4 - Search Google Maps

Type / Role
n8n-nodes-serpapi.serpApi - serpApi
Config choices
Version 1

Block 5 - Sticky Note

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

Block 6 - Sticky Note1

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

Block 7 - Update Review Count & Next Page Token

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

Block 8 - Set num for Pagination

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

Block 9 - Route Next Step

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 3.2

Block 10 - Append Reviews

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

Block 11 - Split Reviews

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

Block 12 - If Reviews Present

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 13 - Get Reviews

Type / Role
n8n-nodes-serpapi.serpApi - serpApi
Config choices
Version 1

Block 14 - Execute Workflow

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

Block 15 - Sticky Note2

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

Block 16 - Sticky Note3

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

Block 17 - Sticky Note4

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

Block 18 - Sticky Note5

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

Block 19 - Sticky Note6

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

Block 20 - Set Review Limit

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

Block 21 - Initialize Vars

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

Block 22 - Sticky Note7

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

3. Summary Table

Workflow Google Maps reviews to Google Sheets sync using SerpApi
Complexity advanced
Nodes 22
Categories Document Extraction
Author SerpApi
Published 08 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8371/8371.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 Google Maps reviews to Google Sheets sync using SerpApi do?

Sync Google Maps Reviews to Google Sheets for Any Google Maps Query How it works This workflow accepts any query you might run on actual Google Maps to search for places. The search happens through...

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 Document Extraction use case.