# uBlock Origin extension details task

**Use case:** 

Scrape one Chrome extension detail page for publisher, rating, users, category, version, update date, website, and description.

## Input

```json
{
  "searchQueries": [
    "adblock"
  ],
  "startUrls": [
    {
      "url": "https://chromewebstore.google.com/search/adblock"
    },
    {
      "url": "https://chromewebstore.google.com/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm"
    }
  ],
  "extensionIds": [
    "cjpalhdlnbpafiamejdnhcphjbkeiagm"
  ],
  "maxItems": 1,
  "includeDetails": true
}
```

## Output

```json
{
  "extensionId": {
    "label": "Extension ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "publisher": {
    "label": "Publisher",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingsCount": {
    "label": "Ratings",
    "format": "number"
  },
  "usersCount": {
    "label": "Users",
    "format": "number"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "shortDescription": {
    "label": "Short description",
    "format": "text"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "updatedDate": {
    "label": "Updated",
    "format": "text"
  },
  "version": {
    "label": "Version",
    "format": "text"
  },
  "sourceType": {
    "label": "Source type",
    "format": "text"
  }
}
```

## About this Actor

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