<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                企業??AI智能體構建引擎,智能編排和調試,一鍵部署,支持知識庫和私有化部署方案 廣告
                ## 關鍵詞百度排名(停售) ![](https://img.kancloud.cn/bd/ef/bdefdf5b91225c44f893b32660bcd8c1_165x137.png) > 根據域名和關鍵詞返回百度PC和移動的 關鍵詞收錄量、抓取時間、 關鍵詞排名(頁數-第幾條)、 頁面標題、 頁面鏈接地址 ## 接口費用( [點擊購買](https://market.topthink.com/product/363)) > 最低 0.003元/次 ## 接口調用([調用須知](https://docs.topthink.com/think-api/1835086)) ## 接口1:關鍵詞百度PC排名 ### 請求地址 ``` GET https://api.topthink.com/baidu/pc_rank ``` ### 請求參數 | 名稱 | 必填 | 類型 | 說明 | | --- | --- | --- | --- | | appCode| 是|string| 用戶授權碼,參考[API調用](https://docs.topthink.com/think-api/1835086) | | domainName | 是 | string | 獲取的域名 | | keyword | 是 | string | 獲取的關鍵詞 | ### 返回`data`參數 | 名稱 | 類型 | 說明 | | --- | --- | --- | | CollectCount | long | 收錄量 | | RankStr | string | 排名(頁數-條數) | | Title | string | 標題 | | Url | string | 標題連接 | | XiongzhangID | string | 熊掌ID | | CrawlTime | string | 抓取時間 | ## SDK調用 ``` $client = new Client("YourAppCode"); $result = $client->baiduPcRank() ->withDomainName('thinkphp.cn') ->withKeyword('thinkphp') ->request(); ``` 返回示例: ~~~ { "code":0, "message": "成功", "data": { "CollectCount": "55300000", "CrawlTime": "2020-12-25 15:20:23", "Ranks": [ { "RankStr": "1-1", "Title": "ThinkPHP框架 | 中文最佳實踐PHP開源框架,專注WE...", "Url": "http://www.thinkphp.cn/", "XiongzhangID": "" }, { "RankStr": "1-2", "Title": "序言- ThinkPHP3.2完全開發手冊", "Url": "http://document.thinkphp.cn/", "XiongzhangID": "" }, { "RankStr": "1-9", "Title": "ThinkPHP官方博客 · 看云", "Url": "https://blog.thinkphp.cn/", "XiongzhangID": "" }, { "RankStr": "3-7", "Title": "thinkphp的個人主頁 - ThinkPHP框架", "Url": "http://www.thinkphp.cn/u/thinkphp.html", "XiongzhangID": "" }, { "RankStr": "3-8", "Title": "下載:ThinkPHP5.0完整版 - ThinkPHP框架", "Url": "http://www.thinkphp.cn/donate/download/id/847.html", "XiongzhangID": "" }, { "RankStr": "3-9", "Title": "下載:ThinkPHP3.2.1完整版 - ThinkPHP框架", "Url": "http://www.thinkphp.cn/donate/download/id/532.html", "XiongzhangID": "" }, { "RankStr": "3-10", "Title": "ThinkPHP教程 - ThinkPHP框架", "Url": "http://www.thinkphp.cn/document/document.html", "XiongzhangID": "" }, { "RankStr": "4-1", "Title": "thinkphp官網下載 - 框架下載 - ThinkPHP框架", "Url": "http://www.thinkphp.cn/down/framework.html", "XiongzhangID": "" }, { "RankStr": "4-2", "Title": "thinkphp官網下載 - 框架下載 - ThinkPHP框架", "Url": "http://www.thinkphp.cn/down.html", "XiongzhangID": "" }, { "RankStr": "4-4", "Title": "ThinkPHP5專區 - ThinkPHP框架", "Url": "http://www.thinkphp.cn/topic/think.html", "XiongzhangID": "" }, { "RankStr": "4-5", "Title": "ThinkPHP3.2.3完整版 - ThinkPHP框架", "Url": "http://www.thinkphp.cn/down/610.html", "XiongzhangID": "" }, { "RankStr": "4-6", "Title": "下載:ThinkPHP3.2.3完整版 - ThinkPHP框架", "Url": "http://www.thinkphp.cn/donate/download/id/610.html", "XiongzhangID": "" }, { "RankStr": "4-7", "Title": "下載:ThinkPHP5.0.10完整版 - ThinkPHP框架", "Url": "http://www.thinkphp.cn/donate/download/id/1015.html", "XiongzhangID": "" }, { "RankStr": "4-8", "Title": "下載:ThinkPHP5.0.24完整版 - ThinkPHP框架", "Url": "http://www.thinkphp.cn/donate/download/id/1278.html", "XiongzhangID": "" }, { "RankStr": "5-10", "Title": "ThinkPHP5.*版本發布安全更新 · ThinkPHP官方博客 · 看云", "Url": "https://blog.thinkphp.cn/869075", "XiongzhangID": "" } ] } } ~~~ ## 接口2:關鍵詞百度移動排名 根據域名和關鍵詞返回百度移動 關鍵詞收錄量、抓取時間、 關鍵詞排名(頁數-第幾條)、 頁面標題、 頁面鏈接地址 ### 請求地址 ``` GET https://api.topthink.com/baidu/mobile_rank ``` ### 請求參數 | 名稱 | 必填 | 類型 | 說明 | | --- | --- | --- | --- | | appCode| 是|string| 用戶授權碼,參考[API調用](https://docs.topthink.com/think-api/1835086) | | domainName | 是 | string | 獲取的域名 | | keyword | 是 | string | 獲取的關鍵詞 | ### 返回`data`參數 | 名稱 | 類型 | 說明 | | --- | --- | --- | | CollectCount | long | 收錄量(只有PC端才有收錄量) | | RankStr | string | 排名(頁數-條數) | | Title | string | 標題 | | Url | string | 標題連接 | | XiongzhangID | string | 熊掌ID | | CrawlTime | string | 抓取時間 | ## SDK調用 ``` $client = new Client("YourAppCode"); $result = $client->baiduMobileRank() ->withUrl('https://market.topthink.com/develop') ->request(); ``` 返回示例: ~~~ { "code":0, "message": "成功", "data": { "IsRecord": false, "RecordTitle": "", "RecordDepict": "", "SnapTime": "", "CrawlTime": "2019-01-24 16:19:22" } } ~~~
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看