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.

4.3 (4)

Pricing

$5.00 / 1,000 results

8

Total users

95

Monthly users

47

Runs succeeded

99%

Issue response

0.49 hours

Last modified

3 months ago

BI

Does it scrape the workflow JSON from the template pages?

Open

biggerhits opened this issue
4 days 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

4 days 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

2 days 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.