Skip to content
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

Open
yaronyosef opened this issue May 14, 2013 · 7 comments
Open

is there an option to search for free apps only? #10

yaronyosef opened this issue May 14, 2013 · 7 comments

Comments

@yaronyosef
Copy link

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.

@Fuzion24
Copy link
Contributor

What do you mean by 'missing search for free apps'

@Akdeniz
Copy link
Owner

Akdeniz commented May 14, 2013

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

@yaronyosef
Copy link
Author

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?

@Akdeniz
Copy link
Owner

Akdeniz commented May 15, 2013

No, there is not. Your only chance is searching for a query and filtering returned results afterward.

@Fuzion24
Copy link
Contributor

You can do this very nicely interactively from the SBT console, if you'd like :)

@yaronyosef
Copy link
Author

ok, thank you.
it would be great to have this feature in the future :)

@Fuzion24
Copy link
Contributor

It should have been working before, but I bjorked something.. Check out pull #11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants