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

@doomscrollr/n8n-nodes-doomscrollr

v0.1.6

Published

n8n community node for DOOMSCROLLR owned-audience workflows: posts, subscribers, products, pages, Pinterest, RSS, and analytics.

Downloads

818

Readme

DOOMSCROLLR n8n Community Node

Automate DOOMSCROLLR — the audience layer for AI agents — from n8n.

Use this community node to publish posts, collect subscribers, create products and pages, connect RSS/Pinterest sources, retrieve embed code, and inspect audience engagement from n8n workflows.

DOOMSCROLLR turns automations and AI agents into owned-audience websites: Linktree, Shopify, Substack, Gumroad, ShopMy/LTK, Eventbrite/Luma, product drops, affiliate feeds, newsletters, and membership-style flows — but owned.

Docs · Workflow templates · OpenAPI · Featured examples

npm install @doomscrollr/n8n-nodes-doomscrollr

High-value workflows

  • New RSS item → create DOOMSCROLLR post
  • New Typeform/Tally/Airtable lead → add subscriber
  • New Shopify order → add/update subscriber
  • New Airtable product row → create DOOMSCROLLR product
  • New DOOMSCROLLR post → notify Slack
  • DOOMSCROLLR audience export → sync Google Sheets

Installation

Install the community node package in n8n:

npm install @doomscrollr/n8n-nodes-doomscrollr

For self-hosted n8n, you can also install it from Settings → Community nodes using:

@doomscrollr/n8n-nodes-doomscrollr

Credentials

Create a DOOMSCROLLR API credential in n8n. If you need a key, create a free account at doomscrollr.com.

Fields:

  • API Key — create an API key in your DOOMSCROLLR dashboard.
  • Base URL — defaults to https://doomscrollr.com.

The node authenticates with Authorization: Bearer <api key> and tests credentials against /api/v1/profile.

Included operations

The first package version exposes one regular n8n node, DOOMSCROLLR, with resource/operation groups:

  • Profile — get account/profile details.
  • Posts — list posts, create image posts, create link posts.
  • Subscribers — list subscribers, add subscribers.
  • Products — list products, create products.
  • Pages — list pages, create pages, create contact/link pages.
  • Pinterest — connect a board, check status, search pins, search pins and create posts.
  • RSS — connect a feed, check status.
  • Capture Widget — get or update capture settings.
  • Embed Code — retrieve subscriber-capture embed code.
  • Analytics — retrieve top liked posts.

Example workflows

Publish RSS items into DOOMSCROLLR

  1. Add an RSS trigger or schedule.
  2. Add DOOMSCROLLR → RSS → Connect Feed for a source you want to monitor.
  3. Use DOOMSCROLLR → Post → Create Link Post to publish selected items to your owned audience hub.

Turn a lead form into subscribers

  1. Capture submissions with Webhook, Typeform, Tally, Airtable, or another n8n trigger.
  2. Map email/name fields into DOOMSCROLLR → Subscriber → Add.
  3. Optionally follow with Embed Code → Get Code to include capture forms on external sites.

Create a product from automation

  1. Receive product data from a form, AI agent, or commerce workflow.
  2. Add DOOMSCROLLR → Product → Create.
  3. Provide title, description, price, type, and optional cover image URL.

Development

npm ci
npm run build
npm run lint
npm pack --dry-run

After the package is published to npm, run:

npm run scan

The package is built with the official n8n-node CLI and uses n8n credentials for all user-provided secrets. It does not read environment variables or the filesystem at runtime.

Publishing

Publishing should happen from GitHub Actions with npm provenance enabled. See PUBLISHING.md.

License

MIT