๐Ÿ“Š Monitor brand mentions with GPT-5 Nano, Brave Search, Gmail and Google Sheets

โšก 8 views ยท ๐Ÿ“Š Market Research & Insights

๐Ÿ’ก Pro Tip โ€” For competitive intelligence, ScraperNode can automate the data collection โ€” Yelp reviews, Glassdoor company data, and Crunchbase profiles all return structured JSON you can feed straight into this workflow.

View All Scrapers

Description

Description:

This advanced workflow automates brand monitoring and media coverage tracking for musicians, bands, and music labels. The system uses multiple search queries (dorky) to discover mentions across the web, verifies relevance using AI, and delivers clean, actionable reports via email.

Key Features:

Perfect For:

But I did if for:

Use Cases:


Required Setup:

1. Credentials & APIs:

2. Configuration:

Setup Instructions:

Step 1: API Setup

  1. Brave Search API

  2. OpenAI API

  3. Google Sheets API

    • Create new Google Sheet for logging
    • Enable Google Sheets API in n8n
    • Authorize OAuth2
  4. Gmail API

    • Enable Gmail in n8n
    • Authorize OAuth2 with draft creation permissions

Step 2: Configure Workflow

  1. Import Workflow

    • Import JSON into n8n
    • Connect all credentials
  2. Set Config Node

    • Edit keyword to your artist/band name
    • Update bannedDomains if needed
    • Adjust timeRange (default: pd for past day)
  3. Brave Search Node

    • Add your Brave API key
    • Verify endpoint: https://api.search.brave.com/res/v1/web/search
  4. AI Verification Node

    • Connect OpenAI credentials
    • Verify model: gpt-5-nano
    • Check JSON mode is enabled
  5. Google Sheets Node

    • Select your tracking spreadsheet
    • Ensure columns match: URL, Title, Source, Domain, Published, Snippet, Found
    • TEMPLATE
  6. Send Email Node

    • Set recipient email address
    • Test draft creation first

Cost Breakdown:

API Costs (Monthly Estimates)

Brave Search API

OpenAI API (gpt-4o-mini)

Google Sheets API

Gmail API

Total Monthly Cost: ~$0.27 (essentially free)

Template Author:

Questions or need help with setup? ๐Ÿ“ง Email:xciklv@gmail.com ๐Ÿ’ผ LinkedIn:https://www.linkedin.com/in/vaclavcikl/

๐Ÿ”— Nodes Used

Google Sheets, Gmail, Schedule Trigger, Filter, OpenAI

๐Ÿ“ฅ Import

Download workflow.json and import into n8n: Workflow menu โ†’ Import from File

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup