Ayn8n Scraper avatar

Ayn8n Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Ayn8n Scraper

Ayn8n Scraper

Scrape 6,000+ n8n community workflows from ayn8n.com. Extract titles, descriptions, categories, difficulty levels, view/download counts, and optionally download raw workflow JSON files.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

LIAICHI MUSTAPHA

LIAICHI MUSTAPHA

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

1

Monthly active users

19 days ago

Last modified

Share

πŸš€ AY N8N Workflow Scraper β€” Community Library Intelligence

The most comprehensive scraper for ayn8n.com – Extract, analyze, and download 6,000+ community n8n workflows from the largest open-source workflow library.

Apify Actor Price n8n Workflows


🎯 Why This Actor?

ayn8n.com hosts the largest open library of n8n workflows β€” over 6,000 community-contributed automations with full JSON files. This actor lets you scrape them all at scale.

FeatureManual BrowsingThis Actor
Scrape workflows❌ One at a timeβœ… Up to 6,000+
Category filtering❌ Basic browsingβœ… Filter by any category
Download JSON files❌ Click each oneβœ… Bulk download
View & download counts❌ View on pageβœ… Structured data
Multiple scrape modesβŒβœ… Listing, Sitemap, Detail
Difficulty levels❌ View on pageβœ… Parsed & structured
Export-readyβŒβœ… JSON, CSV, Excel

Perfect for: Automation researchers, n8n tutorial creators, market analysts, ML engineers, and workflow library builders.


⚑ Key Features

πŸ” Smart Scraping (3 Modes)

  • Listing Mode β€” Paginate through all workflow cards (fastest for bulk)
  • Sitemap Mode β€” Parse sitemap.xml β†’ scrape full detail pages
  • Detail Mode β€” Scrape specific workflow URLs for deep extraction
  • Automatic pagination with smart stopping
  • Real-time progress logging in Apify UI

πŸ“Š Rich Data Extraction

Every workflow includes:

  • Title & Description β€” Full text as displayed on site
  • Categories β€” marketing, ai & automation, data-processing, etc.
  • Difficulty Level β€” beginner, intermediate, advanced
  • View Count β€” Total views (e.g., 1,674)
  • Download Count β€” Number of downloads (e.g., 287)
  • Publication Date β€” When the workflow was published
  • Direct URL β€” Link to the full workflow page

πŸ“₯ Optional JSON Download

  • Download the raw n8n workflow JSON files for every workflow
  • Stored in Apify Key-Value Store for easy retrieval
  • Ready to import directly into n8n

πŸš€ Performance

  • CheerioCrawler β€” Pure HTTP scraping (no browser overhead)
  • 10x faster than browser-based scrapers
  • Low compute cost β€” Minimal Apify credits
  • Scrapes 30 workflows in ~5 seconds

πŸ’‘ Use Cases

πŸ“š Build a Workflow Library

Scrape all workflows β†’ Store in database β†’ Build searchable library

Example: Create your own workflow marketplace with 6,000+ templates

πŸ€– Train AI Models

Scrape workflow descriptions + categories β†’ Fine-tune LLMs

Example: Build an AI that recommends workflows based on natural language queries

πŸ“Š Market Research

Scrape all workflows β†’ Analyze categories & trends β†’ Strategic insights

Example: Discover that "AI & Automation" category has 3x more views β†’ Focus content there

πŸ› οΈ Content Creation

Find trending workflows β†’ Analyze view counts β†’ Create tutorials

Example: The most-downloaded workflows become your next tutorial series


πŸ“‚ Output Data

1️⃣ Dataset (Structured Workflow Records)

Each workflow includes:

{
"title": "UGC Video Generator - AI-Powered Marketing Content from Single Image",
"slug": "ugc-video-generator-ai-powered-marketing-content-from-single-image",
"url": "https://www.ayn8n.com/workflows/ugc-video-generator...",
"description": "Automatically generates authentic UGC-style marketing videos from a product image...",
"categories": ["ecommerce", "marketing"],
"difficulty": "intermediate",
"viewCount": 1674,
"downloadCount": 287,
"date": "Sep 29, 2025",
"scrapedAt": "2026-03-03T21:23:03.340Z"
}

Download as: JSON, CSV, or Excel from the Dataset tab


2️⃣ Key-Value Store (JSON Workflow Files)

When downloadJson is enabled, raw n8n workflow JSON files are saved:

Key-Value Store
β”œβ”€β”€ ugc-video-generator-ai-powered-marketing.json
β”œβ”€β”€ automated-lead-generation-from-local.json
β”œβ”€β”€ ai-powered-seo-readability-audit.json
└── ... (one file per workflow)

Each file is a complete n8n workflow β€” ready to import directly into your n8n instance!


πŸ“Έ Example Output

What You'll Get After Running

When your actor finishes, you'll find data in two places:


1️⃣ Dataset Tab β€” Structured Workflow Data

Location: Run β†’ Dataset tab

Sample records:

[
{
"title": "Automated Customer Creation and Invoice Delivery with QuickBooks",
"categories": ["finance", "integration"],
"difficulty": "beginner",
"viewCount": 344,
"downloadCount": 44,
"date": "Sep 24, 2025"
},
{
"title": "AI-Powered SEO Readability & LLM Friendliness Audit for Websites",
"categories": ["marketing", "analytics"],
"difficulty": "intermediate",
"viewCount": 201,
"downloadCount": 34,
"date": "Sep 24, 2025"
},
{
"title": "n8n + Claude Code + Agents Coordinator",
"categories": ["ai & automation", "communication"],
"difficulty": "advanced",
"viewCount": 99,
"downloadCount": 17,
"date": "Dec 16, 2025"
}
]

↓ Download as: JSON file Β· CSV spreadsheet Β· Excel workbook


2️⃣ Key-Value Store β€” Raw Workflow JSON Files (Optional)

Location: Run β†’ Key-Value Stores β†’ default

When downloadJson is enabled, each workflow's raw n8n JSON is stored:

{
"nodes": [
{ "type": "n8n-nodes-base.gmailTrigger", "name": "Gmail Trigger" },
{ "type": "@n8n/n8n-nodes-langchain.agent", "name": "AI Agent" },
{ "type": "n8n-nodes-base.gmail", "name": "Gmail Send" }
],
"connections": { ... },
"settings": { ... }
}

↓ Import directly into n8n!


πŸ“Š Visual Guide

After your actor runs, you'll see:

Run #12345 (Succeeded)
β”œβ”€β”€ πŸ“Š Dataset (6,000+ items)
β”‚ └── Download as JSON/CSV/Excel
β”‚
β”œβ”€β”€ πŸ—‚οΈ Key-Value Stores (if downloadJson enabled)
β”‚ β”œβ”€β”€ workflow-slug-1.json ← Raw n8n workflow
β”‚ β”œβ”€β”€ workflow-slug-2.json
β”‚ └── ... (one per workflow)
β”‚
└── πŸ“ Log
└── Execution details

πŸ’‘ What You Can Do With This Data

Dataset (Structured records):

  • βœ… Import into spreadsheet for analysis
  • βœ… Build a searchable workflow library
  • βœ… Feed into database or data pipeline
  • βœ… Create dashboards and visualizations
  • βœ… Train ML models on workflow metadata

Key-Value Store (Raw JSON files):

  • βœ… Import workflows directly into n8n
  • βœ… Analyze workflow node structures
  • βœ… Build workflow recommendation engines
  • βœ… Create workflow comparison tools

βš™οΈ Input Configuration

Scrape Mode

Choose your data collection strategy:

ModeDescriptionUse Case
listingPaginate listing pages (card data) ⭐Fast bulk collection
sitemapParse sitemap β†’ scrape detail pagesFull metadata extraction
detailScrape specific workflow URLsTargeted deep scraping

Parameters

{
"scrapeMode": "listing",
"maxWorkflows": 1000,
"downloadJson": false,
"maxRequestsPerCrawl": 50000
}
ParameterTypeDefaultDescription
scrapeModeStringlistingScraping strategy (see above)
maxWorkflowsInteger10000Max workflows to scrape (0 = unlimited)
downloadJsonBooleanfalseDownload raw n8n JSON workflow files
startUrlsArray[]Specific URLs for detail mode
maxRequestsPerCrawlInteger50000Safety limit on HTTP requests

πŸŽ“ Example Inputs

Quick Test (30 workflows)

{
"scrapeMode": "listing",
"maxWorkflows": 30
}

Full Listing Scrape (All Workflows)

{
"scrapeMode": "listing",
"maxWorkflows": 0
}

Sitemap Mode (Full Detail Pages)

{
"scrapeMode": "sitemap",
"maxWorkflows": 500
}

Scrape Specific Workflows

{
"scrapeMode": "detail",
"startUrls": [
{ "url": "https://www.ayn8n.com/workflows/ugc-video-generator-ai-powered-marketing-content-from-single-image" },
{ "url": "https://www.ayn8n.com/workflows/automated-lead-generation-from-local-business-directories" }
]
}

Full Scrape with JSON Downloads

{
"scrapeMode": "listing",
"maxWorkflows": 0,
"downloadJson": true
}

πŸ’° Pricing

Uses standard Apify compute pricing

Cost Examples (Listing Mode):

  • 30 workflows: ~$0.01 (5 seconds)
  • 500 workflows: ~$0.05 (under 1 minute)
  • 1,000 workflows: ~$0.10 (under 2 minutes)
  • 6,000+ workflows: ~$0.50 (under 10 minutes)

Why So Cheap?

  • πŸš€ CheerioCrawler β€” No browser instance needed
  • ⚑ Pure HTTP β€” Minimal compute per request
  • πŸ“¦ Efficient β€” 12 workflows per page request

πŸ€– API & Automation

Trigger this actor programmatically and integrate with:

  • n8n (meta!)
  • Make.com
  • Zapier
  • Custom scripts
  • Cron jobs

Node.js Example:

import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: 'YOUR_API_TOKEN' });
const run = await client.actor('YOUR_USERNAME/ayn8n-scraper').call({
scrapeMode: 'listing',
maxWorkflows: 1000
});
const dataset = await client.dataset(run.defaultDatasetId).listItems();
console.log(`Scraped ${dataset.items.length} workflows`);

Python Example:

from apify_client import ApifyClient
client = ApifyClient('YOUR_API_TOKEN')
run = client.actor('YOUR_USERNAME/ayn8n-scraper').call(
run_input={
'scrapeMode': 'listing',
'maxWorkflows': 1000
}
)
dataset = client.dataset(run['defaultDatasetId']).list_items()
print(f"Scraped {len(dataset.items)} workflows")

cURL Example:

curl -X POST https://api.apify.com/v2/acts/YOUR_USERNAME~ayn8n-scraper/runs \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"scrapeMode": "listing",
"maxWorkflows": 1000
}'

πŸ“Š Performance & Efficiency

  • Blazing Fast: 30 workflows in ~5 seconds, 6,000+ in under 10 minutes
  • Lightweight: No browser needed (CheerioCrawler)
  • Reliable: Smart pagination with automatic end detection
  • Cost-Effective: Minimal Apify compute units per run
  • Scalable: Handle 1 to 6,000+ workflows easily
  • Robust: Built-in error handling and retry logic

🎯 Real-World Applications

For Tutorial Creators

Weekly Workflow:

  1. Run actor with maxWorkflows: 100
  2. Sort by viewCount to find trending workflows
  3. Download the top JSON files
  4. Create step-by-step tutorials
  5. Repeat weekly

Result: Always know what the community is building

For ML Engineers

Dataset Creation:

  1. Run with scrapeMode: listing + downloadJson: true
  2. Collect 6,000+ workflow JSONs
  3. Extract node patterns and structures
  4. Fine-tune LLM on workflow generation
  5. Build AI workflow assistant

Result: Train models on real-world automation patterns

For Market Researchers

Quarterly Analysis:

  1. Scrape all workflows
  2. Analyze categories and difficulty distribution
  3. Track view/download trends
  4. Compare to previous quarters
  5. Present insights to stakeholders

Result: Data-driven automation market intelligence

For Workflow Library Builders

Platform Creation:

  1. Scrape all metadata + JSON files
  2. Import into your database
  3. Build search and filtering
  4. Add user reviews and ratings
  5. Launch your own workflow marketplace

Result: Your own curated workflow library


πŸ”„ Workflow Integration

Use with n8n (Ironic!)

Trigger: Schedule (weekly)
↓
Action: Run Apify Actor
↓
Action: Get Dataset Items
↓
Action: Filter by viewCount > 500
↓
Action: Send Slack Notification with trending workflows

Use with Make.com

Schedule β†’ Apify β†’ Google Sheets β†’ Email Report

Use with Zapier

New Actor Run β†’ Get Results β†’ Update Airtable

πŸ› οΈ Technical Details

Built With:

  • Apify SDK β€” Actor framework
  • Crawlee β€” Web scraping library
  • CheerioCrawler β€” Pure HTTP + Cheerio parser
  • Node.js 22 β€” Runtime

Data Source:

  • ayn8n.com β€” Open n8n workflow library
  • 6,000+ community-contributed workflows
  • Full metadata + optional JSON download

Output Formats:

  • JSON (structured)
  • CSV (spreadsheets)
  • Excel (business reports)

πŸ’¬ Support & Custom Development

Need Help?

Custom Services Available:

  • 🎨 Custom analysis reports
  • πŸ€– ML model fine-tuning
  • πŸ”§ Bespoke scrapers
  • πŸ“Š Data visualization
  • πŸš€ Automation consulting

πŸŽ“ About the Creator

Built by MuLIAICHI, an AI Engineer and n8n community contributor with:

  • πŸ“š Popular tutorial website (n8nlearninghub.com)
  • πŸ”¬ Open-source projects on GitHub
  • πŸ€– Expertise in LLM fine-tuning
  • 🎯 Deep n8n automation knowledge

Other Projects:


πŸš€ Get Started Now

  1. Try it free with Apify's free tier ($5 credit)
  2. Run a test with 30 workflows
  3. See the data in seconds
  4. Scale up as needed

Quick Start:

{
"scrapeMode": "listing",
"maxWorkflows": 100
}

Click "Try for Free" above to start! πŸŽ‰


⭐ Why Choose This Actor?

βœ… Most comprehensive β€” All metadata + optional raw JSON files βœ… Fastest β€” CheerioCrawler, no browser overhead βœ… Cheapest β€” Minimal compute per run βœ… 3 scrape modes β€” Listing, Sitemap, Detail βœ… Export-ready β€” JSON, CSV, Excel βœ… Well documented β€” Clear examples and guides βœ… Actively maintained β€” Regular updates βœ… Built by an expert β€” Deep n8n knowledge