# Spotify Similar App Finder

**Use case:** 

Find similar iOS music apps from Spotify for ASO competitor research, app market maps, and category monitoring.

## Input

```json
{
  "appUrls": [
    {
      "url": "https://apps.apple.com/us/app/spotify-music-and-podcasts/id324684580"
    }
  ],
  "appIds": [
    "324684580"
  ],
  "searchTerms": [
    "fitness tracker"
  ],
  "country": "us",
  "maxSeeds": 1,
  "maxResultsPerSeed": 50,
  "includeSameDeveloper": true,
  "includeSearchFallback": true,
  "fallbackSearchTerms": [
    "music streaming"
  ]
}
```

## Output

```json
{
  "seedAppName": {
    "label": "Seed app"
  },
  "sourceSection": {
    "label": "Source"
  },
  "rank": {
    "label": "Rank"
  },
  "trackName": {
    "label": "Similar app"
  },
  "developerName": {
    "label": "Developer"
  },
  "primaryGenreName": {
    "label": "Genre"
  },
  "averageUserRating": {
    "label": "Rating"
  },
  "userRatingCount": {
    "label": "Ratings"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "trackViewUrl": {
    "label": "App Store URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Similar App Store Applications Finder](https://apify.com/automation-lab/similar-app-store-applications-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/similar-app-store-applications-finder) to learn more, explore other use cases, and run it yourself.