Google Shopping API是否有可用的样本?

时间:2011-06-03 02:30:06

标签: sample google-api-java-client google-shopping-api

是否有适用于Google的Google Shopping API的示例代码?我试图搜索但找不到任何东西。我不知道从哪里开始为我的Android项目编码。

任何指针都将非常感激。

3 个答案:

答案 0 :(得分:0)

大家您正在搜索的是Google Places API。并按照此链接获得有关如何使用地方api的更好的知识... Have a look at this question and answer

Google Places Documentation and user guide

希望这会有所帮助...... 感谢...

编辑#1:

对不起家伙我对地方api感到困惑,这些地方api也有能力返回更近的购物清单......请check this link and it may help you and also download the sample available there

答案 1 :(得分:0)

还在寻找吗?你可以在这里找到它:java-examples

答案 2 :(得分:0)

您可以使用SerpApi,它们具有Google购物支持(https://serpapi.com/shopping-results)和JAVA库(https://github.com/serpapi/google-search-results-java

数据如下:

{
  ...
  "shopping_results": [
    {
      "position": Integer - Item position
      "title": String - Item title
      "link": String - Link to the Google item page 
      "prince": String - Item price
      "rating": Float - Item rating
      "review_count": String - Item review count
      "snippet": String - Item description
      "extensions": String - Item tags/extensions
    },
  ...
}