
n8n Workflow Template Scraper
Pricing
Pay per event

n8n Workflow Template Scraper
Automate n8n.io workflow template collection with this Apify actor. Scrape by category (AI, Marketing, DevOps), sort (relevancy, popularity), & get detailed structured data. Fetch importable JSONs for direct n8n use. Ideal for developers, automation experts & businesses.
5.0 (4)
Pricing
Pay per event
22
Total users
159
Monthly users
73
Runs succeeded
>99%
Issues response
0.9 hours
Last modified
a month ago
JSON cannot be used directly
Closed
How should the generated workflow JSON be imported into n8n? Even if I split them and copy them into n8n, I cannot import them. Then I checked the sample JSON on the official website, and it's completely different. Is this a fake product?
Muhammet Akkurt (muhammetakkurtt)
If you share your run with me, I can assist you more effectively.
If you have set the fetchImportableWorkflows
value to true
, you can find the importable JSON data for each workflow inside the datasets, named after their respective workflow-ID
. These files are in a directly importable format.
From what I understand, many users are having difficulty working with separate datasets.
Therefore, I will update the actor to store the importable JSON data in the default dataset for easier access.
cdxiaodong
Actually, I've already done that and exported JSON, but these JSONs are ones that n8n cannot import even if I copy and paste them into n8n-ui
Muhammet Akkurt (muhammetakkurtt)
With the new update, when you set fetchImportableWorkflows
to true
,
you will receive only the importable workflow data in the default dataset.
Please make sure you are extracting the data correctly when importing it.
Ensure that you do not include square brackets ([ ]
) around the JSON,
as each workflow is provided as a standalone JSON object.
Using the JSONL format might be a better option in this case.
If you have problems again please share your run.