-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is there an option to search for free apps only? #10
Comments
What do you mean by 'missing search for free apps' |
Hi @yaronyosef , You can check this answer : #6 (comment) For example to list free apps under TOOLS category: java -jar googleplay.jar -f crawler.conf list TOOLS -s apps_topselling_free |
yes, i saw that answer, your solution for listing apps is only for top selling in specific category without a query term. but i'm looking for a way to do an open search for a term and get all the results fiterd for free downloads. currently, the results are a mix of paid and free apps. is there an option like that? |
No, there is not. Your only chance is searching for a query and filtering returned results afterward. |
You can do this very nicely interactively from the SBT console, if you'd like :) |
ok, thank you. |
It should have been working before, but I bjorked something.. Check out pull #11 |
i used https://code.google.com/p/android-market-api/ but it's old and sometimes buggy when trying to download some apps.
this api is great, but missing search for free apps.
The text was updated successfully, but these errors were encountered: