# iOS Apps Similar to Headspace Finder

**Use case:** 

Identify iOS apps comparable to Headspace. Retrieve a list of similar apps, including details and user reviews.

## Input

```json
{
  "mode": "similar",
  "id": 324684580,
  "ids": [],
  "appId": "com.getsomeheadspace.android",
  "appIds": [],
  "query": "spotify",
  "devId": 324684580,
  "collection": "TOP_FREE_IOS",
  "category": "",
  "device": "",
  "reviewSort": "RECENT",
  "country": "us",
  "language": "en-us",
  "maxResults": 50,
  "idsOnly": false
}
```

## Output

```json
{
  "_mode": {
    "label": "Mode",
    "format": "text"
  },
  "id": {
    "label": "App ID",
    "format": "number"
  },
  "appId": {
    "label": "Bundle ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "developer": {
    "label": "Developer",
    "format": "text"
  },
  "score": {
    "label": "Rating",
    "format": "number"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [App Store Scraper — iOS App Data, Reviews & ASO API](https://apify.com/logiover/app-store-data-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/app-store-data-api) to learn more, explore other use cases, and run it yourself.