Hi I had the product name.... I need to get all the online stores available for that product. But i have to use google p开发者_JS百科roduct search API Can you please give the URL for searching online stores for that product......
Thanks in advance..
Using the Google Search API for shopping, you can diversify results to one per vendor, with a query for the product name such as::
https://www.googleapis.com/shopping/search/v1/public/products?q=apple+iphone+4&country=US&alt=json&key=KEY&crowdBy=accountId%3A1
Note, you will need to get your own developer key and put it in the KEY parameter.
精彩评论