# Scrape Huawei AppGallery VPN apps

**Use case:** 

Grab VPN, proxy and secure-browser apps from the Europe catalog with ratings, downloads and permissions.

## Input

```json
{
  "searchQueries": [
    "vpn",
    "proxy",
    "secure browser"
  ],
  "appIds": [
    "C100495631"
  ],
  "region": "europe",
  "locale": "en_US",
  "maxItemsPerQuery": 40,
  "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.