# AI Chrome Extension Scraper for Web Store

**Use case:** 

Scrape metadata and reviews for AI-related Chrome extensions. Get details from searches like 'AI assistant' and 'AI writer' in the US.

## Input

```json
{
  "proxyCountry": "us",
  "searchUrls": [
    "AI assistant",
    "AI writer"
  ],
  "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.