Google自定义搜索JSON API未返回所有结果

Google自定义搜索JSON API未返回所有结果,json,google-custom-search,Json,Google Custom Search,我正在使用谷歌自定义搜索api为网站-“yeskantipur.com”。当我在谷歌搜索中搜索“site:yeskantipur.com索尼Xperia Sola”这个词时,我得到了很多结果。但是使用API,我只得到两个结果。自定义搜索不会返回正常搜索中第一个位置的结果。而是显示第二个结果 以下是输出json的项目: "items": [ { "kind": "customsearch#result", "title": "Virgin Mobile", "html

我正在使用谷歌自定义搜索api为网站-“yeskantipur.com”。当我在谷歌搜索中搜索“site:yeskantipur.com索尼Xperia Sola”这个词时,我得到了很多结果。但是使用API,我只得到两个结果。自定义搜索不会返回正常搜索中第一个位置的结果。而是显示第二个结果

以下是输出json的项目:

    "items": [
  {
   "kind": "customsearch#result",
   "title": "Virgin Mobile",
   "htmlTitle": "Virgin Mobile",
   "link": "http://www.yeskantipur.com/index.php?route=product/vendor&vendor_id=57",
   "displayLink": "www.yeskantipur.com",
   "snippet": "SONY XPERIA SOLA. GENERAL 2G Network G.. ... Also known as Sony Ericsson   Xperia Nozomi, Sony Ericsson Arc HD .. 40000.00. Ex Tax: Rs.40,000.00 ...",
   "htmlSnippet": "\u003cb\u003eSONY XPERIA SOLA\u003c/b\u003e. GENERAL 2G Network G.. \u003cb\u003e...\u003c/b\u003e Also known as Sony Ericsson \u003cbr\u003e  Xperia Nozomi, Sony Ericsson Arc HD .. 40000.00. Ex Tax: Rs.40,000.00 \u003cb\u003e...\u003c/b\u003e",
   "cacheId": "Zm5BwsKSGxcJ",
   "formattedUrl": "www.yeskantipur.com/index.php?route=product/vendor...id...",
   "htmlFormattedUrl": "www.yeskantipur.com/index.php?route=product/vendor...id...",
   "pagemap": {
    "cse_image": [
     {
      "src": "http://www.yeskantipur.com/image/cache/data/virgin/sony-x8-182x182.jpg"
     }
    ],
    "cse_thumbnail": [
     {
      "width": "145",
      "height": "145",
      "src": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRh7wPGludHnxspronMl2eITUvTqYjUZ0-KSOgDsiVyvywyCVnYT09KpP8"
     }
    ]
   }
  },
  {
   "kind": "customsearch#result",
   "title": "Sony Ericsson",
   "htmlTitle": "\u003cb\u003eSony\u003c/b\u003e Ericsson",
   "link": "http://www.yeskantipur.com/index.php?route=product/category&path=106",
   "displayLink": "www.yeskantipur.com",
   "snippet": "Sony Xperia Neo L. Also known as Sony MT25i. .. Rs.23,500.00. Ex Tax: Rs.  23,500.00. Add to Bag. Add to Wish List. Add to Compare. Sony Xperai Sola ...",
   "htmlSnippet": "\u003cb\u003eSony Xperia\u003c/b\u003e Neo L. Also known as \u003cb\u003eSony\u003c/b\u003e MT25i. .. Rs.23,500.00. Ex Tax: Rs.\u003cbr\u003e  23,500.00. Add to Bag. Add to Wish List. Add to Compare. \u003cb\u003eSony\u003c/b\u003e Xperai \u003cb\u003eSola\u003c/b\u003e \u003cb\u003e...\u003c/b\u003e",
   "cacheId": "k_N9tKXWitYJ",
   "formattedUrl": "www.yeskantipur.com/index.php?route=product/category&path...",
   "htmlFormattedUrl": "www.yeskantipur.com/index.php?route=product/category&path...",
   "pagemap": {
    "cse_image": [
     {
      "src": "http://www.yeskantipur.com/image/cache/data/ctv-mobile/1-180x180.jpg"
     }
    ],
    "cse_thumbnail": [
     {
      "width": "144",
      "height": "144",
      "src": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcRkJbvtpWJeEFS4E9sCXi-tvnFa-20T3YOzF6v6UDhDNYBpep1TWhoaSYMM"
     }
    ]

我认为自定义搜索只显示广告链接不是所有。。。那么这个happen@nKandel自定义搜索不会显示广告。这与adsense的自定义搜索不同。在与您的个人资料关联的谷歌中,搜索结果可能不同。如果您在私人浏览窗口中搜索而不登录,您会得到相同的结果吗?