Google Product search
How to get nearby stores for a product usi开发者_StackOverflow中文版ng google Product search API ?
I had input parameters as ....
- Latitude
- Longitude
- Product Name
Can u please give the Request URL..... For implementing it on iPhone
Also how to get reviews for a product using google product search Can u please give the Request URL.....
Thanks in advance
The most current Products API is the Search API for Shopping. It does not allow you to query by physical location, but it does allow you to search by a product name.
You'll need to get an API key to use the API, but when you do, the request URL will be like:
https://www.googleapis.com/shopping/search/v1/public/products?country=US&q=macbook%20pro&alt=json&key={YOUR_API_KEY}
精彩评论