# Scrape Shopify SEO Apps

**Use case:** 

Collect public Shopify App Store SEO app metadata from known app handles for ecommerce tooling research and review monitoring.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://apps.shopify.com/judgeme"
    },
    {
      "url": "https://apps.shopify.com/klaviyo-email-marketing"
    }
  ],
  "handles": [
    "plug-in-seo",
    "booster-seo"
  ],
  "categoryUrls": [
    {
      "url": "https://apps.shopify.com/categories/marketing-and-conversion-social-trust-product-reviews"
    }
  ],
  "maxItems": 1,
  "includeRelatedApps": false
}
```

## Output

```json
{
  "url": {
    "label": "App URL",
    "format": "string"
  },
  "handle": {
    "label": "Handle",
    "format": "string"
  },
  "name": {
    "label": "App name",
    "format": "string"
  },
  "developerName": {
    "label": "Developer",
    "format": "string"
  },
  "pricingSummary": {
    "label": "Pricing",
    "format": "string"
  },
  "ratingValue": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Rating count",
    "format": "number"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "features": {
    "label": "Features",
    "format": "array"
  },
  "relatedApps": {
    "label": "Related apps",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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