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-store-actor-intelligence-api

v0.1.1

Published

Get pricing, usage, reliability, and ratings for any public Actor in the Apify Store. Apify-backed n8n community node, pay-per-result, and usable as an AI agent tool.

Readme

n8n-nodes-store-actor-intelligence-api

An n8n community node that pulls commercial intelligence on every public Actor in the Apify Store: pricing, usage trends, reliability, and ratings, returned as structured JSON. It is backed by the Apify Store API on Apify and bills per result, so there are no subscriptions and no minimums.

Installation · Credentials · Operations · Output · Example workflows · Pricing · Resources

What it does

Search the Apify Store by keyword, category, pricing model, or developer (or sweep the whole store), and it returns one item per Actor with pricing, 7/30/90-day users, run counts, a computed 30-day success rate, ratings, and bookmarks. It also works as an AI Agent tool, so an agent can answer questions about Store Actors on demand.

  • Filter by keyword, category, pricing model, developer, and sort order
  • One clean item per Actor, with pricing and reliability data
  • Choose how much data to return per Actor: Simplified, Raw, or Selected Fields
  • Optionally enrich each Actor with its full README and input schema

Installation

Follow the n8n community nodes installation guide:

  1. In n8n, open Settings > Community Nodes.
  2. Select Install.
  3. Enter n8n-nodes-store-actor-intelligence-api and confirm.
  4. The Apify Store node is now available in the node picker.

Credentials

You need an Apify API token (the node authenticates to Apify on your behalf).

  1. Create a free Apify account.
  2. In the Apify Console, open Settings > Integrations and copy your API token.
  3. In n8n, create a new Apify API credential and paste the token. OAuth2 is also supported.

Operations

Actor > Search - search the Apify Store and return one item per matching Actor.

Inputs (all optional):

| Field | Description | | --- | --- | | Search Keyword | Keyword across title, name, description, developer, and README | | Category | One of the 25 Apify Store categories | | Pricing Model | Free, Flat Monthly Price, Price Per Dataset Item, or Pay Per Event | | Developer Username | Filter to one developer handle | | Sort By | Relevance, Popularity, Newest, or Last Updated | | Maximum Actors | How many to return (0 = the entire store) | | Start Offset | Skip this many Actors first (resume or shard) | | Include Full README and Input Schema | Enrich each Actor with deeper data |

Output

The Output parameter controls how much data each item carries:

  • Simplified (default): a compact, LLM-friendly object. Forced automatically when the node is used as an AI Agent tool.
  • Raw: every field the API returns.
  • Selected Fields: pick exactly which fields to return.

Common fields:

| Field | Meaning | | --- | --- | | title, name, username, url | Identity of the Actor and its developer | | pricingModel, pricePerUnitUsd, pricingEvents | Pricing model and per-event prices | | totalUsers, monthlyUsers, totalUsers7Days/30Days/90Days | Usage and growth | | totalRuns, totalBuilds, lastRunStartedAt | Activity | | successRate30Days, runs30DaysTotal/Succeeded/Failed | Reliability | | reviewRating, reviewCount, bookmarkCount | Quality and demand | | categories, description | Classification |

Example workflows

Top free Actors in a category

  1. Apify Store node: Category = AI, Pricing Model = Free, Sort By = Popularity, Maximum Actors = 25.
  2. Read title, monthlyUsers, and successRate30Days from each item.

Daily competitor watch

  1. Schedule Trigger (daily).
  2. Apify Store node: Search Keyword = your niche, Sort By = Popularity.
  3. Send the results to a sheet or Slack to track pricing and usage over time.

As an AI Agent tool, connect the node to an agent and ask things like "which Apify Store Actors for Instagram have the highest success rate?".

Pricing

The backing Apify Store API bills per Actor returned on Apify's pay-per-event model, priced to be the cheapest Store-data API available. You pay only for what you pull; see the live price on the Store page.

Resources

Last Updated: 2026.06.29