Skip to main content

Deduplicate scraping AI grants for eligibility using AI

Workflow preview

Workflow preview
100%
Deduplicate scraping AI grants for eligibility using AI preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This n8n template scrapes a list of AI grants from grants.gov and qualifies them using AI; determining interest and eligibility for the business. It then sends an email alert of interesting items t...

Best for

  • Lead Generation automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.splitout, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.informationextractor, n8n-nodes-base.merge, n8n-nodes-base.airtable, n8n-nodes-base.removeduplicates, n8n-nodes-base.html

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Jimleuk.

Original n8n.io source

1.1 Workflow description

Title
Deduplicate scraping AI grants for eligibility using AI
Workflow name
Deduplicate scraping AI grants for eligibility using AI

This n8n template scrapes a list of AI grants from grants.gov and qualifies them using AI; determining interest and eligibility for the business. It then sends an email alert of interesting items to team members in an email.

The template also shows how you can use the "Remove Duplicates" node to simplify deduplication of external listings without the need to manage this yourself.

Not particularly interested in AI Grants? This template works for other tender websites as long as you're able to scrape them.

How it works

  • A scheduled trigger is set to fetch a list of AI grants listed on the grants.gov website in the past day.
  • A Remove Duplicates node is used to track Grant IDs to filter out those already processed by the workflow.
  • New grants are summarized and analysed by AI nodes to determine eligibility and interest which is then saved to an Airtable database.
  • Another scheduled trigger starts a little later than the first to collect and summarize the new grants
  • The results are then compiled into an email template using the HTML node, in the form of a newsletter designed to alert and brief team members of new AI grants.
  • This email is then sent to a list of subscribers using the gmail node.

How to use

  • Make a copy of sample Airtable here: https://airtable.com/appiNoPRvhJxz9crl/shrRdP6zstgsxjDKL
  • The filters for fetching the grants is currently set to the "AI" category. Feel free to change this to include more categories.
  • Not interested in grants, this template can works for other sources of leads just change the endpoint and how you're defining the item ID to track.

Requirements

  • Airtable for database
  • OpenAI for LLM

Note: These are not hard requirements and can be exchanged for services available to you.

customising the workflow

  • "Eligibility" criteria at this stage may be better served by identifying hard blockers instead ie. certifications, geographical considerations or certain legal checks. Be sure to mention any hard blockers into the Eligibility prompt.
  • Not particularly interested in AI prompts? This template works for other tender websites as long as you're able to scrape them.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Grants to List

Type / Role
n8n-nodes-base.splitOut - splitOut
Config choices
Version 1

Block 2 - Get Grant Details

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 3 - OpenAI Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1

Block 4 - Summarize Synopsis

Type / Role
@n8n/n8n-nodes-langchain.informationExtractor - informationExtractor
Config choices
Version 1

Block 5 - Eligibility Factors

Type / Role
@n8n/n8n-nodes-langchain.informationExtractor - informationExtractor
Config choices
Version 1

Block 6 - OpenAI Chat Model1

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1

Block 7 - Merge

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3

Block 8 - Save to Tracker

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 9 - Only New Grants

Type / Role
n8n-nodes-base.removeDuplicates - removeDuplicates
Config choices
Version 2

Block 10 - AI Grants since Yesterday

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 11 - Get New Eligible Grants Today

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 12 - Generate Email

Type / Role
n8n-nodes-base.html - html
Config choices
Version 1.2

Block 13 - Everyday @ 9am

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 14 - Everyday @ 8.30am

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 15 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 19 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 20 - Get Subscribers

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 21 - Send Subscriber Email

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 22 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 23 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 24 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Deduplicate scraping AI grants for eligibility using AI
Complexity advanced
Nodes 24
Categories Lead Generation, AI Summarization
Author Jimleuk
Published 10 Dec 2024

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/2619/2619.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Deduplicate scraping AI grants for eligibility using AI do?

This n8n template scrapes a list of AI grants from grants.gov and qualifies them using AI; determining interest and eligibility for the business. It then sends an email alert of interesting items t...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Lead Generation, AI Summarization use case.