# WordPress Plugins With Over 100,000 Installs

**Use case:** 

Filter WordPress.org to plugins with 100k+ active installs and export rating, reviews, version, last updated, tested version, author and downloads.

## Input

```json
{
  "mode": "searchPlugins",
  "searchQueries": [
    "seo"
  ],
  "browse": "",
  "maxResults": 200,
  "fullDetails": true,
  "minActiveInstalls": 100000,
  "minRating": 0,
  "includeRawData": false,
  "enrichContacts": false,
  "monitorMode": false,
  "monitorField": "any",
  "onlyNew": false,
  "monitorKey": "default",
  "maxConcurrency": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "slug": {
    "label": "Slug",
    "format": "text"
  },
  "activeInstalls": {
    "label": "Active installs",
    "format": "number"
  },
  "ratingStars": {
    "label": "Stars",
    "format": "number"
  },
  "numRatings": {
    "label": "Ratings",
    "format": "number"
  },
  "version": {
    "label": "Version",
    "format": "text"
  },
  "lastUpdatedDate": {
    "label": "Updated",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "homepage": {
    "label": "Homepage",
    "format": "link"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "url": {
    "label": "Directory URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [WordPress Plugin & Theme Scraper - Installs, Ratings & Leads](https://apify.com/scrapesage/wordpress-plugin-theme-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/wordpress-plugin-theme-scraper) to learn more, explore other use cases, and run it yourself.