DEV Community

Emery Patricks
Emery Patricks

Posted on

We organized 8,697 n8n workflow templates into a browsable GitHub repo

The problem

n8n has thousands of community workflow templates, but finding the right one is harder than it should be. The official template library is keyword-search-only, and when you're exploring — trying to see what's possible with a specific tool or use case — there's no good way to browse.

We're ScraperNode — we build web scraping tools and use n8n daily. This was a problem we kept running into, so we decided to fix it.

What we built

We scraped all 8,697 templates from n8n.io and organized them into a GitHub repo with three browsing dimensions:

25 categories
AI agents, content creation, lead generation, CRM, DevOps, web scraping, invoice processing, HR, crypto trading, and more. Each category page lists every template with view counts and descriptions.

236 integrations
Every n8n node has its own page. Want to see every workflow that uses Google Sheets? OpenAI? Telegram? They're all grouped and sorted by popularity.

11 use cases
Cross-category collections for real-world needs: marketing automation, web scraping, data pipelines, freelancer toolkit, e-commerce, customer success, and others.

How each template is organized

Every template gets its own directory:

templates/lead-generation/2076-scrape-crunchbase/
├── README.md       # Full description, nodes used, import instructions
└── workflow.json   # The actual n8n workflow — import directly
Enter fullscreen mode Exit fullscreen mode

The README has the complete description from the original template, which nodes it uses, and instructions for importing.

Numbers

  • 8,697 templates
  • 25 categories
  • 236 integrations (any node used by 5+ templates gets its own page)
  • 11 use case collections

Link

GitHub logo ScraperNode / awesome-n8n-templates

🔥 The largest open-source collection of n8n workflow templates — 8,697+ ready-to-import workflows across 25 categories, 236 integrations, and 11 use cases.

🔥 Awesome n8n Templates

⚡ 8,697+ Templates 📂 25 Categories MIT License PRs Welcome

🚀 The largest open-source collection of n8n workflow templates on GitHub.

8,697+ ready-to-import automation workflows across 25 categories — from AI agents and email automation to web scraping, CRM integrations, and beyond.

Whether you're automating your first workflow or building complex multi-step integrations, this collection has you covered. Every template is a .json file you can import directly into n8n in seconds.


⚡ Quick Start

Getting started takes less than a minute:

  1. 🔍 Browse the categories below to find what you need
  2. 📥 Download the .json template file
  3. 🚀 Import into n8n: Workflow menu → Import from File

That's it — your automation is ready to configure and run! 🎉

📚 New to n8n? Check out our step-by-step importing guide and credential setup walkthrough.


⭐ Featured Templates

Hand-picked templates showcasing the most powerful automation patterns — these are the workflows the community loves most.

Template

MIT licensed. If there are categories or integrations you'd want to see, open an issue or PR.

Top comments (0)