# Ad Blocker Chrome Extension Data Scraper

**Use case:** 

Scrape detailed data on ad blocker Chrome extensions from the Web Store. Get insights including ratings, reviews, and extension metadata.

## Input

```json
{
  "proxyCountry": "us",
  "searchUrls": [
    "ad blocker",
    "privacy"
  ],
  "maxExtensionsPerSearch": 50,
  "maxExtensionsPerCategory": 10,
  "filterBy": "all",
  "fetchDetails": true,
  "fetchReviews": false,
  "maxReviews": 10
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "publisherName": {
    "label": "Publisher name"
  },
  "category": {
    "label": "Category"
  },
  "rating": {
    "label": "Rating"
  },
  "ratingCount": {
    "label": "Rating count"
  },
  "userCount": {
    "label": "User count"
  },
  "version": {
    "label": "Version"
  },
  "storeUrl": {
    "label": "Store url"
  }
}
```

## About this Actor

This example demonstrates how to use [Chrome Extension & Source Code Scraper](https://apify.com/calm_builder/chrome-extension-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/calm_builder/chrome-extension-scraper) to learn more, explore other use cases, and run it yourself.