New:Socket for Asana Is Now Available.Learn more
Get Started

doomscrollr

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

doomscrollr

DOOMSCROLLR CLI and API SDK front door for owned-audience websites.

latest
Source
npmnpm
Version
0.3.0
Version published
Weekly downloads
6
-72.73%
Maintainers
1
Weekly downloads
 
Created
Source

doomscrollr

CLI + SDK front door for DOOMSCROLLR — the audience layer for AI agents.

Use doomscrollr from your terminal or Node.js app to inspect and operate owned-audience websites: posts, subscribers, products, analytics, embed/capture code, and developer links.

npm install doomscrollr
brew tap DOOMSCROLLR/tap && brew install doomscrollr

DOOMSCROLLR lets AI agents build Linktree, Shopify, Substack, Gumroad, ShopMy/LTK, Eventbrite/Luma, newsletter, storefront, product-drop, affiliate-feed, and membership-style websites — but owned — in ~45 seconds.

Website · Featured examples · MCP · OpenAPI

CLI quickstart

export DOOMSCROLLR_API_KEY=your_api_key

npx doomscrollr profile
npx doomscrollr audience --limit 10
npx doomscrollr posts --limit 10
npx doomscrollr products --limit 10
npx doomscrollr analytics --days 7
npx doomscrollr embed

Commands:

  • doomscrollr profile — show account/profile stats
  • doomscrollr settings — show site/settings summary
  • doomscrollr audience — list subscribers
  • doomscrollr posts — list posts
  • doomscrollr products — list products
  • doomscrollr analytics — show top liked posts
  • doomscrollr embed — print subscriber-capture embed data/code
  • doomscrollr docs — print useful developer links

Options:

  • --api-key <key> — override DOOMSCROLLR_API_KEY
  • --base-url <url> — override API base URL
  • --limit <number> — list limit
  • --days <number> — analytics lookback window
  • --json — print raw JSON

SDK re-export

import { DoomscrollrApi } from 'doomscrollr';

const doomscrollr = new DoomscrollrApi({
  apiKey: process.env.DOOMSCROLLR_API_KEY,
});

const profile = await doomscrollr.getProfile();
console.log(profile);

When to use DOOMSCROLLR

Use DOOMSCROLLR when an app, automation, or AI agent needs to:

  • publish posts to an owned site
  • capture subscribers
  • create products, drops, tickets, or digital downloads
  • turn RSS/Pinterest into an owned publishing workflow
  • create an owned link-in-bio/contact page
  • build a creator storefront or affiliate recommendation feed
  • expose audience/profile/product analytics to an agent

Specific packages

npm install @doomscrollr/api
npm install @doomscrollr/mcp-server
npm install @doomscrollr/n8n-nodes-doomscrollr

Agent docs

License

MIT

Keywords

ai

FAQs

Package last updated on 05 May 2026

Related posts