Get reviews with Google Search API for Shopping - api

Is it possible to get the reviews of a product using Google Search API for Shopping.
I mean... If I look for an Iphone 4G. How do I get the reviews for that product? They are in the search results, but no when using the API
thanks

Those reviews are not currently available from the Search API for Shopping.

Related

Obtain google shopping matches

So, as the title says, I would like to emulate the behaviour of the google shopping tab.
For example, whenever I search for "Samsung A50" I get different shopping results from different merchants.
Is there a way in the whole google shopping API to do so?
The content API is for submitting data to Google Merchant Center.
Currently, there is no official Google API for returning results of shopping ads. You may want to use a tool such as semrush.

Yelp API : Retrieving reviews of a business

IS there any way I could retrieve all the reviews of a business Using the API ?
The sample response here just shows 3
http://www.yelp.com/developers/documentation/v2/business
In v3 yelp has a reviews API and it returns only three reviews per business.
Yelp Business Reviews v3
Unfortunately, yelp restricts reviews access via APIs. With the V2.0, it is restricted to just one review snippet, which is also truncated after 40 chars.
An alternate that you could try is to use web scraping platforms such as scrapy. Again, the challenge here is that, yelp changes its layout pretty often just to make sure you don't scrape out their data and hence, your scripts will likely fail after sometime.

youtube api movie rental / purchase

I am wondering if it is possible with the youtube api to get a list of purchasable, or rentable movies. When I go to the youtube website and I am logged into my google account I can see movies to purchase and their prices.
I would like to offer this option in my application ( http://www.tastefilter.com ). We would like to offer links to youtube so people can watch movies directly from their tablets. However I can't find anything in the youtube v2 or v3 documentation on purchasability of a movie, on how to filter a search query to only return those movies, and finally, no pricing info.
Take a look at the YouTube v2.0 Data API. There is a search parameter called paid_content that lets you retrieve information about rentable movies only.
https://developers.google.com/youtube/2.0/reference?hl=en#paid-contentsp

google maps api get countries and cities

Can i have autocomplete with ajax to get countries from google maps api.
When someone type "United" to search on google maps api for that country and to show results for similar ?
Can you give me example, or link to that solution for google maps api ?
Have a look at the Google Places Autocomplete API. Here is a blog post to get you going.

how to restrict Google suggest API for product specific result only

I have integrated google shopping API in my website and want to integrate suggest API in my product search text box. But I see when I search 'Shampoo' as a product in suggest API it returns 'shampoo coupons' as a auto suggest text. http://google.com/complete/search?output=toolbar&q=shampoo
But if I look into actual google shopping page http://www.google.com/search?q=shampoo&tbm=shop&hl=en&aq=f I don't see 'shampoo coupons' as auto suggest.
Is there any way to filter result in suggest API.
Thanks in advance.