# Xiaomi GetApps App Metadata Scraper

**Use case:** 

Scrape Xiaomi GetApps app metadata, ratings, download counts, versions, developers, APK sizes, icons, and screenshots by Android package ID.

## Input

```json
{
  "packageIds": [
    "com.xiaomi.mipicks"
  ],
  "language": "en",
  "regions": [
    "ID"
  ],
  "maxItems": 1,
  "maxConcurrency": 3,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "iconUrl": {
    "label": "Icon",
    "format": "image"
  },
  "packageId": {
    "label": "Package ID",
    "format": "text"
  },
  "displayName": {
    "label": "App",
    "format": "text"
  },
  "developerName": {
    "label": "Developer",
    "format": "text"
  },
  "categoryName": {
    "label": "Category",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "downloadBand": {
    "label": "Downloads",
    "format": "text"
  },
  "versionName": {
    "label": "Version",
    "format": "text"
  },
  "updatedAt": {
    "label": "Updated",
    "format": "date"
  },
  "marketRegion": {
    "label": "Market",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  }
}
```

## About this Actor

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