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

v1.0.5

Published

AppMarketScraper n8n community node for scraping Shopify App Store data

Readme

n8n-nodes-appmarketscraper

This is an n8n community node for AppMarketScraper. It lets you scrape data from the Shopify App Store and other app marketplaces in your n8n workflows.

AppMarketScraper is a web scraping and data aggregation SaaS platform that provides comprehensive data from app marketplaces including apps, categories, developers, and reviews.

n8n is a fair-code licensed workflow automation platform.

Features Installation Operations Credentials Compatibility Usage Resources Version history License

Features

  • Comprehensive Data Access: Scrape apps, categories, developers, and reviews from the Shopify App Store
  • API Integration: Calls AppMarketScraper API for reliable and fast data retrieval
  • Simple Input: Manual handle/ID input for precise control
  • Pagination Support: Built-in pagination for large datasets
  • Type-Safe: Fully typed TypeScript implementation

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

Shopify App

  • Get Many: Retrieve all apps from the Shopify App Store sitemap
  • Get: Fetch detailed information about a specific app by handle

Shopify App Review

  • Get Many: Get reviews for a specific app with pagination support

Shopify Category

  • Get: Fetch apps in a specific category with pagination

Shopify Developer

  • Get: Fetch detailed information about a specific developer

Credentials

AppMarketScraper API Key

This node requires an AppMarketScraper API key for authentication.

Prerequisites:

  1. Sign up at appmarketscraper.com
  2. Navigate to the API Keys section in your dashboard
  3. Generate a new API key

Setup:

  1. In n8n, create a new credential for "AppMarketScraper API"
  2. Enter your API key in the "API Key" field
  3. Test the connection to verify your credentials

Compatibility

  • Minimum n8n version: 1.0.0
  • Tested versions: n8n 1.60.0 and above
  • Node version: Node.js 22.x or higher

Usage

Getting Started

  1. Install the Node: Follow the installation instructions above
  2. Add Credentials: Configure your AppMarketScraper API key in n8n credentials
  3. Create a Workflow: Add the AppMarketScraper node to your workflow
  4. Select Resource: Choose between Shopify App, Category, or Developer
  5. Choose Operation: Select the operation you want to perform
  6. Configure Parameters: Set the required parameters for your operation

Example Workflows

Example 1: Scrape All Shopify Apps

AppMarketScraper (Get Many Apps) → Loop → Process Data → Database

Example 2: Get App Reviews

Manual Trigger → AppMarketScraper (Get Many Reviews) → Filter → Send Notification

Example 3: Monitor Category

Schedule (Daily) → AppMarketScraper (Get Category Apps) → Compare with Previous → Alert on New Apps

Example 4: Analyze Developer Portfolio

Manual Trigger → AppMarketScraper (Get Developer) → Calculate Metrics → Spreadsheet

Using Handle Parameters

All operations require a handle parameter, which is the slug from the Shopify App Store URL:

  • App Handle: From URLs like apps.shopify.com/klaviyo-email-marketing-sms → handle is klaviyo-email-marketing-sms
  • Category Handle: From URLs like apps.shopify.com/categories/sales-channels → handle is sales-channels
  • Developer Handle: From URLs like apps.shopify.com/partners/klaviyo → handle is klaviyo

Pagination

For operations that support pagination (like getting reviews or category apps), use the Page parameter to navigate through results. Each page typically contains up to 20-50 items depending on the endpoint.

Pagination

For operations that support pagination (like getting reviews or category apps), use the Page parameter to navigate through results.

Resources

Version History

0.1.0 (Initial Release)

  • Initial release of AppMarketScraper n8n community node
  • Support for Shopify App Store scraping via AppMarketScraper API
  • Resources: Shopify App, Shopify App Review, Shopify Category, Shopify Developer
  • Operations: Get Many, Get
  • Manual handle/ID input for precise control
  • Pagination support for reviews and categories

License

MIT License - see LICENSE.md for details.

Support