# Track grammar and writing Chrome extensions

**Use case:** 

Monitor grammar checker and writing assistant extensions with structured Chrome Web Store metadata for market analysis.

## Input

```json
{
  "searchQueries": [
    "grammar checker",
    "writing assistant"
  ],
  "startUrls": [],
  "maxItems": 25,
  "includeDetails": true,
  "language": "en-US",
  "country": "US"
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "text"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "extensionId": {
    "label": "Extension ID",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "developerName": {
    "label": "Developer",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Ratings",
    "format": "number"
  },
  "userCount": {
    "label": "Users",
    "format": "number"
  },
  "shortDescription": {
    "label": "Summary",
    "format": "text"
  },
  "version": {
    "label": "Version",
    "format": "text"
  },
  "lastUpdated": {
    "label": "Updated",
    "format": "text"
  },
  "size": {
    "label": "Size",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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