appmarketscraper

AppMarketScraper n8n community node for scraping Shopify App Store data

Package Information

Downloads: 1 weekly / 43 monthly
Latest Version: 1.0.5
Author: AppMarketScraper

Documentation

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

Discussion