|
5 months ago | |
---|---|---|
src | 5 months ago | |
.gitignore | 5 months ago | |
CHANGELOG.md | 5 months ago | |
README.md | 5 months ago | |
config.example.js | 5 months ago | |
package.json | 5 months ago | |
yarn.lock | 5 months ago |
README.md
@playsearch.kaki87.net/v2-web
- Advanced Google Play Search
Filter & sort Google Play search results.
Features
Search
Powered by google-play-scraper
,
search works exactly like opening the Google Play App, typing and submitting.
Therefore, empty search is not possible.
Search will return up to 250 results loading in real-time.
Results
Results are shown in a table which has two views : apps & permissions.
Results apps view
Apps view allows sorting results by : index, name, category, install count, score, size, last update date, price, presence of advertisements, presence of in-app purchases, minimal android version requirement and permission count.
Additional info is available as tooltips : ID on index, editor on name, rating count on score, relative time on last update date.
Apps are guaranteed to be available from the Play Store, but additional links are generated : APKPure, F-Droid, and Aptoide.
![]() |
![]() |
---|
Results permissions view
Permissions view allows comparing results by permission requirements.
Filters
Filters allow filtering out apps by : price, presence of advertisements, presence of in-app purchases, category, minimal android version requirement and description.
Description filter allows : including a single word with word
, including a phrase with "multiple words"
,
excluding a single word with -word
and excluding a phrase with -"multiple words"
.
This Google-ish feature is powered by psq
.