# Huawei AppGallery messaging apps

**Use case:** 

Pull WhatsApp, Telegram, Signal and Viber from the Europe catalog with full detail — ratings, downloads, screenshots and permissions.

## Input

```json
{
  "searchQueries": [
    "whatsapp",
    "telegram",
    "signal",
    "viber"
  ],
  "appIds": [
    "C100495631"
  ],
  "region": "europe",
  "locale": "en_US",
  "maxItemsPerQuery": 25,
  "fetchDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "App",
    "format": "text"
  },
  "developer": {
    "label": "Developer",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "storeUrl": {
    "label": "Store URL",
    "format": "link"
  }
}
```

## About this Actor

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