# Analyze Top Productivity Chrome Extensions for Market Trends

**Use case:** 

Scrape the top productivity tools to analyze current trends, features, and developer strategies in a high-demand category. Gain insights into user preferences a

## Input

```json
{
  "mode": "topCharts",
  "extensionUrls": [
    "https://chromewebstore.google.com/detail/ublock-origin-lite/ddkjiahejlhfcafbddmgiahcphecmpfh"
  ],
  "categoryUrls": [
    "https://chromewebstore.google.com/category/extensions/productivity/tools"
  ],
  "searchQuery": "ad blocker",
  "topChartsCategory": "productivity/tools",
  "maxItems": 200,
  "minRating": 3.5,
  "minInstalls": 50000,
  "verifiedOnly": false
}
```

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