Jez | Jeremy Dawes
Back to projects
workflow active

AI Event Finder

AI-powered local event discovery using multiple search tools and AI agents. 696+ views on n8n.

n8nAI AgentsBrave SearchGoogle

Overview

An n8n workflow that discovers local events using AI agents with multiple search tools. Given a location and interests, it searches multiple sources and uses AI to curate relevant events.

696+
Views
3+
Search Sources
Yes
AI Agents

How It Works

  1. Input - Receive location, date range, and interests
  2. Multi-Tool Search - AI agent searches multiple sources
  3. Data Aggregation - Combine results from all sources
  4. AI Curation - Filter and rank events by relevance
  5. Output - Formatted list of recommended events

Workflow Components

Input1

Query parameters

AI Agent1

Tool-using agent

Search Tools3

Multi-source search

Processing2

Dedup & ranking

AI1

Curation & summary

Output1

Event list

Search Sources

The AI agent has access to multiple tools:

ToolPurpose
Brave SearchGeneral web search for events
Google SearchLocal event listings
Eventbrite APITicketed events
Facebook EventsCommunity events
Meetup APIGroup gatherings

Features

  • Multi-Source - Aggregates from multiple event sources
  • AI Agent - Autonomous tool selection and execution
  • Location-Aware - Filters by distance from specified location
  • Interest Matching - Ranks by relevance to user interests
  • Deduplication - Removes duplicate events across sources
  • Rich Details - Extracts dates, venues, prices, links

Example Query

Input:

{
  "location": "Newcastle, NSW",
  "date_range": "this weekend",
  "interests": ["live music", "food markets", "outdoor"]
}

Output:

šŸŽµ **Live Music**
• Jazz in the Park - Saturday 4pm, Civic Park (Free)
• Indie Night at The Lass - Friday 8pm ($15)

šŸ• **Food & Markets**
• Newcastle Farmers Market - Sunday 8am-1pm
• Food Truck Friday - Honeysuckle, 5pm onwards

🌳 **Outdoor Activities**
• Coastal Walk Group - Saturday 7am, Bar Beach
• Kayak Hire Weekend Special - Stockton

Use Cases

Weekend Planning - Find things to do this weekend

Tourist Information - Discover local events for visitors

Community Engagement - Surface local community events

Newsletter Content - Curate weekly event roundups

AI Agent Approach

This workflow uses n8n’s AI Agent node, which:

  1. Receives the query and available tools
  2. Decides which tools to use
  3. Executes searches autonomously
  4. Synthesises results into cohesive output

The agent can adapt its search strategy based on the query - using different tools for different types of events.

Interested in a similar solution?

Let's talk about your project