Skip to main content

Send weekly local review intelligence digests from Google Maps via MintAPI and OpenAI

Workflow preview

Workflow preview
100%
Send weekly local review intelligence digests from Google Maps via MintAPI and OpenAI preview
Open on n8n.io

1. Workflow Overview

Quick overview Monitor local competitor reviews from Google Maps, summarize complaint themes with OpenAI, and email a weekly action digest for local SEO, reputation management, and marketing teams....

Best for

  • Market Research automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.manualtrigger, n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.emailsend

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Send weekly local review intelligence digests from Google Maps via MintAPI and OpenAI
Workflow name
Send weekly local review intelligence digests from Google Maps via MintAPI and OpenAI

Quick overview

Monitor local competitor reviews from Google Maps, summarize complaint themes with OpenAI, and email a weekly action digest for local SEO, reputation management, and marketing teams.

How it works

  1. Runs on a weekly schedule or is started manually.
  2. Searches Google Maps via MintAPI for businesses matching your query, region, language, and maximum business limit.
  3. For each business found, fetches the newest Google Maps reviews via MintAPI up to the configured per-business limit.
  4. Filters and structures reviews to highlight low ratings and keyword-matched complaints, then builds a single prompt for OpenAI.
  5. Sends the prompt to the OpenAI Chat Completions API to generate a Markdown report, falling back to a raw Markdown summary if OpenAI fails.
  6. Emails the final digest to the configured recipient using your SMTP/email connection.

Setup

  1. Create a MintAPI account and API key at https://mintapi.dev.
  2. In n8n, create an HTTP Header Auth credential named MintAPI x-api-key header with header name x-api-key and your MintAPI API key as the value.
  3. Create an HTTP Header Auth credential named OpenAI Authorization header with header name Authorization and value Bearer YOUR_OPENAI_API_KEY
  4. Configure the email node with your SMTP or email credential.
  5. Open Template Settings and update the search query, region, language, business limit, review limit, alert keywords, sender email, and recipient email.
  6. Run the workflow manually once to verify the output, then activate the weekly schedule.

Requirements

  • MintAPI API key: https://mintapi.dev
  • OpenAI API key
  • SMTP or email credential in n8n
  • A local search query, for example med spas in Miami or `roofers in Austin

Customization

  • Change the local search query in Template Settings.
  • Adjust maxBusinesses and reviewsPerBusiness to control cost and report depth.
  • Edit alertKeywords to track issues that matter to your niche.
  • Replace the email node with Slack, Notion, Google Sheets, or Airtable.
  • Customize the OpenAI prompt in Build Review Intelligence Prompt to change the report format.

Additional info

This template uses MintAPI's Google Maps endpoints for local business search and review data. API details are available at https://mintapi.dev/apis/google-maps and in the MintAPI docs at https://docs.mintapi.dev.

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 Note

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

Block 2 - Sticky Note1

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

Block 3 - Sticky Note2

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

Block 4 - Sticky Note3

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

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

Block 7 - Manual Execution Trigger

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

Block 8 - When Monday at 9am

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 9 - Set Template Parameters

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

Block 10 - Fetch Google Maps Businesses

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

Block 11 - Prepare Competitor Data

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

Block 12 - Fetch Latest Business Reviews

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

Block 13 - Build AI Review Prompt

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

Block 14 - Generate Review Digest via OpenAI

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

Block 15 - Prepare Final Email Report

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

Block 16 - Send Final Email Report

Type / Role
n8n-nodes-base.emailSend - emailSend
Config choices
Version 2.1

3. Summary Table

Workflow Send weekly local review intelligence digests from Google Maps via MintAPI and OpenAI
Complexity advanced
Nodes 16
Categories Market Research, AI Summarization
Author Max
Published 03 Jun 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/16089/16089.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 Send weekly local review intelligence digests from Google Maps via MintAPI and OpenAI do?

Quick overview Monitor local competitor reviews from Google Maps, summarize complaint themes with OpenAI, and email a weekly action digest for local SEO, reputation management, and marketing teams....

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, AI Summarization use case.