/huaweiappgallery/apps/search

POST /api/huaweiappgallery/apps/search

Price: 20 credits

Search Huawei AppGallery apps and games by keyword

How to use it

Results come back in the store's own order. The store accepts nothing but the keyword: there is no sort, category, price or rating control to steer it with, and an Android package name is matched as ordinary text rather than resolved to its app. It also never answers with nothing — a term it does not recognise still comes back with apps — so treat the result as the store's best guess rather than proof the app exists, and check package_name before believing a match; name is looser and can differ from the record's for a minority of apps, since search and the record are different catalogues. No keyword yields more than two hundred apps however large the catalog behind it, so enumerate a vertical through /huaweiappgallery/apps/category instead, and take descriptions, screenshots and permissions from /huaweiappgallery/apps. Search runs over the store's global catalog, which is a different list from the storefront the browsing endpoints read: every id returned here does resolve on /huaweiappgallery/apps, but the rating on these rows is usually missing and does not match the record, so read ratings from the record and not from a search row.

Parameters

Request body

Response

Errors

Response headers