# Find the most helpful uBlock Origin reviews

**Use case:** 

Collect the most helpful public uBlock Origin reviews with ratings, review text, dates, helpful votes, and developer responses for product-feedback research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://chromewebstore.google.com/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm/reviews"
    }
  ],
  "extensionIds": [
    "cjpalhdlnbpafiamejdnhcphjbkeiagm"
  ],
  "maxReviewsPerExtension": 10,
  "sort": "helpful",
  "language": "en-US",
  "country": "",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "extensionName": {
    "label": "Extension name",
    "format": "string"
  },
  "extensionId": {
    "label": "Extension ID",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "integer"
  },
  "reviewText": {
    "label": "Review text",
    "format": "string"
  },
  "reviewerName": {
    "label": "Reviewer name",
    "format": "string"
  },
  "reviewDate": {
    "label": "Review date",
    "format": "string"
  },
  "helpfulCount": {
    "label": "Helpful votes",
    "format": "integer"
  },
  "developerResponse": {
    "label": "Developer response",
    "format": "string"
  },
  "version": {
    "label": "Extension version",
    "format": "string"
  },
  "language": {
    "label": "Review language",
    "format": "string"
  },
  "extensionUrl": {
    "label": "Extension URL",
    "format": "string"
  },
  "reviewId": {
    "label": "Review ID",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/fetch_cat/chrome-web-store-reviews-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
