# AI Web Scraper Extensions for Chrome

**Use case:** 

Find AI web scraper extensions in the Chrome Web Store. Set a result limit and filter by rating, users, verified publisher, or featured status.

## Input

```json
{
  "targets": [
    "web scraper ai"
  ],
  "maxItems": 25,
  "minRating": 0,
  "minUsers": 0,
  "verifiedOnly": false,
  "featuredOnly": false
}
```

## Output

```json
{
  "extensionId": {
    "label": "Extension ID",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "url": {
    "label": "Chrome Web Store URL",
    "format": "string"
  },
  "summary": {
    "label": "Summary",
    "format": "string"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Rating count",
    "format": "integer"
  },
  "userCount": {
    "label": "User count",
    "format": "integer"
  },
  "featured": {
    "label": "Featured",
    "format": "boolean"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "publisher": {
    "label": "Publisher",
    "format": "object"
  },
  "supportUrl": {
    "label": "Support URL",
    "format": "string"
  },
  "privacyPolicyUrl": {
    "label": "Privacy policy URL",
    "format": "string"
  },
  "media": {
    "label": "Media",
    "format": "object"
  },
  "languages": {
    "label": "Languages",
    "format": "array"
  },
  "manifest": {
    "label": "Manifest",
    "format": "object"
  },
  "privacy": {
    "label": "Privacy",
    "format": "object"
  },
  "relatedExtensions": {
    "label": "Related extensions",
    "format": "array"
  },
  "discovery": {
    "label": "Discovery",
    "format": "object"
  }
}
```

## About this Actor

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