# Shopify SEO Apps & Pricing

**Use case:** 

Site optimization apps whose listing mentions SEO, with merchant rating, review count and every advertised plan.

## Input

```json
{
  "categories": [
    "store-design-site-optimization"
  ],
  "appHandles": [
    "klaviyo-email-marketing",
    "judgeme-product-reviews"
  ],
  "pagesPerCategory": 5,
  "searchTerm": "seo",
  "minRating": 4,
  "minReviews": 100,
  "pricing": "freemium",
  "maxApps": 120,
  "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.