# Compare JavaScript Component Prices & Ratings

**Use case:** 

Analyze pricing, sales, and ratings for JavaScript components to inform purchasing decisions or competitive analysis. Understand market value and customer satis

## Input

```json
{
  "mode": "byCategory",
  "searchQuery": "wordpress plugin",
  "category": "javascript",
  "sortBy": "price-desc",
  "minPrice": 10,
  "maxPrice": 100,
  "startUrls": [
    "https://codecanyon.net/item/perfex-powerful-open-source-crm/14013737"
  ],
  "maxItems": 75
}
```

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