Is there an autocomplete api for google playstore? [closed] - android

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Is there an autocomplete api for google playstore? I searched google but there hasn't been any reference to that api. I checked in my google's api console, but the only thing I found is the "Google Play Android Developer API" which according to google "the API allows you to check the status of or cancel a user's subscription purchase."
I need this for an android app that I am designing.
Thx!
Rahul.

Use this link https://market.android.com/suggest/SuggRequest?json=1&c=0&query=abc&hl=en&gl=US&callback=callbacks._xxx
and replace "abc" with your seed keyword. Example: "cat" or "cat ab", "cat ac"

There is the unofficial Android Market API, which is not supported by Google. Other than that, no, there is no other API, and there is no official API at all.
So, to answer your question, no, there is no autocomplete API. You may be able to HTTP request the online version of the market, but this would be difficult at best (the requests, the parsing, the... ugh...).

Related

Any API for Amazon Cloud Drive Except Amazon S3 Android [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 days ago.
Improve this question
My App need to access user Amazon Cloud Drive Details. So that Through My App user can Login, Download, Upload and Delete etc Like There is API For Google Drive And Box. I get one Sample on Link But it is not What I Actually Need. Any response would be much appreciated.I have Also read this Link1 and Link2.
And There is one Question is-there-an-api-for-amazon-cloud-drive-and-player.
But There is also nothing which My App need And my need is api for Android not other platform.
there is a Cloud Drive API available - https://developer.amazon.com/public/apis/experience/cloud-drive - not sure if it gives you exactly what you need

Google Voice API for Android [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Is there any API available for Google Voice on Android? I would like to be able to access the users Google Voice number and make phone calls from that number. I'm using this for testing purposes.
Not that I know of, see this post Is there a Google Voice API? It's been a long time coming and unfortunately still not here.
This is a unofficial Java API for Google Voice. However, its work fine.
https://code.google.com/p/google-voice-java/
GV4J is an unofficial Google Voice API for Java.

List of all android apps on google play [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
Is there an API/service that can provide an up to date snapshot of all Android apps on google play marketplace?
thank you
There is no official Google Play API that provides data like this. If you want to index Google Play, you will have to crawl it manually.
If you want to open up lists in your app, then you can use the URLs given here.
Check with the Google Play Terms of Service first:
3.3 You agree not to access (or attempt to access) Google Play by any means other than through the interface that is provided by Google, unless you have been specifically allowed to do so in a separate agreement with Google. You specifically agree not to access (or attempt to access) Google Play through any automated means (including use of scripts, crawlers, or similar technologies) and shall ensure that you comply with the instructions set out in any robots.txt file present on the Google Play website.
However This is an unofficial open source API for the android market.

API for active downloads [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Is there any API exposed in order to retrieve information about uploaded application in the android market?
I went through http://code.google.com/p/android-market-api but it only states the number of ratings and other stuff.
I want to know the Active downloads.
Thanks in advance.
Is there any API exposed in order to retrieve information about uploaded application in the android market?
There is no official API of any sort for the Android Market, unfortunately.
I went through http://code.google.com/p/android-market-api but it only states the number of ratings and other stuff.
That data is pirated. Anybody using it is subject to legal action by Google.
I have often asked for a supported and authorized API for this sort of information; Google has not done so to date.
"That data is pirated. Anybody using it is subject to legal action by Google." - where are you getting this from? Unofficial doesn't have to automatically imply piracy.

Google goggles API [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Does anyone know if there is a google goggles API for Android? If not, is there one coming any time soon? With an API for this thing the possibilities are endless...
So far all I've been able to find on this subject is a discussion about not currently having a version for the iPhone due to it's "google labs" status (iPhone version coming once it's more "complete"). I'm hoping an API may be released then. Anybody have any info on this at all?
Google Goggles to Become App Platform
http://phandroid.com/2010/04/14/google-goggles-to-become-app-platform/
Not an official API but this guy seems to have reversed engineered some of it.
http://notanothercodeblog.blogspot.com/2011/02/google-goggles-api.html
You may also want to try VisualSearchAPI.com, they have visual search APIs. See demo and docs here. http://www.visualsearchapi.com/demo/view?demo=1 and http://www.visualsearchapi.com/apiDoc/apiDoc?apiDoc=V
Shameless, shameless plug:
There's also http://kooaba.com which offers Visual Search.
http://docs.kooaba.com for screencast, docs, api sample code etc.
It seems that people are hardly waiting for this: http://www.google.com/support/forum/p/Google+Mobile/thread?tid=16861855be946ceb&hl=en
Here is an open API for visual search (image recognition): http://www.iqengines.com/, see developer portal.

Categories

Resources