<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>

                ThinkChat2.0新版上線,更智能更精彩,支持會話、畫圖、視頻、閱讀、搜索等,送10W Token,即刻開啟你的AI之旅 廣告
                ## 網站Alexa查詢 ![](https://img.kancloud.cn/ac/d0/acd0c2b53c30c2753f7056ba15680ed2_169x135.png) > 根據域名返回Alexa相關信息 ## 接口費用( [點擊購買](https://market.topthink.com/product/368)) > 最低 0.01元/次 ## 接口調用([調用須知](https://docs.topthink.com/think-api/1835086)) ### 請求地址 ``` GET https://api.topthink.com/website/top ``` ### 請求參數 | 名稱 | 必填 | 類型 | 說明 | | --- | --- | --- | --- | | appCode| 是|string| 用戶授權碼,參考[API調用](https://docs.topthink.com/think-api/1835086) | | domainName | 是 | string | 獲取的域名 | ### 返回`data`參數 | 名稱 | 類型 | 說明 | | --- | --- | --- | | DomainName | string | 域名 | | Title | string | 站點名稱 | | CreateTime | int | 創建總天數 | | TrendValue | int | 變化值 | | ShowMedianLoadTime | string | 訪問速度 | | ShowPercentile | string | 測速得分 | | Locale | string | 所屬國家 | | Encoding | string | 編碼方式 | | LinksInCount | int | 反向鏈接 | | PhoneNumbers | string | 聯系電話 | | Keywords | string | 網站關鍵字 | | OwnedDomains | string | 站長所有域名 | | OwnerName | string | 網站站長 | | Email | string | 電子信箱 | | Streets | string | 街道 | | City | string | 城市 | | PostalCode | string | 郵政編碼 | | Country | string | 國家 | | CompanyStockTicker | string | 是否上市公司 | | Rank | int | 全球綜合排名 | | PhysicalAddress | string | 詳細地址 | | CNRank | int | 中國排名 | | NextRank | int | 下期預測排名 | | TodayRank | int | 當天排名 | | ShowDescription | string | 網站簡介 | | ShowOnlineSince | string | 收錄日期 | | ShowAdultContent | string | 成人內容 | | CategoryData—Title | string | 分類名 | | CategoryData—AbsolutePath | string | 分類相對目錄 | | CountryList—Code | string | 國家/地區代碼 | | CountryList—Rank | string | 國家/地區排名 | | CountryList— Contribution—PageViews | string | 頁面瀏覽比例 | | CountryList— Contribution—Users | string | 網站訪問比例 | | CountryList—Name | string | 國家/地區名稱 | | ContributingSubdomainList —DataUrl | string | 子站點域名 | | ContributingSubdomainList —TimeRange—Days | string | 一個月排名變化情況 | | ContributingSubdomainList —Reach—Percentage | string | 近月網站訪問比例 | | ContributingSubdomainList —PageViews—Percentage | string | 近月頁面訪問比例 | | ContributingSubdomainList —PageViews—PerUser | json | 人均訪問數據 | | ContributingSubdomainList —PageViews—StrPerUser | string | 人均頁面瀏覽量 | | LogoInfo—ImgSrc | string | log圖片地址 | | LogoInfo—Domain | string | 域名 | | UsageStatistic\_Day (Week/Month/ThreeMonth) —TimeRange—Days | string | 當天流量排名情況 | | UsageStatistic\_Day (Week/Month/ThreeMonth) —Rank—Value | string | 當日(周/月/三個月)排名 | | UsageStatistic\_Day (Week/Month/ThreeMonth) —Rank—Delta | string | 變化趨勢 | | UsageStatistic\_Day (Week/Month/ThreeMonth) —Reach—Rank—Value | string | 當日(周/月/三個月)排名 | | UsageStatistic\_Day (Week/Month/ThreeMonth) —Reach—Rank—Delta | string | 變化趨勢 | | UsageStatistic\_Day (Week/Month/ThreeMonth) —Reach—PerMillion—Value | string | 每百萬人中訪問人數 | | UsageStatistic\_Day (Week/Month/ThreeMonth) —Reach—PerMillion—Delta | string | 變化趨勢 | | UsageStatistic\_Day (Week/Month/ThreeMonth) —PageViews—PerMillion—Value | string | 每百萬人訪問頁面中訪問本站的頁面數 | | UsageStatistic\_Day (Week/Month/ThreeMonth) —PageViews—PerMillion—Delta | string | 變化趨勢 | | UsageStatistic\_Day (Week/Month/ThreeMonth) —PageViews—Rank—Value | string | 頁面訪問量排名 | | UsageStatistic\_Day (Week/Month/ThreeMonth) —PageViews—Rank—Delta | string | 變化趨勢 | | UsageStatistic\_Day (Week/Month/ThreeMonth) —PageViews—PerUser—Value | string | 平均每個訪問者瀏覽的頁面數 | | UsageStatistic\_Day (Week/Month/ThreeMonth) —PageViews—PerUser—Delta | string | 變化趨勢 | | IpNum | string | 日均 IP 訪問量\[一周平均\] | | PvNum | string | 日均 PV 瀏覽量\[一周平均\] | ## SDK調用 ``` $client = new Client("YourAppCode"); $result = $client->websiteTop() ->withDomainName('thinkphp.cn') ->request(); ``` 返回示例: ~~~ { "code":0, "message": "成功", "data": { "DomainName": "thinkphp.cn", "Title": "ThinkPHP", "ShowMedianLoadTime": "3880", "ShowPercentile": "14", "Locale": "未知", "Encoding": "未知", "LinksInCount": 1309, "PhoneNumbers": "未知", "Keywords": null, "OwnedDomains": null, "OwnerName": "未知", "Email": "未知", "Streets": null, "City": null, "PostalCode": null, "Country": null, "CompanyStockTicker": null, "Rank": 7634, "CategoryData": { "Title": "PHP/腳本", "AbsolutePath": "Top/World/Chinese_Simplified_CN/計算機/編程/語言/PHP/腳本" }, "CountryList": [ { "Code": "CN", "Rank": "611", "Contribution": { "PageViews": "99.6%", "Users": "98.9%" }, "Name": "中國" }, { "Code": "US", "Rank": "267626", "Contribution": { "PageViews": "0.2%", "Users": "0.5%" }, "Name": "美國" }, { "Code": "O", "Rank": "", "Contribution": { "PageViews": "0.2%", "Users": "0.6%" }, "Name": "其他" } ], "ContributingSubdomainList": [ { "DataUrl": "thinkphp.cn", "TimeRange": { "Days": 30 }, "Reach": { "Percentage": "95.01%" }, "PageViews": { "Percentage": "88.90%", "PerUser": [ { "#text": "2.7" } ], "StrPerUser": "2.7" } }, { "DataUrl": "sites.thinkphp.cn", "TimeRange": { "Days": 30 }, "Reach": { "Percentage": "6.68%" }, "PageViews": { "Percentage": "8.01%", "PerUser": [ { "#text": "4" } ], "StrPerUser": "4" } }, { "DataUrl": "OTHER", "TimeRange": { "Days": 30 }, "Reach": { "Percentage": "0" }, "PageViews": { "Percentage": "3.09%", "PerUser": [ { "#text": "0" } ], "StrPerUser": "0" } } ], "CreateTime": 224930, "TrendValue": 0, "PhysicalAddress": "未知", "CNRank": 611, "NextRank": 7634, "ShowDescription": "開源PHP開發框架。", "ShowOnlineSince": "沒有記錄", "ShowAdultContent": "NO", "UsageStatistic_Day": { "TimeRange": { "Days": 1 }, "Rank": { "Value": "5831", "Delta": "-28704" }, "Reach": { "Rank": { "Value": "6249", "Delta": "-18908" }, "PerMillion": { "Value": "100", "Delta": "+200%" } }, "PageViews": { "PerMillion": { "Value": "8.9", "Delta": "+900%" }, "Rank": { "Value": "7681", "Delta": "-67476" }, "PerUser": { "Value": "3", "Delta": "+200%" } } }, "UsageStatistic_Week": { "TimeRange": { "Days": 7 }, "Rank": { "Value": "12474", "Delta": "+5982" }, "Reach": { "Rank": { "Value": "12414", "Delta": "+5795" }, "PerMillion": { "Value": "60", "Delta": "-42.79%" } }, "PageViews": { "PerMillion": { "Value": "4", "Delta": "-47.731%" }, "Rank": { "Value": "17315", "Delta": "9043" }, "PerUser": { "Value": "3", "Delta": "-8.682%" } } }, "UsageStatistic_Month": { "TimeRange": { "Days": 30 }, "Rank": { "Value": "7172", "Delta": "-478" }, "Reach": { "Rank": { "Value": "7142", "Delta": "-771" }, "PerMillion": { "Value": "96", "Delta": "+10%" } }, "PageViews": { "PerMillion": { "Value": "6.6", "Delta": "-1.41%" }, "Rank": { "Value": "9402", "Delta": "410" }, "PerUser": { "Value": "2.9", "Delta": "-11.78%" } } }, "UsageStatistic_ThreeMonth": { "TimeRange": { "Days": 90 }, "Rank": { "Value": "7634", "Delta": "-2346" }, "Reach": { "Rank": { "Value": "7814", "Delta": "-2193" }, "PerMillion": { "Value": "86", "Delta": "+30%" } }, "PageViews": { "PerMillion": { "Value": "6.5", "Delta": "+41%" }, "Rank": { "Value": "9251", "Delta": "-2883" }, "PerUser": { "Value": "3.2", "Delta": "+6%" } } }, "IpNum": 45000, "PvNum": 135000 } } ~~~
                  <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>

                              哎呀哎呀视频在线观看