n8n Template Scraper avatar
n8n Template Scraper

Pricing

$5.00 / 1,000 results

Go to Store
n8n Template Scraper

n8n Template Scraper

Developed by

Louis Deconinck

Louis Deconinck

Maintained by Community

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

BI

Does it scrape the workflow JSON from the template pages?

Closed

biggerhits opened this issue
2 months ago

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?

louisdeconinck avatar

The 'nodes' field contains a JSON structure describing the template workflow.

BI

biggerhits

2 months ago

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?

louisdeconinck avatar

That's correct. I can look into that, but I don't think that information is publicly available, or is it?

BI

biggerhits

a month ago

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.

louisdeconinck avatar

Ok, I'll investigate this and see if I can add it to the scraper.

CD

cdxiadong

a month ago

I also have this problem

CK

chirpy_kelp

5 days ago

Issue fixed?

louisdeconinck avatar

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.