HUAWEI AppGallery Scraper
parseforge/huawei-app-gallery-scraper
E-commerceOtherDeveloper tools
Scrapes HUAWEI AppGallery app listings by keyword, app ID, or package name. Returns app metadata, ratings, and install signals as flat rows.
- Total users
- 8
- Monthly active
- 2
- Total runs
- 241
- Bookmarked
- 1
- Rating
- 5.0 (1)
- Last modified
- 12 days ago
Overview
HUAWEI AppGallery Scraper
Scrape HUAWEI AppGallery apps by keyword, app ID, or package name, up to a million per run. Every app comes with its metadata, ratings, install signals, and region-specific details. No login or API key. Export to CSV, JSON, Excel, or XML.
HUAWEI AppGallery has no public API for app data, and manual collection is slow. This Actor reads the public app listings directly, filtered by region and locale, and returns each match in one fixed schema. It covers Europe, Singapore, Russia, and China, so you can compare catalogs across markets.
| Who uses it | What they scrape HUAWEI AppGallery for |
|---|---|
| ASO specialists | Track keyword rankings and app metadata for HUAWEI AppGallery optimization |
| Market researchers | Compare app catalogs and trends across Europe, Singapore, Russia, and China |
| App developers | Monitor competitor apps and their ratings, installs, and updates |
| Data analysts | Build datasets of app metadata for reporting and insights |
What it does
This Actor collects HUAWEI AppGallery app listings by keyword search, app ID, or package name, and returns each app as a flat row with metadata, ratings, and install signals.
- ๐ Keyword search: Find apps by name or keyword, like 'game', 'social', or 'music'.
- ๐ App ID lookup: Get a specific app by its HUAWEI AppGallery ID, like 'C100315379'.
- ๐ฆ Package name lookup: Retrieve an app by its Android package name, like 'com.zhiliaoapp.musically'.
- ๐ Region and locale: Choose from Europe, Singapore, Russia, or China, and set the locale for descriptions.
Results export to CSV, JSON, Excel, or XML, or straight from the API.
What you can do with HUAWEI AppGallery data
๐ ASO keyword tracking.
An ASO specialist runs the Actor daily with target keywords to monitor app rankings and metadata changes on HUAWEI AppGallery.
๐ Cross-market research.
A market researcher compares app catalogs across Europe, Singapore, Russia, and China to identify regional trends and gaps.
๐ก๏ธ Competitor monitoring.
An app developer tracks competitor apps by package name to see rating changes, install signals, and updates.
๐ Dataset building.
A data analyst collects app metadata for a category to build a dataset for reporting and machine learning.
Why choose this scraper
| What you get | |
|---|---|
| No API key | Scrape public app listings without registration or rate limits |
| Region-specific | Get data from Europe, Singapore, Russia, or China in one run |
| Flexible input | Search by keyword, app ID, or package name |
| Scalable | Collect up to 1,000,000 apps per run |
How it compares
This Actor focuses on flexible input methods and region-specific scraping, while competitors may offer different metadata coverage.
| Feature | ParseForge | Huawei AppGallery Scraper | Huawei AppGallery Scraper | Cheapest & Reliable ๐ฑ๐ | Huawei AppGallery Scraper |
|---|---|---|---|---|
| Keyword search | Yes | Yes | Yes | Not listed |
| App ID lookup | Yes | Yes | Not listed | Yes |
| Package name lookup | Yes | Not listed | Not listed | Not listed |
| Region selection | Yes | Yes | Not listed | Not listed |
| Locale setting | Yes | Not listed | Not listed | Not listed |
| Install signals | Yes | Yes | Not listed | Yes |
| Screenshots | Not listed | Yes | Not listed | Yes |
Configure the run
Drive the Actor from a keyword, app ID, or package name, and set the region and locale to get the right catalog and language. The Input tab lists every parameter.
A first run with the defaults:
{
"maxItems": 10,
"searchQuery": "tiktok",
"region": "europe",
"locale": "en_US"
}
A larger pull:
{
"maxItems": 200,
"searchQuery": "tiktok",
"region": "europe",
"locale": "en_US"
}
Pricing
Pay-per-result: $0.01599 per result collected. You pay only for the results written to your dataset.
| Results collected | Approximate cost |
|---|---|
| 100 results | $1.60 |
| 1,000 results | $15.99 |
| 10,000 results | $159.90 |
New Apify accounts start with $5 in free credit.
Free users
Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.
Run it
- Create a free Apify account with $5 in credit.
- Open the HUAWEI AppGallery Scraper.
- Set your inputs and any filters, then click Start.
- Export the results as CSV, Excel, JSON, or XML from the Dataset tab.
Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.
Use with AI agents (MCP)
Give an AI agent live access to HUAWEI AppGallery through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:
claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/huawei-app-gallery-scraper"
Then prompt it in plain language to run the scraper and read back the results.
Troubleshooting
Why am I getting no results?
Check that you provided a valid searchQuery, appId, or packageName. Also ensure the region and locale are correct for the app you are looking for.
Why are some fields empty?
Not all apps have every field. HUAWEI AppGallery may not provide certain metadata for some apps or regions.
Why is the run slow?
Large maxItems values or many requests can slow the run. Reduce maxItems or narrow your search.
Why do I get an error about conflicting inputs?
Use only one of searchQuery, appId, or packageName. The Actor does not support combining them.
FAQ
| Question | Answer |
|---|---|
| Do I need an API key or login? | No. The Actor reads public HUAWEI AppGallery pages directly, so no API key or authentication is required. |
| Can I search by keyword? | Yes. Use the searchQuery field to search for apps by keyword, such as 'game' or 'social'. |
| Can I get a specific app by its ID? | Yes. Use the appId field with the HUAWEI AppGallery app ID, like 'C100315379'. |
| Can I look up an app by its Android package name? | Yes. Use the packageName field, like 'com.zhiliaoapp.musically'. |
| Which regions are supported? | Europe, Singapore, Russia, and China. Select the region in the input. |
| Can I set the language for app descriptions? | Yes. Use the locale field, like 'en_US' or 'de_DE'. |
| How many apps can I collect in one run? | Up to 1,000,000 apps, controlled by the maxItems field. |
| What data does each app include? | Each app row includes metadata like name, category, description, ratings, install signals, and more, depending on availability. |
| Can I export the data? | Yes. Export to CSV, JSON, Excel, or XML from the Apify platform. |
| Is this legal? | You should only scrape public data in compliance with HUAWEI's terms of service and applicable laws. |
Related actors
Browse the full ParseForge collection for more scrapers.
๐ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.
โ ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Huawei Device Co., Ltd. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.
Input
| Field | Type | What it does | Default |
|---|---|---|---|
| maxItems | integer | How many apps to collect per run. | 10 |
| searchQuery | string | Search for apps by keyword (e.g., 'game', 'social', 'music'). Use this OR appId/packageName, not both. | tiktok |
| appId | string | HUAWEI AppGallery app ID (e.g., 'C100315379'). Use this OR searchQuery/packageName, not both. | not set |
| packageName | string | Android package name (e.g., 'com.zhiliaoapp.musically'). Use this OR searchQuery/appId, not both. | not set |
| region | string (4 options) | AppGallery region to search in. Different regions may have different app catalogs. | europe |
| locale | string | Locale for app descriptions and metadata (e.g., 'en_US', 'de_DE', 'zh_CN'). | en_US |
Pricing
from $11.99 per 1,000 results
| Charged for | What it is | Price each |
|---|---|---|
| Actor Start | Charged once when the run starts. | $0.005 |
| Result Item | Charged once per result collected. | $0.01199 to $0.01599 |
Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.
API
One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.
curl -X POST "https://api.apify.com/v2/acts/parseforge~huawei-app-gallery-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"helloWorld": 123
}' Examples
Input that runs as-is.
{
"helloWorld": 123
} Reviews
Rated 5.0 out of 5 across 1 review. Read them on Apify.
Issues
We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.
Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.
