
n8n Template Scraper
Pricing
$5.00 / 1,000 results

n8n Template Scraper
Unlock the power of N8N automation with this comprehensive template scraper. Get detailed insights into workflow patterns, usage statistics, and automation configurations. Perfect for developers, automation specialists, and businesses looking to optimize their workflow processes.
3.1 (5)
Pricing
$5.00 / 1,000 results
27
Total users
233
Monthly users
114
Runs succeeded
>99%
Issues response
0.71 hours
Last modified
4 days ago
Does it scrape the workflow JSON from the template pages?
Closed
From what I can see it gets the information about the template but not the actual JSON of the workflow. When I look at the JSON created by the scrape, the JSON for the workflow is missing. The readme of the scraper suggests it should get the JSON of each template workflow? Can you confirm?
Louis Deconinck (louisdeconinck)
The 'nodes' field contains a JSON structure describing the template workflow.
biggerhits
Thanks, I can see it's describing the flow, but it does not scrape the full JSON of the flow right? Ie a JSON file that can imported into n8n or cut pasted onto the canvas?
Louis Deconinck (louisdeconinck)
That's correct. I can look into that, but I don't think that information is publicly available, or is it?
biggerhits
It is. Manually one can click into the canvas on the template page and interact with the nodes of the template. One can cut and paste the nodes into a n8n canvas, is cut and paste the JSON.
Louis Deconinck (louisdeconinck)
Ok, I'll investigate this and see if I can add it to the scraper.
cdxiadong
I also have this problem
chirpy_kelp
Issue fixed?
Louis Deconinck (louisdeconinck)
I just added the option to also scrape the JSON template workflow. For this you want to toggle the field getWorkflows
to true. This will add a field to the output called workflow
that contains the JSON workflow template as an object. Sorry for the delay, and thanks for requesting it.