n8n Workflow Templates Scraper avatar

n8n Workflow Templates Scraper

Pricing

from $2.90 / 1,000 templates

Go to Apify Store
n8n Workflow Templates Scraper

n8n Workflow Templates Scraper

Scrapes n8n workflow automation templates including title, description, categories, view counts, author details, and node compositions.

Pricing

from $2.90 / 1,000 templates

Rating

0.0

(0)

Developer

Lexis Solutions

Lexis Solutions

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

banner

n8n Workflow Templates Scraper

n8n is a powerful workflow automation platform with over 10,000 community-created templates spanning AI, sales, marketing, IT ops, and more. Each template showcases a ready-to-use automation built with n8n nodes and can be imported directly into any n8n instance.

Introduction

This Apify scraper extracts structured data from the n8n workflow templates catalog. It collects template metadata including titles, descriptions, categories, view counts, author profiles, and the nodes used in each workflow — no API key required.

Use Cases

  • Market research: Analyse which automation categories and integrations are most popular in the n8n ecosystem
  • Competitive intelligence: Track trending workflow templates and identify gaps in the automation market
  • Content discovery: Find templates for specific use cases such as AI agents, CRM integrations, or data pipelines
  • Creator analytics: Monitor the most-viewed templates and their authors for partnership or outreach purposes

Input

Provide the following fields:

  • startUrls (array, required): URLs to scrape. Use https://n8n.io/workflows/ to scrape the full listing, or supply individual workflow URLs such as https://n8n.io/workflows/1750-creating-an-api-endpoint/
  • maxItems (integer, optional): Maximum number of workflow templates to scrape per start URL (default: 5)
  • proxyConfiguration (object, optional): Proxy settings for the scraper

Input Examples

1) Scrape the latest workflow templates

{
"startUrls": [{ "url": "https://n8n.io/workflows/" }],
"maxItems": 50
}

2) Scrape specific workflow templates by URL

{
"startUrls": [
{ "url": "https://n8n.io/workflows/1750-creating-an-api-endpoint/" },
{ "url": "https://n8n.io/workflows/2183-ai-agent-that-can-scrape-webpages/" }
]
}

Output

Each dataset item contains fields like:

{
"id": 1750,
"url": "https://n8n.io/workflows/1750-creating-an-api-endpoint/",
"name": "Creating an API endpoint",
"description": "Prototype or replace a backend process with a single workflow...",
"totalViews": 12345,
"price": 0,
"purchaseUrl": null,
"categories": ["Engineering"],
"status": "published",
"createdAt": "2024-01-15T10:30:00.000Z",
"author": {
"name": "Jonathan",
"username": "jon-n8n",
"bio": "n8n team member",
"verified": true,
"avatar": "https://..."
},
"nodes": [
{ "id": 1, "name": "n8n-nodes-base.webhook", "displayName": "Webhook", "icon": "file:webhook.svg" },
{ "id": 2, "name": "n8n-nodes-base.respondToWebhook", "displayName": "Respond to Webhook", "icon": null }
],
"scrapedAt": "2024-01-15T10:30:00.000Z"
}

Why use the n8n Workflow Templates Scraper?

  • Fast: Efficiently extracts data in bulk without browser overhead
  • Easy to use: Just provide the listing URL and set maxItems — no credentials needed
  • Reliable: Handles pagination automatically and retries failed requests
  • Well-Maintained: Maintained by Lexis Solutions, a certified Apify partner

FAQ

  • Do I need an n8n account to use this scraper?

    No, the scraper works without any account or API key.

  • How many templates can I scrape?

    There is no hard limit. Use the maxItems field to control the number of results. The catalog currently has over 10,000 templates.

  • Is this scraper compliant with n8n's terms?

    This scraper accesses only publicly available data. Always review n8n's terms of service before scraping.

Need to scrape other data?

Browse our full catalog of 180+ scrapers on the Lexis Solutions Apify Store page.


Got feedback or need an extension?

Lexis Solutions is a certified Apify Partner. We can help you with custom solutions or data extraction projects.

Contact us over Email or LinkedIn

Support Our Work

If you're happy with our work and scrapers, you're welcome to leave us a company review on the Lexis Solutions partner page

Image Credit

Image credit: n8n.io