# Europe HUAWEI AppGallery

**Use case:** 

Extract HUAWEI AppGallery data filtered by Europe. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "searchQuery": "tiktok",
  "region": "europe",
  "locale": "en_US",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "iconUrl": {
    "label": "Icon",
    "format": "string"
  },
  "appName": {
    "label": "App Name",
    "format": "string"
  },
  "appId": {
    "label": "App ID",
    "format": "string"
  },
  "packageName": {
    "label": "Package",
    "format": "string"
  },
  "developer": {
    "label": "Developer",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "downloadCount": {
    "label": "Downloads",
    "format": "number"
  },
  "downloadCountFormatted": {
    "label": "Downloads",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "commentCount": {
    "label": "Comments",
    "format": "number"
  },
  "version": {
    "label": "Version",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "string"
  },
  "isFree": {
    "label": "Free",
    "format": "boolean"
  },
  "sizeFormatted": {
    "label": "Size",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "releaseDate": {
    "label": "Release Date",
    "format": "string"
  },
  "appUrl": {
    "label": "App URL",
    "format": "string"
  },
  "region": {
    "label": "Region",
    "format": "string"
  },
  "locale": {
    "label": "Locale",
    "format": "string"
  },
  "searchQuery": {
    "label": "Search Query",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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