# Map an iOS Developer’s Public App Portfolio

**Use case:** 

Start from a known App Store app ID and expand to other public apps from the same developer portfolio for competitive or partner research.

## Input

```json
{
  "searchTerms": [
    "todo app",
    "fitness tracker"
  ],
  "appIds": [
    "284882215"
  ],
  "country": "US",
  "language": "en_us",
  "maxItems": 25,
  "includeDeveloperApps": true
}
```

## Output

```json
{
  "appName": {
    "label": "App name",
    "format": "text"
  },
  "appId": {
    "label": "App ID",
    "format": "number"
  },
  "bundleId": {
    "label": "Bundle ID",
    "format": "text"
  },
  "developer": {
    "label": "Developer",
    "format": "text"
  },
  "primaryGenre": {
    "label": "Primary genre",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "averageRating": {
    "label": "Avg. rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Ratings",
    "format": "number"
  },
  "version": {
    "label": "Version",
    "format": "text"
  },
  "updatedDate": {
    "label": "Updated",
    "format": "date"
  },
  "appStoreUrl": {
    "label": "App Store URL",
    "format": "link"
  },
  "artworkUrl": {
    "label": "Artwork",
    "format": "image"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "searchTerm": {
    "label": "Search term",
    "format": "text"
  }
}
```

## About this Actor

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