# Discover AI & Automation Chrome Extensions by Category

**Use case:** 

Find emerging AI and automation extensions within specific categories to identify innovative solutions and market gaps. This is valuable for developers looking 

## Input

```json
{
  "mode": "category",
  "extensionUrls": [
    "https://chromewebstore.google.com/detail/ublock-origin-lite/ddkjiahejlhfcafbddmgiahcphecmpfh"
  ],
  "categoryUrls": [
    "https://chromewebstore.google.com/category/productivity/automation"
  ],
  "searchQuery": "ad blocker",
  "topChartsCategory": "productivity/tools",
  "maxItems": 150,
  "minRating": 3.8,
  "minInstalls": 1000,
  "verifiedOnly": false,
  "developerNameContains": "AI"
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "extension_id": {
    "label": "Extension id"
  },
  "developer": {
    "label": "Developer"
  },
  "rating": {
    "label": "Rating"
  },
  "rating_count": {
    "label": "Rating count"
  },
  "install_count": {
    "label": "Install count"
  },
  "category": {
    "label": "Category"
  },
  "version": {
    "label": "Version"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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