# Shopify Email Marketing Apps & Pricing

**Use case:** 

Every app in the marketing category whose listing mentions email, with the full pricing ladder and merchant rating for each.

## Input

```json
{
  "categories": [
    "marketing-and-conversion-marketing"
  ],
  "appHandles": [
    "klaviyo-email-marketing",
    "judgeme-product-reviews"
  ],
  "pagesPerCategory": 6,
  "searchTerm": "email",
  "minRating": 4,
  "minReviews": 100,
  "pricing": "freemium",
  "maxApps": 150,
  "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.