# Monitor 1-star WordPress plugin reviews and support replies

**Use case:** 

Collect recent 1-star WordPress.org plugin reviews for multiple plugins to track complaints, replies, rating summaries, and issue trends.

## Input

```json
{
  "pluginSlugs": [
    "woocommerce",
    "contact-form-7",
    "wordpress-seo"
  ],
  "startUrls": [
    {
      "url": "https://wordpress.org/support/plugin/woocommerce/reviews/"
    }
  ],
  "maxReviewsPerPlugin": 50,
  "starFilter": "1",
  "includeRatingSummary": true,
  "includeReviewBody": true
}
```

## Output

```json
{
  "pluginSlug": {
    "label": "Plugin slug",
    "format": "text"
  },
  "pluginName": {
    "label": "Plugin name",
    "format": "text"
  },
  "reviewTitle": {
    "label": "Review title",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewerName": {
    "label": "Reviewer",
    "format": "text"
  },
  "reviewerUsername": {
    "label": "Reviewer username",
    "format": "text"
  },
  "participants": {
    "label": "Participants",
    "format": "number"
  },
  "replies": {
    "label": "Replies",
    "format": "number"
  },
  "lastActivityText": {
    "label": "Last activity",
    "format": "text"
  },
  "reviewBody": {
    "label": "Review body",
    "format": "text"
  },
  "averageRating": {
    "label": "Average rating",
    "format": "number"
  },
  "totalReviews": {
    "label": "Total reviews",
    "format": "number"
  },
  "reviewUrl": {
    "label": "Review URL",
    "format": "link"
  },
  "pluginUrl": {
    "label": "Plugin URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [WordPress Plugin Reviews Scraper](https://apify.com/automation-lab/wordpress-plugin-reviews-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/wordpress-plugin-reviews-scraper) to learn more, explore other use cases, and run it yourself.