Ayn8n Scraper
Pricing
from $1.00 / 1,000 results
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
Actor stats
1
Bookmarked
3
Total users
1
Monthly active users
19 days ago
Last modified
Categories
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.
π― 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.
| Feature | Manual Browsing | This 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:
| Mode | Description | Use Case |
|---|---|---|
| listing | Paginate listing pages (card data) β | Fast bulk collection |
| sitemap | Parse sitemap β scrape detail pages | Full metadata extraction |
| detail | Scrape specific workflow URLs | Targeted deep scraping |
Parameters
{"scrapeMode": "listing","maxWorkflows": 1000,"downloadJson": false,"maxRequestsPerCrawl": 50000}
| Parameter | Type | Default | Description |
|---|---|---|---|
scrapeMode | String | listing | Scraping strategy (see above) |
maxWorkflows | Integer | 10000 | Max workflows to scrape (0 = unlimited) |
downloadJson | Boolean | false | Download raw n8n JSON workflow files |
startUrls | Array | [] | Specific URLs for detail mode |
maxRequestsPerCrawl | Integer | 50000 | Safety 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 ApifyClientclient = 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:
- Run actor with
maxWorkflows: 100 - Sort by
viewCountto find trending workflows - Download the top JSON files
- Create step-by-step tutorials
- Repeat weekly
Result: Always know what the community is building
For ML Engineers
Dataset Creation:
- Run with
scrapeMode: listing+downloadJson: true - Collect 6,000+ workflow JSONs
- Extract node patterns and structures
- Fine-tune LLM on workflow generation
- Build AI workflow assistant
Result: Train models on real-world automation patterns
For Market Researchers
Quarterly Analysis:
- Scrape all workflows
- Analyze categories and difficulty distribution
- Track view/download trends
- Compare to previous quarters
- Present insights to stakeholders
Result: Data-driven automation market intelligence
For Workflow Library Builders
Platform Creation:
- Scrape all metadata + JSON files
- Import into your database
- Build search and filtering
- Add user reviews and ratings
- 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?
- π§ Email: mustaphaliaichi@gmail.com
- π¬ GitHub: https://github.com/MuLIAICHI
- π Website: n8nlearninghub.com
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:
- n8n Workflow Analysis Project β Open-source analysis of 6,000+ workflows
- n8n Marketplace Analyzer β Comprehensive n8n marketplace intelligence
- FreelancerBot Pro β AI-powered freelancing assistant
π Get Started Now
- Try it free with Apify's free tier ($5 credit)
- Run a test with 30 workflows
- See the data in seconds
- 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
