# HUAWEI Browser version and rating monitor

**Use case:** 

Monitor one Huawei AppGallery app for version, update notes, rating, installs, package metadata, and newly visible public comments.

## Input

```json
{
  "appUrls": [
    {
      "url": "https://appgallery.huawei.com/app/C100170981"
    }
  ],
  "appIds": [],
  "locale": "en_US",
  "includeReviews": true,
  "maxReviewsPerApp": 3,
  "navigationTimeoutSecs": 60
}
```

## Output

```json
{
  "appId": {
    "label": "App ID",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "packageName": {
    "label": "Package",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "Ratings",
    "format": "number"
  },
  "installsText": {
    "label": "Installs",
    "format": "text"
  },
  "version": {
    "label": "Version",
    "format": "text"
  },
  "updateDate": {
    "label": "Updated",
    "format": "text"
  },
  "developer": {
    "label": "Developer",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "appUrl": {
    "label": "App URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Huawei AppGallery Scraper](https://apify.com/automation-lab/huawei-appgallery-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/huawei-appgallery-scraper) to learn more, explore other use cases, and run it yourself.