# Security plugin details with descriptions

**Use case:** 

Search security plugins and include section HTML for richer plugin profile review.

## Input

```json
{
  "queries": [
    "security"
  ],
  "slugs": [],
  "maxItems": 10,
  "perPage": 10,
  "includeSections": true,
  "includeTags": true,
  "includeRatingsBreakdown": true,
  "locale": "en_US"
}
```

## Output

```json
{
  "sourceType": {
    "label": "Source type",
    "format": "text"
  },
  "query": {
    "label": "Query",
    "format": "text"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "slug": {
    "label": "Slug",
    "format": "text"
  },
  "name": {
    "label": "Plugin",
    "format": "text"
  },
  "version": {
    "label": "Version",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "author_profile": {
    "label": "Author profile",
    "format": "link"
  },
  "homepage": {
    "label": "Homepage",
    "format": "link"
  },
  "requires": {
    "label": "Requires WP",
    "format": "text"
  },
  "tested": {
    "label": "Tested up to",
    "format": "text"
  },
  "requires_php": {
    "label": "Requires PHP",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratings_count": {
    "label": "Ratings",
    "format": "number"
  },
  "ratings_breakdown": {
    "label": "Ratings breakdown",
    "format": "object"
  },
  "active_installs": {
    "label": "Active installs",
    "format": "number"
  },
  "downloaded": {
    "label": "Downloads",
    "format": "number"
  },
  "last_updated": {
    "label": "Last updated",
    "format": "text"
  },
  "added": {
    "label": "Added",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "object"
  },
  "short_description": {
    "label": "Short description",
    "format": "text"
  },
  "description_html": {
    "label": "Description HTML",
    "format": "text"
  },
  "sections": {
    "label": "Sections",
    "format": "object"
  },
  "screenshots": {
    "label": "Screenshots",
    "format": "object"
  },
  "support_threads": {
    "label": "Support threads",
    "format": "number"
  },
  "support_threads_resolved": {
    "label": "Resolved threads",
    "format": "number"
  },
  "download_link": {
    "label": "Download link",
    "format": "link"
  },
  "plugin_url": {
    "label": "Plugin URL",
    "format": "link"
  }
}
```

## About this Actor

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