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

Go to Workflow
1 views
Built by Max Max
Created on June 03, 2026

Description

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

Setup
Create a MintAPI account and API key at https://mintapi.dev.
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.
Create an HTTP Header Auth credential named OpenAI Authorization header with header name Authorization and value Bearer YOUR_OPENAI_API_KEY
Configure the email node with your SMTP or email credential.
Open Template Settings and update the search query, region, language, business limit, review limit, alert keywords, sender email, and recipient email.
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.

Nodes Used (3)

Code
n8n-nodes-base.code
HTTP Request
n8n-nodes-base.httpRequest
Send Email
n8n-nodes-base.emailSend