# Extract WordPress plugin developer leads from plugin URLs

**Use case:** 

Collect developer lead data for specific WordPress.org plugin URLs, including vendor homepages, author profiles, public emails, socials, and reviews.

## Input

```json
{
  "searchTerm": "seo",
  "browseMode": "search",
  "maxResults": 20,
  "pluginSlugs": [
    "elementor",
    "wordpress-seo"
  ],
  "pluginUrls": [
    {
      "url": "https://wordpress.org/plugins/woocommerce/"
    },
    {
      "url": "https://wordpress.org/plugins/contact-form-7/"
    }
  ],
  "enrichHomepages": true,
  "includeReviews": true
}
```

## Output

```json
{
  "pluginSlug": {
    "label": "Slug",
    "format": "text"
  },
  "pluginName": {
    "label": "Plugin",
    "format": "text"
  },
  "pluginUrl": {
    "label": "Plugin URL",
    "format": "link"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "authorProfileUrl": {
    "label": "Author profile",
    "format": "link"
  },
  "homepageUrl": {
    "label": "Homepage",
    "format": "link"
  },
  "activeInstalls": {
    "label": "Active installs",
    "format": "number"
  },
  "ratingStars": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Ratings",
    "format": "number"
  },
  "lastUpdated": {
    "label": "Last updated",
    "format": "text"
  },
  "version": {
    "label": "Version",
    "format": "text"
  },
  "testedWordPress": {
    "label": "Tested WP",
    "format": "text"
  },
  "supportThreads": {
    "label": "Support threads",
    "format": "number"
  },
  "supportResolutionRate": {
    "label": "Support resolution",
    "format": "number"
  },
  "publicEmails": {
    "label": "Emails",
    "format": "text"
  },
  "socialLinks": {
    "label": "Social links",
    "format": "link"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "leadReason": {
    "label": "Lead reason",
    "format": "text"
  },
  "sourceMode": {
    "label": "Mode",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "text"
  }
}
```

## About this Actor

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