# Security Apps on the Shopify App Store

**Use case:** 

Every security app in the Shopify App Store's Security category, in the order the store ranks them, with developer, star rating

## Input

```json
{
  "categories": [
    "store-management-security"
  ],
  "appHandles": [
    "klaviyo-email-marketing",
    "judgeme-product-reviews"
  ],
  "pagesPerCategory": 3,
  "searchTerm": "email",
  "minRating": 4,
  "minReviews": 100,
  "pricing": "freemium",
  "maxApps": 90,
  "requestsPerSecond": 3
}
```

## Output

```json
{
  "appHandle": {
    "label": "App handle",
    "format": "string"
  },
  "appName": {
    "label": "App name",
    "format": "string"
  },
  "developer": {
    "label": "Developer",
    "format": "string"
  },
  "ratingValue": {
    "label": "Star rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Review count",
    "format": "integer"
  },
  "lowestPaidPlanUsd": {
    "label": "Cheapest paid plan (USD)",
    "format": "number"
  },
  "hasFreePlan": {
    "label": "Has a free plan",
    "format": "boolean"
  },
  "categoryRank": {
    "label": "Rank in category",
    "format": "integer"
  },
  "appUrl": {
    "label": "Listing URL",
    "format": "string"
  }
}
```

## About this Actor

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