# Discover Related Shopify Apps

**Use case:** 

Discover related public Shopify App Store apps from seed listings, including names, pricing, ratings, developers, categories, integrations, icons, and...

## Input

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

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