# Budget Planner App Market Map

**Use case:** 

Create an iOS budget planner competitor dataset from App Store search terms with similar apps and metadata.

## Input

```json
{
  "appUrls": [
    {
      "url": "https://apps.apple.com/us/app/spotify-music-and-podcasts/id324684580"
    },
    {
      "url": "https://apps.apple.com/us/app/duolingo-language-lessons/id570060128"
    }
  ],
  "appIds": [
    "324684580"
  ],
  "searchTerms": [
    "budget planner"
  ],
  "country": "us",
  "maxSeeds": 3,
  "maxResultsPerSeed": 100,
  "includeSameDeveloper": true,
  "includeSearchFallback": true,
  "fallbackSearchTerms": [
    "personal finance",
    "expense tracker",
    "money manager"
  ]
}
```

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