# Monitor Judge.me Shopify app reviews

**Use case:** 

Track recent public reviews for the Judge.me Shopify app and export review text, ratings, merchant details, and developer replies for competitor monitoring.

## Input

```json
{
  "appUrls": [
    {
      "url": "https://apps.shopify.com/judgeme/reviews"
    }
  ],
  "appHandles": [
    "judgeme"
  ],
  "maxReviewsPerApp": 20,
  "locale": "en",
  "maxPagesPerApp": 3
}
```

## Output

```json
{
  "appHandle": {
    "label": "App handle",
    "format": "text"
  },
  "appName": {
    "label": "App name",
    "format": "text"
  },
  "reviewId": {
    "label": "Review ID",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewText": {
    "label": "Review text",
    "format": "text"
  },
  "reviewDate": {
    "label": "Review date",
    "format": "text"
  },
  "merchantName": {
    "label": "Merchant",
    "format": "text"
  },
  "merchantCountry": {
    "label": "Country",
    "format": "text"
  },
  "merchantUsage": {
    "label": "Usage",
    "format": "text"
  },
  "developerReplyText": {
    "label": "Developer reply",
    "format": "text"
  },
  "aggregateRating": {
    "label": "App rating",
    "format": "number"
  },
  "aggregateReviewCount": {
    "label": "App review count",
    "format": "number"
  },
  "reviewUrl": {
    "label": "Review URL",
    "format": "link"
  },
  "appUrl": {
    "label": "App URL",
    "format": "link"
  },
  "pageNumber": {
    "label": "Page",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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