# Generate B2B Leads: Top WordPress Experts with Answers

**Use case:** 

Identify highly active and influential WordPress developers who consistently provide high-quality answers on Stack Exchange. This data can be used for targeted 

## Input

```json
{
  "site": "wordpress",
  "mode": "tag",
  "tagAnyOf": [
    "php",
    "wordpress-plugin-development"
  ],
  "userIds": [],
  "minAnswers": 5,
  "isAnsweredOnly": true,
  "sortBy": "votes",
  "includeAnswers": true,
  "includeBody": false,
  "maxItems": 20
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "score": {
    "label": "Score"
  },
  "viewCount": {
    "label": "View count"
  },
  "answerCount": {
    "label": "Answer count"
  },
  "tags": {
    "label": "Tags"
  },
  "owner": {
    "label": "Owner"
  },
  "createdAt": {
    "label": "Created at"
  },
  "link": {
    "label": "Link"
  }
}
```

## About this Actor

This example demonstrates how to use [Stack Exchange Scraper](https://apify.com/crawlerbros/stack-exchange-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/stack-exchange-scraper) to learn more, explore other use cases, and run it yourself.