Automate AI Grant Scraping and Eligibility Assessment - n8n Workflow | Neura Market
Automate AI Grant Scraping and Eligibility Assessment
This n8n workflow automates the process of scraping AI grants from grants.gov, assesses their eligibility using AI, and sends email alerts for relevant opportunities.
The workflow begins by scraping the latest AI grants from grants.gov, filtering out duplicates using the Remove Duplicates node. Each grant's details are fetched and summarized, and eligibility is determined using AI nodes. The results are stored in an Airtable database. A scheduled trigger compiles the new eligible grants into an HTML email, which is then sent to subscribers using Gmail.
Platform
n8n
Category
AI
Price
Free
Creator
Hannah Lee
html
gmail
merge
airtable
splitOut
stickyNote
httpRequest
scheduleTrigger
removeDuplicates
lmChatOpenAi
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.