# Enrich Specific WordPress Theme Data for Analysis

**Use case:** 

Extract detailed information including sales, ratings, and tags for a curated list of WordPress themes. This data supports in-depth competitive analysis or feat

## Input

```json
{
  "mode": "byItemUrls",
  "searchQuery": "wordpress plugin",
  "category": "wordpress",
  "sortBy": "sales",
  "startUrls": [
    "https://codecanyon.net/item/bridge-creative-multipurpose-wordpress-theme/7315458",
    "https://codecanyon.net/item/the7-multipurpose-website-and-ecommerce-design/6537446",
    "https://codecanyon.net/item/betheme-responsive-multipurpose-wordpress-theme/7758048"
  ],
  "maxItems": 50
}
```

## 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.