# Huawei AppGallery Music Apps Scraper

**Use case:** 

Scrape music and audio apps from Huawei AppGallery with developer, rating, downloads and description.

## Input

```json
{
  "maxItems": 50,
  "withDetails": true,
  "mode": "search",
  "searchQuery": "music",
  "appIds": [
    "C101184875",
    "C101130285"
  ],
  "language": "en_US",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "icon": {
    "label": "Icon",
    "format": "image"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "appId": {
    "label": "App ID",
    "format": "text"
  },
  "developer": {
    "label": "Developer",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingsCount": {
    "label": "Ratings",
    "format": "number"
  },
  "downloads": {
    "label": "Downloads",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "free": {
    "label": "Free",
    "format": "boolean"
  },
  "size": {
    "label": "Size",
    "format": "text"
  },
  "version": {
    "label": "Version",
    "format": "text"
  },
  "releaseDate": {
    "label": "Released",
    "format": "text"
  },
  "contentRating": {
    "label": "Content Rating",
    "format": "text"
  },
  "minAge": {
    "label": "Min Age",
    "format": "number"
  },
  "developerWebsite": {
    "label": "Developer Website",
    "format": "link"
  },
  "privacyPolicyUrl": {
    "label": "Privacy Policy",
    "format": "link"
  },
  "permissions": {
    "label": "Permissions",
    "format": "array"
  },
  "ratingHistogram": {
    "label": "Rating Histogram",
    "format": "object"
  },
  "reviews": {
    "label": "Reviews",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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