# Scrape Negative Shopify App Reviews by Rating

**Use case:** 

Mine low-rated Shopify app reviews for feature requests and complaints — rating, review text, store, country, time using the app and developer reply.

## Input

```json
{
  "searchQueries": [
    "email marketing"
  ],
  "appHandles": [
    "klaviyo-email-marketing"
  ],
  "includeReviews": true,
  "maxReviewsPerApp": 100,
  "reviewsSort": "lowest_rating",
  "emitReviewRecords": true,
  "enrichDeveloperContacts": false,
  "maxApps": 100,
  "monitoringMode": false,
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "appTitle": {
    "label": "App",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewDate": {
    "label": "Date",
    "format": "text"
  },
  "body": {
    "label": "Review",
    "format": "text"
  },
  "storeName": {
    "label": "Store",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "durationUsingApp": {
    "label": "Time using app",
    "format": "text"
  },
  "developerReply": {
    "label": "Developer reply",
    "format": "text"
  },
  "appUrl": {
    "label": "App URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Shopify App Store Scraper — Apps, Reviews & Developer Leads](https://apify.com/scrapesage/shopify-app-store-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/shopify-app-store-scraper) to learn more, explore other use cases, and run it yourself.