# Apps Like Notion on Google Play

**Use case:** 

Get a list of apps similar to Notion from the Google Play Store, including data and user reviews. Up to 50 results available.

## Input

```json
{
  "mode": "similar",
  "appId": "notion.id",
  "appIds": [],
  "query": "spotify",
  "devId": "Spotify AB",
  "collection": "TOP_FREE",
  "category": "",
  "age": "",
  "reviewSort": "NEWEST",
  "country": "us",
  "language": "en",
  "maxResults": 50,
  "fullDetail": false,
  "shortPermissions": false
}
```

## Output

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

## About this Actor

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