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

v0.3.0

Published

n8n community node for ApexApi — call 15+ AI providers (OpenAI, Anthropic, Google, Amazon Bedrock, Mistral, and more) through one OpenAI-compatible API, with optional JSON / JSON-schema structured output.

Readme

n8n-nodes-apexapi

An n8n community node for ApexApi — call 14 AI providers (OpenAI, Anthropic, Google, Mistral, DeepSeek, Groq, and more) through one OpenAI-compatible API key. Switch any model from a single dropdown.

Installation

n8n (self-hosted): Settings → Community Nodes → Install → n8n-nodes-apexapi.

(n8n Cloud support requires verification — in progress.)

Credentials

Create an ApexApi key at https://apexapi.dev/keys (starts with ak-). Add an ApexApi account credential in n8n and paste the key. The connection is tested against GET /v1/models.

This package ships three nodes (one install):

  • ApexApi — call models (chat / image / video / audio).
  • ApexApi Context — give AI live web context (read a page, crawl a site, structured extract).
  • ApexApi Chat Model — a model sub-node for n8n's AI Agent / LangChain nodes.

ApexApi — operations

  • Chat → Message a Model — send a prompt/messages to any chat model.
  • Image → Generate Image — generate images.
  • Video → Generate Video — generate a video (waits for completion by default) and Get Result to poll a job by id.

Each resource's Model dropdown is populated live from your account's available models.

ApexApi Context — operations

Turn the web into clean, LLM-ready data on the same ak- key. You only pay for successful results; failures are free.

  • Read a Page — any URL → clean markdown/HTML/text, with automatic anti-bot handling.
  • Read a Site — crawl a whole website into markdown (async; the node waits for completion by default). Cap Max Pages to bound cost.
  • Structured Extract — ready-made structured JSON from Amazon, Walmart, Crunchbase, G2, Google Maps, or Zillow. Pick a Scraper and pass the item URL (async).

Templates

See the templates/ folder for ready-to-import workflows (news → caption → post, prompt → image → post, and an AI Agent using ApexApi as its model).

License

MIT