# 1-Star Reviews of Duolingo Android App

**Use case:** 

Access the latest 1-star reviews for the Duolingo Android app. Gather insights from 200 recent user experiences for your UX research.

## Input

```json
{
  "mode": "reviews",
  "appId": "com.duolingo",
  "appIds": [],
  "query": "spotify",
  "devId": "Spotify AB",
  "collection": "TOP_FREE",
  "category": "",
  "age": "",
  "reviewSort": "NEWEST",
  "reviewScore": 1,
  "country": "us",
  "language": "en",
  "maxResults": 200,
  "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.