# Market Research: Top WordPress Plugins by Sales

**Use case:** 

Identify the top-selling WordPress plugins to understand market demand and competitor strategies. Gain insights into successful features and pricing models for 

## Input

```json
{
  "mode": "topSellers",
  "searchQuery": "wordpress plugin",
  "category": "wordpress",
  "sortBy": "sales",
  "startUrls": [
    "https://codecanyon.net/item/perfex-powerful-open-source-crm/14013737"
  ],
  "maxItems": 100
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "salesCount": {
    "label": "Sales count"
  },
  "rating": {
    "label": "Rating"
  },
  "author": {
    "label": "Author"
  },
  "category": {
    "label": "Category"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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