# Find E-commerce Plugins by Keyword & Price

**Use case:** 

Discover relevant e-commerce plugins matching specific keywords within a defined price range for client projects or internal use. Efficiently locate the best va

## Input

```json
{
  "mode": "search",
  "searchQuery": "shopify integration",
  "category": "ecommerce",
  "sortBy": "relevance",
  "minPrice": 20,
  "maxPrice": 150,
  "startUrls": [
    "https://codecanyon.net/item/perfex-powerful-open-source-crm/14013737"
  ],
  "maxItems": 60
}
```

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