google's newborn app "Spaces" API - api

Today I came up with some idea about googles new product "Spaces". I have searched a lot but couldn't find any sign that this app has API.
Do you have any information about this topic ?

Currently there aren't any API available for Spaces.
You can check all available products from Google here: https://developers.google.com/products/

Related

Leave Reviews via Google Places API

Does the Google Places API allow writing of reviews via third party websites/apps? I'm tired of asking customers to leave reviews on Google, Yelp, Thumbtack, and Facebook for local businesses.
I've scoured all the documentation, but can't find an answer.
https://developers.google.com/places/
If it's not possible, has anyone ever had success asking Google to change a policy?
No, it's not possible. You can add places, but these are only available in your own application (unless they get added enough to be added 'globally').
When it's just about reviews, there are other apis present.
Asking google to change a policy? I've tried to have my country added to google and despite they actually have a data center present, it look them over 4 years to add it to their view of the world...
Here on Google places issue tracker is the actual issue on their bug tracker. As of april 2016 it says PendingFurtherReview. Star it for updates.

Is there a good API for google play and/or Apple store to retrieve comments and ratings of Apps in their markets?

I have found no official one, and the ones I have found are either of payment or not very good. Anyone knows of a good API for google play / apple store?
Many Thanks!
Laura.

Google Commerce Search for a standalone app?

I am building a mobile app.
I am not merchant, I am just an app developer.
I want to integrate some of google's search abilities, and so I have stumbled upon Google Commerce Search. Its features seem to cover the exact features I am looking for.
However, it seems as though it's only meant for retailers, and the pricing is accordingly.
So my questions are:
Is there any way to integrate Google's product or commerce search through an publicly open
api?
Is there any way to integrate some image search as well (find similar images)?
Thank you.

Alternative to the deprecated google REST web search API

I have been using the Google Websearch API for over 1 year now. The service was deprecated in Nov 2010 but continues to provide results to date. More recently, google has started to enforce the 1,000 queries (?) per day limit on this deprecated service. I swear, last month I made over 10,000 API calls in one day without any errors from the service (same IP, same API key).
So I guess my question is has anyone found an alternative yet? I know yahoo boss is pretty good but I am working exclusively on Google for my projects. I do not mind spending money for for this service either as long as i can get 64 results from Google.
On that thought, how are services like Zoomrank able to bypass all Google limits? I have a subscription with Zoomrank and I can get daily rankings for all my keywords. Do they have a tie-up with Google or are they just accessing some secret service I don't know about.
Some people have suggested the new Google custom search, but i dont know how does that help me search the web? Google CS is limited to the CSE you create and searches within those engines. If I am looking for web results for Pizza, Google CS doesnt help me.
Thanks for your input. Much appreciated
UPDATE: #ggez44 points to some official Google documentation of the solution described below here: http://support.google.com/customsearch/bin/answer.py?hl=en&answer=1210656
You can use the Google Custom Search Engine to search the entire web.
In brief:
Create a CSE that searches a single site (e.g. google.com)
In the CSE control panel's Basics section, set to "Search the entire web but emphasize certain sites"
In the Sites section, delete the single site that you added when you created the CSE
Full details here:
http://www.google.com/support/forum/p/customsearch/thread?tid=56c0bd92dda351b7&hl=en&fid=56c0bd92dda351b7000495e3f500d83f
Once that's implemented, you can enable billing in the Google API Console at a CPM of $5, to a total of 10,000 queries.
Google API Console: https://code.google.com/apis/console/
Pricing: https://code.google.com/apis/customsearch/v1/overview.html#Pricing

Replacement for Google AJAX search for Local

Since Google has deprecated their old web search API as of recently, what are people using to do customized local search? (i.e. search for "donut shop" near this latitude and longitude) Sticking with the deprecated API? Using another Google API? Another provider entirely?
Their suggestion to use their new Custom Search API doesn't seem useful for local. Maybe i'm missing something under my nose?
Google Places API is in developer preview.
I personally used Yahoo! Local Search
The Yelp API is pretty slick as well -- it'll give you local search capabilities and you can also get ratings information.
I've found this Quora link quite useful:
http://www.quora.com/What-is-the-best-alternative-to-Googles-local-search-API