TrendScout is a lightweight AI-powered assistant that analyzes YouTube video titles to uncover packaging patterns, emotional hooks, and formatting styles used in top-performing content.
This tool was designed to test whether simple, repeatable workflows could help creators generate title insights without manually reviewing dozens of videos. It forms the first proof-of-concept (POC) for a larger visual analysis tool, ThumbScout, which will later include GPT-4 Vision.
βΈ»
- π Scrapes titles using SERP API (Google β YouTube engine)
- π§ Analyzes titles for emotional appeal, formatting, and clarity
- π¬ Compiles results into a CSV + emails the report to the user
- β Fully automated workflow via n8n, including error handling
βΈ»
- Project Name: TrendScout
- Creator: Ros Talbot
- Date: July 31, 2025
- Version: MVP v0.1
- Build Time: ~2 hours
TrendScout successfully ran a complete agent-style pipeline:
- Live search β LLM analysis β CSV conversion β automated email delivery
Itβs designed for:
- YouTube creators
- Content strategists
- Thumbnail/title testers
π’ Low-lift, high-utility, and ready for iterative upgrades.
View full evaluation notes βΆ (linked if broken out later)
βΈ»
- Automation: n8n
- LLM: GPT-3.5 and GPT-4 (via OpenAI node)
- Data Source: SERP API (YouTube via Google)
- Delivery: Native email node (SMTP)
- Output: CSV + Markdown
βΈ»
- Add structured parsing (Markdown, JSON)
- Include original video links, publish dates, and views
- Batch analyze multiple queries at once
- Add scheduled triggers (e.g. weekly trend pull)
- Expand into GPT Vision for full ThumbScout build
βΈ»
-
ThumbScout β [FUTURE PROJECT LINK]
TrendScout served as the prototype for title analysis inside this larger vision-based agent.
-
Vibe Agent Series β [Parent Page Coming Soon]
TrendScout is part of a micro-agent portfolio exploring creative, lightweight AI tools built without traditional dev teams.
βΈ»
DM @RosTalbot or fork this agent and make it your own!