# Monitor Firefox Add-ons reviews

**Use case:** 

Track Firefox Add-ons reviews and ratings for browser extensions with a structured scraper export.

## Input

```json
{
  "addonUrlsOrSlugs": [
    "ublock-origin",
    "privacy-badger17"
  ],
  "maxReviewsPerAddon": 100,
  "sort": "",
  "locale": "en-US",
  "includeRatingsWithoutText": true
}
```

## Output

```json
{
  "addonSlug": {
    "label": "Add-on slug"
  },
  "addonName": {
    "label": "Add-on name"
  },
  "reviewId": {
    "label": "Review ID"
  },
  "score": {
    "label": "Score"
  },
  "body": {
    "label": "Review text"
  },
  "createdAt": {
    "label": "Created at"
  },
  "userName": {
    "label": "User name"
  },
  "version": {
    "label": "Version"
  },
  "reviewUrl": {
    "label": "Review URL"
  },
  "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.