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

v1.0.1

Published

n8n node for Pullbay API - App Store, Google Play, DuckDuckGo and more

Downloads

306

Readme

n8n-nodes-pullbay

This is an n8n community node. It lets you use Pullbay in your n8n workflows.

Pullbay is a data API that gives you structured access to public data from the Apple App Store, Google Play, Google Search, Google News, DuckDuckGo, and YouTube — no scraping infrastructure required.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Usage
Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

To install from the n8n GUI:

  1. Go to Settings > Community Nodes.
  2. Select Install.
  3. Enter n8n-nodes-pullbay in Enter npm package name.
  4. Agree to the risks of using community nodes.
  5. Select Install.

Alternatively, install it manually:

npm install n8n-nodes-pullbay

Operations

The Pullbay node is organized into resources, each exposing a set of operations.

App Store

  • Fetch App — Get app details by App ID or Bundle ID.
  • Fetch Developer — Get all apps published by a developer.
  • Fetch Reviews — Get reviews for an app (sortable by recent or helpful).
  • Fetch Similar Apps — Get apps similar to a given app.
  • Search Apps — Search the App Store for apps.

Google Play

  • Fetch App — Get app details by package name.
  • Fetch Data Safety — Get the data safety information for an app.
  • Fetch Permissions — Get the permissions requested by an app.
  • Fetch Reviews — Get reviews for an app (sortable by newest, rating, or helpfulness).
  • Fetch Similar Apps — Get apps similar to a given app.
  • Search Apps — Search Google Play for apps (filter by free/paid).

Google Search

  • Search — Search the web via Google with country, language, and safe search options.

Google News

  • News By Category — Get news articles by category (business, technology, sport, and more).
  • Search News — Search for news articles, with optional URL resolution.

DuckDuckGo

  • Search — Search the web.
  • Search Images — Search for images.
  • Search News — Search for news.
  • Search Videos — Search for videos.

All DuckDuckGo operations support region selection, pagination offset, safe search, and time range filtering.

YouTube

  • Fetch Channel — Get channel details by ID, handle, or channel URL.
  • Fetch Comments — Get comments for a video (sortable by top or latest).
  • Fetch Trending — Get trending videos by country.
  • Fetch Video — Get video details (video or shorts).
  • Fetch Videos by Hashtag — Get videos for a given hashtag.
  • Search — Search YouTube for videos, channels, or playlists, with rich filters (duration, features, upload date, sort by, and more).

Credentials

You need a Pullbay account and an API key to use this node.

  1. Sign up at Pullbay and obtain your API key from your dashboard.
  2. In n8n, create a new Pullbay API credential.
  3. Enter your API Key. The key is sent with each request via the x-api-key header.
  4. Optionally adjust the Base URL (defaults to https://dashboard.pullbay.com).

See the Pullbay documentation for more details.

Compatibility

Requires n8n with n8nNodesApiVersion 1. Tested against recent n8n releases. This node can also be used as an AI tool within agent workflows.

Usage

  1. Add the Pullbay node to your workflow.
  2. Select a Resource (for example, App Store).
  3. Select an Operation (for example, Search Apps).
  4. Fill in the required parameters and any optional Additional Fields (such as country or language).
  5. Execute the workflow to retrieve structured data.

If you're new to n8n, check out Try it out in the n8n documentation.

Resources