VOOZH about

URL: https://apify.com/acid-base/n8n-workflow-scraper

⇱ N8n Workflow Scraper Β· Apify


Pricing

from $0.25 / 1,000 results

Go to Apify Store

N8n Workflow Scraper

Scrapes public workflow templates from n8n.io, extracting template metadata (name, description, categories, nodes, popularity) and optionally full workflow JSON ready for import. Ideal for automation research, integration planning, building searchable template libraries, and competitive analysis.

Pricing

from $0.25 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Daniel Yates

Daniel Yates

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

0

Monthly active users

5 months ago

Last modified

Share

BORG n8n Template Scraper

Scrape workflow templates from n8n.io. Get template metadata and optionally full workflow JSON that can be imported directly into n8n.

This Actor extracts automation workflow templates from n8n's public library, including descriptions, node configurations, and popularity metrics. Perfect for workflow research, automation planning, and competitive analysis of integration patterns.

Use Cases

  • Automation Research: Discover popular automation patterns and workflow architectures
  • Integration Planning: Find templates using specific integrations (OpenAI, Slack, Google Sheets, etc.)
  • Workflow Libraries: Build a searchable database of automation templates for your organization
  • Competitive Analysis: Analyze which integrations and patterns are trending in the automation space
  • Training Data: Collect workflow structures for analysis or ML model training

Features

  • Template Metadata: Name, description, categories, nodes used, popularity
  • Full Workflows: Optionally include complete workflow JSON for import
  • Filtering: By category, node/integration, or search query
  • Batch Processing: Efficiently scrapes large template collections

Input

FieldTypeDescription
maxTemplatesintegerMax templates to scrape (0 = all, default: 0)
includeWorkflowsbooleanInclude full workflow JSON (slower)
categorystringFilter by category (e.g., "marketing")
nodestringFilter by integration (e.g., "openai", "slack")
searchstringSearch query for name/description

Output

Template Metadata

{
"id":1234,
"name":"AI Content Generator",
"description":"Generate blog posts with OpenAI",
"categories":["marketing","content"],
"nodes":["openai","google-docs"],
"totalViews":5432,
"createdAt":"2024-01-15T...",
"user":{
"username":"n8n-team"
}
}

With Workflow (when includeWorkflows: true)

{
"id":1234,
"name":"AI Content Generator",
"workflow":{
"nodes":[...],
"connections":{...}
}
}

Example Usage

Get top 50 templates

{
"maxTemplates":50
}

Get OpenAI templates with workflows

{
"node":"openai",
"maxTemplates":20,
"includeWorkflows":true
}

Search for email automation

{
"search":"email automation",
"maxTemplates":30
}

Notes

  • The n8n template library contains 7000+ templates
  • Full workflow fetch requires additional API calls per template
  • Rate limiting is handled automatically

You might also like

N8n Template Scraper

futurizerush/n8n-template-scraper

Collects workflow templates from n8n.io with complete workflow

n8n Template Scraper

scraper-engine/n8n-template-scraper

N8n Template Scraper extracts workflow templates from n8n. Collect template names, descriptions, nodes, triggers, integrations, and use cases. Ideal for automation research, workflow discovery, and building reusable automation libraries.

πŸ‘ User avatar

Scraper Engine

2

N8n Template Scraper

scrapier/n8n-template-scraper

Automate n8n template data collection at scale. N8n Template Scraper pulls workflow templates, integrations, triggers, and step details. Perfect for automation planning, documentation, and workflow analysis.

n8n Templates Scraper - Cheap πŸš€πŸ”Žβš‘

scrapestorm/n8n-templates-scraper---cheap

🟠 Easily collect Workflow Templates from n8n Provide one or multiple n8n workflow search URLs and extract template data including πŸ†” Workflow ID🏷️ Title πŸ‘€ Creator πŸ’° Price 🌐 Source search URL πŸ“Š and more… Perfect for automation workflow research and integration ecosystem analysis πŸš€πŸ€–πŸ“Š

2

5.0

n8n Workflow Scraper

kreaxlab/n8n-template-scraper-x

Your ✨ automated gateway to n8n 6,600+ workflow templates. Scrapes template data including nodes (copy-paste to workflow), categories, creators. Ideal for template researchers, no-code enthusiasts, and AI agents

N8n Template Scraper

simpleapi/n8n-template-scraper

Collect actionable insights from n8n templates automatically. This scraper fetches workflow metadata, node lists, triggers, and integration details. Useful for automation inspiration, template catalogs, and large-scale workflow analysis.

n8n Workflow Templates Scraper

automation-lab/n8n-workflow-scraper

Extract n8n workflow templates with full metadata: nodes, categories, views, creator info, and importable workflow JSON. 9,000+ templates. No API key needed.

πŸ‘ User avatar

Stas Persiianenko

5

N8n Template Scraper

api-empire/n8n-template-scraper

N8n Template Scraper helps you extract structured data from public n8n templates. Retrieve workflow details, integrations, and descriptions efficiently. Designed for automation teams, researchers, and system builders.

Dropbox App Center Scraper (n8n Workflow Templates)

crawlerbros/dropbox-app-center-scraper

Scrapes the n8n workflow template library - a publicly accessible automation marketplace with 9,800+ workflow templates. Search by keyword, browse by category, or fetch by ID. Returns template metadata, creator info, node integrations, pricing and view counts.

n8n Workflow Automation Templates Scraper

scraped/n8n-workflow-automation-templates-scraper

A tool that automatically scrapes and collects n8n workflow automation templates from the n8n for easy access and use.

Related articles

How to publish your Apify Actor as an n8n node
Read more