npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-legacy-orchestrator

v1.0.1

Published

n8n community node for Legacy Orchestrator - Self-healing AI web scraper for enterprise portals

Readme

n8n-nodes-legacy-orchestrator

Self-healing AI web scraper for enterprise portals, legacy systems, and protected sites.

This n8n community node lets you extract data from difficult websites using natural language. Unlike traditional scrapers that break when UIs change, Legacy Orchestrator uses AI-powered visual navigation that automatically fixes itself.

Features

  • 🧠 Natural Language Tasks - Describe what you want in plain English
  • 🔄 Self-Healing - Automatically adapts when UI elements change
  • 🛡️ Anti-Bot Bypass - Stealth levels 1-3 for protected sites
  • 👁️ Vision Fallback - Uses computer vision when selectors fail
  • 🌐 Multi-System - Web portals, SSH terminals, Telnet mainframes, VNC desktops
  • GPT-4o Planning - Optional AI planning via your own n8n webhook

Installation

Community Nodes (Recommended)

  1. Go to SettingsCommunity Nodes
  2. Select Install a community node
  3. Enter n8n-nodes-legacy-orchestrator
  4. Agree to the risks and click Install

Manual Installation

cd ~/.n8n/nodes
npm install n8n-nodes-legacy-orchestrator

Credentials

You'll need an Apify API token:

  1. Create a free account at apify.com
  2. Go to SettingsIntegrations
  3. Copy your API token
  4. Add it as credentials in n8n

Operations

Extract Data

Extract information from any web page using natural language.

Parameters:

  • Target URL - The page to scrape
  • Task Description - What to extract (e.g., "Extract the top 5 products with prices")
  • System Type - Web portal, SSH, Telnet, or VNC
  • Planning Webhook - (Optional) Your n8n webhook for GPT-4o navigation

Navigate & Execute

Perform multi-step workflows with AI guidance.

Get Run Status

Check if an orchestration run has completed.

Get Results

Retrieve extracted data from a completed run.

Examples

Basic Extraction

URL: https://finance.yahoo.com/quote/AAPL
Task: Extract the current stock price, daily change, and market cap

Output:

{
  "extractedData": {
    "stockPrice": "248.04",
    "dailyChangePercentage": "-0.12%",
    "marketCap": "3665T"
  }
}

Multi-Step Navigation

URL: https://portal.company.com
Task: Log in, navigate to Reports, download the Q4 sales data
Planning Webhook: https://your-n8n.com/webhook/legacy-planner

AI Planning Workflow

For complex navigation, import the AI planning workflow:

https://ef1e9a0f-1267-4cd9-bc9f-029ef9b8b0d2.usrfiles.com/ugd/ef1e9a_953db7c04b5a4e7abd93f1c7a7f3a9fc.json
  1. Import this URL into your n8n instance
  2. Add your OpenAI API credentials
  3. Activate and copy the webhook URL
  4. Use it in the "Planning Webhook URL" field

Security

  • 🔒 Credentials isolated - Your API tokens never leave the actor
  • 🔒 No code execution - Only predefined actions (click, type, wait)
  • 🔒 Audit logging - Every action recorded for compliance

Pricing

Uses Apify platform credits:

  • ~$0.02 per extraction
  • ~$0.50/hour for compute time

Support

License

MIT License - Built by Jason Pellerin AI Solutionist


Stop writing brittle scrapers. Let AI handle the complexity.