Skip to content

people_also_search_for 字段说明

people_also_search_for 是一个数组,表示系统推荐的你可能感兴趣的其他关键词或条目,通常与当前主题有关。

Logo

字段名说明
text推荐词条的文本内容
rank当前模块在自然搜索列表中的排名位置,整数,越小越靠前

测试用例

bash
curl -H "Authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" 'https://api.serp.hk/serp/bing/search/basic' -X POST -d '{"q":"apple"}' --compressed

返回结果

json
[
    {
      "rank": 12,
      "text": "apple tv"
    },
    {
      "rank": 12,
      "text": "apple photos"
    },
    {
      "rank": 12,
      "text": "apple account"
    },
    {
      "rank": 12,
      "text": "apple sign in"
    },
    {
      "rank": 12,
      "text": "apple company official website"
    },
    {
      "rank": 12,
      "text": "apple's official site"
    },
    {
      "rank": 12,
      "text": "www.apple.com"
    },
    {
      "rank": 12,
      "text": "apple home page"
    }
]