# Monitor new Shopify apps in a category

**Use case:** 

Monitor a Shopify App Store category and get only newly listed apps each run: title, developer, rating, pricing and the Built for Shopify badge.

## Input

```json
{
  "searchQueries": [
    "email marketing"
  ],
  "categories": [
    "marketing-and-conversion-social-trust-product-reviews"
  ],
  "includeReviews": false,
  "maxReviewsPerApp": 50,
  "reviewsSort": "newest",
  "emitReviewRecords": false,
  "enrichDeveloperContacts": false,
  "maxApps": 100,
  "monitoringMode": true,
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "App",
    "format": "text"
  },
  "developerName": {
    "label": "Developer",
    "format": "text"
  },
  "primaryCategory": {
    "label": "Category",
    "format": "text"
  },
  "ratingValue": {
    "label": "Rating",
    "format": "number"
  },
  "reviewsCount": {
    "label": "Reviews",
    "format": "number"
  },
  "builtForShopify": {
    "label": "Built for Shopify",
    "format": "boolean"
  },
  "pricing": {
    "label": "Pricing",
    "format": "object"
  },
  "developerWebsite": {
    "label": "Developer site",
    "format": "link"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "url": {
    "label": "App URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Shopify App Store Scraper — Apps, Reviews & Developer Leads](https://apify.com/scrapesage/shopify-app-store-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/shopify-app-store-scraper) to learn more, explore other use cases, and run it yourself.