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-weld

v1.1.4

Published

n8n community node for Weld — web scraping across LinkedIn, Instagram, TikTok, Twitter/X, YouTube & Facebook

Readme

n8n-nodes-weld

n8n community node for Weld — web scraping across LinkedIn, Instagram, TikTok, Twitter/X, YouTube, Facebook, Indeed, Glassdoor, Yelp, GitHub & Crunchbase.

Installation

In your n8n instance, go to Settings → Community Nodes → Install and enter:

n8n-nodes-weld

Credentials

  1. Log in to Weld
  2. Go to Settings → API Keys and create a new key
  3. In n8n, add a Weld API credential with your API key and base URL

Nodes

Per-Platform Scraper Nodes

Each scraper has its own dedicated node with tailored input fields and AI agent descriptions:

| Node | Scraper | Input | Cost | | ---- | ------- | ----- | ---- | | Weld LinkedIn Profiles | linkedin-profiles | Profile URLs | 5 cr | | Weld LinkedIn Companies | linkedin-companies | Company URLs | 5 cr | | Weld LinkedIn Posts | linkedin-posts | Profile/Company/Post URLs | 3 cr | | Weld Instagram Profiles | instagram-profiles | Profile URLs | 4 cr | | Weld Instagram Posts | instagram-posts | Post URLs | 3 cr | | Weld Instagram Comments | instagram-comments | Post URLs | 2 cr | | Weld TikTok Profiles | tiktok-profiles | Profile URLs | 4 cr | | Weld TikTok Videos | tiktok-posts | Video URLs | 3 cr | | Weld Twitter/X Profiles | twitter-profiles | Profile URLs | 4 cr | | Weld Twitter/X Posts | twitter-posts | Post URLs | 3 cr | | Weld YouTube Channels | youtube-channels | Channel URLs | 4 cr | | Weld YouTube Comments | youtube-comments | Video URLs | 2 cr | | Weld Facebook Profiles | facebook-profiles | Profile URLs | 4 cr | | Weld Facebook Groups | facebook-groups | Group URLs | 3 cr | | Weld Indeed Jobs | indeed-jobs | Job listing URLs | 5 cr | | Weld Indeed Companies | indeed-companies | Company URLs | 5 cr | | Weld Glassdoor Companies | glassdoor-companies | Company URLs | 5 cr | | Weld Glassdoor Reviews | glassdoor-reviews | Review URLs | 5 cr | | Weld Glassdoor Jobs | glassdoor-jobs | Job listing URLs | 5 cr | | Weld Yelp Businesses | yelp-businesses | Business URLs | 5 cr | | Weld Yelp Reviews | yelp-reviews | Review URLs | 5 cr | | Weld GitHub Repositories | github-repositories | Repository URLs | 5 cr | | Weld Crunchbase Companies | crunchbase-companies | Company URLs | 5 cr |

Each scraper node supports three operations:

| Operation | Description | | --------- | ----------- | | Create | Start a new scrape job with URLs and optionally wait for completion | | Get | Get job status and details by ID | | Get Results | Retrieve scraped data from a completed job |

Weld Jobs (Management Node)

The Weld Jobs node handles cross-cutting job management and credits:

| Resource | Operation | Description | | -------- | --------- | ----------- | | Job | Get | Get job status and details by ID | | Job | Get Results | Retrieve scraped data from a completed job | | Job | List | List recent scrape jobs with optional status filter | | Job | Cancel | Cancel a pending/processing job and refund credits | | Credits | Get Balance | Check your current credit balance | | Credits | Get Transactions | View your credit transaction history |

Features

  • AI Agent compatible — each scraper node has a focused usableAsTool description for accurate tool selection
  • Per-platform icons — color-coded icons make it easy to identify scrapers on the canvas
  • Return All toggle — standard n8n pagination pattern for Get Results and List operations
  • Exponential backoff — automatic retry on transient 5xx, 429, and network errors during polling
  • Data provenance — every output item includes pairedItem for n8n's data tracking
  • Dark mode — icons adapt to n8n's light and dark themes

Wait for Completion

When creating a job with "Wait for Completion" enabled, the node polls until the job finishes and outputs each scraped record as a separate n8n item — ready to pipe into the next node in your workflow.

For long-running jobs, prefer using the Weld Jobs node's Get/Get Results operations on a schedule to avoid holding an n8n worker.