# WordPress Plugin Author Leads & Contact Details

**Use case:** 

Build a lead list of WordPress plugin authors with author name, profile, homepage, enriched contact emails and their plugin install and rating totals.

## Input

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

## Output

```json
{
  "name": {
    "label": "Plugin / theme",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "contactWebsite": {
    "label": "Website",
    "format": "link"
  },
  "contactEmails": {
    "label": "Emails",
    "format": "array"
  },
  "contactPhones": {
    "label": "Phones",
    "format": "array"
  },
  "socialLinks": {
    "label": "Socials",
    "format": "object"
  },
  "activeInstalls": {
    "label": "Active installs",
    "format": "number"
  },
  "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.