# Spotify iOS release notes extractor

**Use case:** 

Export Spotify iOS versions, release dates, and release notes from its public US Apple App Store page.

## Input

```json
{
  "apps": [
    "https://apps.apple.com/us/app/spotify-music-and-podcasts/id324684580"
  ],
  "storefront": "us",
  "maxVersionsPerApp": 50,
  "maxConcurrency": 1
}
```

## Output

```json
{
  "appName": {
    "label": "App",
    "format": "string"
  },
  "version": {
    "label": "Version",
    "format": "string"
  },
  "releaseDate": {
    "label": "Release date",
    "format": "string"
  },
  "releaseNotes": {
    "label": "Release notes",
    "format": "string"
  },
  "storefront": {
    "label": "Storefront",
    "format": "string"
  },
  "appId": {
    "label": "App ID",
    "format": "string"
  },
  "appUrl": {
    "label": "App page",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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