N8n Workflows Scraper ($0.25/K Results) avatar
N8n Workflows Scraper ($0.25/K Results)

Pricing

$0.25 / 1,000 results

Go to Store
N8n Workflows Scraper ($0.25/K Results)

N8n Workflows Scraper ($0.25/K Results)

Developed by

Piyush

Piyush

Maintained by Community

Automate n8n.io workflow template collection with this Apify actor. Fetch importable JSONs for direct n8n use. Ideal for developers, automation experts & businesses. Price 0.25 / 1000 Results.

5.0 (1)

Pricing

$0.25 / 1,000 results

0

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

3 days ago

This Apify actor scrapes all workflow templates from N8N's template library. It fetches comprehensive information about each template including its configuration, metadata, and usage statistics.

[ Workflows with marked with a price and purchase url are entierly skipped ]

Charge: $0.25/k Results

🎯 Use Cases

Template Discovery: Find and analyze all available N8N workflow templates Workflow Analysis: Study different automation patterns and node combinations Template Statistics: Track template popularity and usage metrics Category Analysis: Analyze template distribution across different categories

✨ Features

Complete Coverage: Scrapes all templates from the N8N template library Detailed Data: Captures comprehensive template information including configurations and metadata Structured Output: Provides well-organized data in a clean JSON format

🚀 Usage

Start the Actor: Click the "Start" button to begin the scraping process Wait for Results: The actor will automatically fetch all templates Download Data: Once complete, download the results in JSON or CSV format -Optional Enable "Get Workflows" to scrape importable jsons for all workflows.

📥 Input

This actor depends on following inputs:

  • Scrape Metadata [True by Default] (if set to false only count of workflows listed officaly will be scraped)
  • Get Workflows [False by Default]
  • Max Results [Set to 0 by default to scrape all available workflows]

This actor has a optional input parameter "Scrape Metdata" which is set to true by default and actor needs it to scrape all available workflows if this input is set to false only the number of availabe workflow will be scraped. "Max results" is a optional input parameter which accepts integer to fectch the max number of results in output. 0 = get all "Get Workflows" is optional if you also want to pull all workflows along with metadata { set to False by default }

📤 Output

The actor stores all template data in a dataset with the following fields:

id: Unique identifier of the template
name: Name of the template
totalViews: Number of times the template has been viewed
user: user details ["id","name","username","bio","verified","links","avatar"]
description: Detailed description of what the template does
createdAt: Template creation timestamp
nodes: Array of nodes used in the workflow
categories: List of categories the template belongs to
[optional]
importableWorkflowJSON: The workflow JSON if getWorkflows is set to true [This can be used directly to import templates to n8n]

Thank You for using my apify actor.