# Productivity Chrome Extensions Scraper

**Use case:** 

Scrape Chrome Web Store extensions for productivity with developer, users, rating, reviews and contact email.

## Input

```json
{
  "maxExtensions": 30,
  "searchQuery": "productivity",
  "category": "productivity"
}
```

## Output

```json
{
  "name": {
    "label": "Extension"
  },
  "developer": {
    "label": "Developer"
  },
  "users": {
    "label": "Users"
  },
  "rating": {
    "label": "Rating"
  },
  "ratingCount": {
    "label": "Ratings"
  },
  "category": {
    "label": "Category"
  },
  "version": {
    "label": "Version"
  },
  "lastUpdated": {
    "label": "Last Updated"
  },
  "website": {
    "label": "Website"
  },
  "extensionUrl": {
    "label": "URL"
  }
}
```

## About this Actor

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