# Audit Web Developer Tools for High-Rated Verified Developers

**Use case:** 

Scrape highly-rated web developer tools from verified developers to identify trusted and effective solutions for development teams. This helps in curating a rob

## 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/developer_tools",
  "maxItems": 100,
  "minRating": 4.2,
  "minInstalls": 5000,
  "verifiedOnly": true
}
```

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