Monitor School Admission Updates with Web Scraping, Gemini AI & Email Alerts

Go to Workflow
0 views
Built by Ishita Virmani Ishita Virmani
Created on June 15, 2026

Description

This N8N template helps keep track of multiple school websites for admission updates and sends an email notification.

Good To Know
This template uses all free tier tools like Gemini for LLM, Email alerting,

How it works
For each School Website provided:
Get & clean the content through HTTP Request Node
Gemini model takes the HTML content and defined prompt that instructs on how to identify if Pre-nursery Admissions for year 2026-207 have announced yet.
If LLM response confirms the announcement, trigger an email to the configured address.

Features
Scheduled daily checks
HTTP scraping
Google Gemini text extraction for admission for Pre-nursery
Email alerts

How to use
Import workflow.
Provide already created or new Gemini API key within "Are admissions open" node.
Setup SMTP account credentials within "Send Email" node, along with From-Email and To-Email.
Finally update your list of School and their Admission URLs within "Shortlisted Schools" node.

Customizing the workflow
It can be used for tracking school admissions for any class including Pre-Nursery/ Bal-vatika/ 1st etc. via modifying the prompt.
It can be used for tracking any school that has details uploaded on their websites and can be extracted via HTTP request node.

Nodes Used (4)

Code
n8n-nodes-base.code
Google Gemini
@n8n/n8n-nodes-langchain.googleGemini
HTTP Request
n8n-nodes-base.httpRequest
Send Email
n8n-nodes-base.emailSend