# uBlock Origin Firefox reviews extractor

**Use case:** 

Export uBlock Origin Firefox Add-ons reviews, ratings, users, versions, and source URLs.

## Input

```json
{
  "addonUrlsOrSlugs": [
    "https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/"
  ],
  "maxReviewsPerAddon": 250,
  "sort": "",
  "locale": "en-US",
  "includeRatingsWithoutText": false
}
```

## Output

```json
{
  "addonInput": {
    "label": "Input add-on"
  },
  "addonId": {
    "label": "Add-on ID"
  },
  "addonSlug": {
    "label": "Add-on slug"
  },
  "addonName": {
    "label": "Add-on name"
  },
  "addonIconUrl": {
    "label": "Add-on icon URL"
  },
  "reviewId": {
    "label": "Review ID"
  },
  "score": {
    "label": "Score"
  },
  "body": {
    "label": "Review text"
  },
  "createdAt": {
    "label": "Created at"
  },
  "updatedAt": {
    "label": "Updated at"
  },
  "isDeleted": {
    "label": "Deleted"
  },
  "isDeveloperReply": {
    "label": "Developer reply"
  },
  "isLatest": {
    "label": "Latest review"
  },
  "previousCount": {
    "label": "Previous count"
  },
  "userId": {
    "label": "User ID"
  },
  "userName": {
    "label": "User name"
  },
  "userUsername": {
    "label": "Username"
  },
  "userUrl": {
    "label": "User URL"
  },
  "versionId": {
    "label": "Version ID"
  },
  "version": {
    "label": "Version"
  },
  "reply": {
    "label": "Reply"
  },
  "reviewUrl": {
    "label": "Review URL"
  },
  "sourceUrl": {
    "label": "API URL"
  },
  "page": {
    "label": "Page"
  },
  "pageSize": {
    "label": "Page size"
  },
  "totalReviewsForAddon": {
    "label": "Total add-on reviews"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Firefox Add-ons Reviews Scraper](https://apify.com/automation-lab/firefox-addons-reviews-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/firefox-addons-reviews-scraper) to learn more, explore other use cases, and run it yourself.