Huawei AppGallery App Details & Reviews Scraper
Scrape app listings and details from Huawei AppGallery by search keyword or app ID. Extract app name, developer, rating, downloads, size, version, screenshots, permissions and reviews. Export to JSON, CSV or Excel.
{ "icon": "https://appimg-dre.dbankcdn.com/application/ic…", "name": "Aurora Store", "appId": "C110907863", "url": "https://appgallery.huawei.com/app/C110907863", "package": "com.aurora.store", "developer": "Rahul Kumar Patel", "rating": 0, "stars": 0, "ratingsCount": 0 }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Icon | Name | App Id | Url |
|---|---|---|---|
| https://appimg-dre.dbankcdn.com/a… | Aurora Store | C110907863 | https://appgallery.huawei.com/app… |
{ "icon": "https://appimg-dre.dbankcdn.com/application/ic…", "name": "Aurora Store", "appId": "C110907863", "url": "https://appgallery.huawei.com/app/C110907863", "package": "com.aurora.store", "developer": "Rahul Kumar Patel", "rating": 0, "stars": 0, "ratingsCount": 0 }
常见问题
Which regions and languages does it support?
Any AppGallery locale. Pick a locale such as English, Spanish for Latin America, Portuguese for Brazil or Russian, and the titles, descriptions, availability and pricing reflect that region. The same keyword can be scraped across locales to compare catalogs.
How many apps can I collect per run?
A search returns up to roughly 25 apps per query, and you cap the run with Max Items. App IDs mode collects exactly the app IDs you provide. For larger datasets, run several searches with different keywords.
Can I look up specific apps by their AppGallery ID?
Yes. Choose App IDs mode and enter AppGallery IDs like C101184875 for Telegram. You can copy an app ID from the end of any AppGallery app URL. Each one is fetched with its full detail page including description, screenshots, developer, ratings count and release date.
Why is an app sometimes returned with an error instead of data?
Some apps are not available in the locale you selected, so AppGallery returns no detail card for that ID. The actor records that app with the error field and the reason, then continues with the rest of the run.
Why is the screenshots field sometimes empty?
Not every app publishes screenshots on AppGallery. When an app has none, the screenshots field is null while every other field is still populated.