# Pricing Apps on the Shopify App Store

**Use case:** 

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

## Input

```json
{
  "categories": [
    "selling-products-pricing"
  ],
  "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"
  },
  "pricingPlanCount": {
    "label": "Pricing plans",
    "format": "integer"
  },
  "hasFreePlan": {
    "label": "Has a free plan",
    "format": "boolean"
  },
  "lowestPaidPlanUsd": {
    "label": "Cheapest paid plan (USD)",
    "format": "number"
  },
  "highestPaidPlanUsd": {
    "label": "Dearest paid plan (USD)",
    "format": "number"
  },
  "pricingPlans": {
    "label": "Pricing plans",
    "format": "array"
  }
}
```

## 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.