/v1/realtime
Baidu realtime national hot-search board
Provalo dal vivo
10 chiamate gratuite al giorno — senza registrazione, senza chiave API. Passa dal gateway oanor.
Funziona. Prendi una chiave API e usala nel tuo progetto.
Ottieni una chiave APIFrammenti di codice
curl "https://api.oanor.com/baiduhot-api/v1/realtime" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/baiduhot-api/v1/realtime", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/baiduhot-api/v1/realtime");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
"https://api.oanor.com/baiduhot-api/v1/realtime",
headers={"x-oanor-key": "oanor_test_..."}
)
Risposta di esempio
Una risposta reale di questo endpoint, acquisita dall'ultimo health check.
{
"data": {
"note": "Baidu's realtime national hot-search board (百度热搜) — what China is searching for right now, ranked by heat. Each entry has its rank, the trending word, Baidu's heat_score (its own ranking metric, not a raw search count), hot_change (rising/falling/steady), an editorial hot_tag and a one-line description. Items flagged is_top are editorially pinned above the ranked list. Words and descriptions are Chinese as Baidu publishes them. Pass limit (1-50). Live, cached ~5m.",
"board": "realtime",
"count": 50,
"source": "Baidu public top-board endpoint (top.baidu.com/api/board, realtime), keyless",
"trending": [
{
"rank": null,
"word": "总书记朝鲜行的“重要里程碑意义”",
"is_top": true,
"hot_tag": "0",
"hot_score": 7904345,
"hot_change": "same",
"search_url": "https://www.baidu.com/s?wd=%E6%80%BB%E4%B9%A6%E8%AE%B0%E6%9C%9D%E9%B2%9C%E8%A1%8C%E7%9A%84%E2%80%9C%E9%87%8D%E8%A6%81%E9%87%8C%E7%A8%8B%E7%A2%91%E6%84%8F%E4%B9%89%E2%80%9D&sa=fyb_news&rsv_dl=fyb_news",
"description": "6月8日至9日,习近平总书记对朝鲜进行国事访问,在两国关系发展史上具有重要里程碑意义。一支视频,从细节感悟中朝两国弘扬优良传统,密切团结协作。"
},
{
"rank": 1,
"word": "加拿大1比1波黑",
"is_top": false,
"hot_tag": "1",
"hot_score": 7808256,
"hot_change": "same",
"search_url": "https://www.baidu.com/s?wd=%E5%8A%A0%E6%8B%BF%E5%A4%A71%E6%AF%941%E6%B3%A2%E9%BB%91&sa=fyb_news&rsv_dl=fyb_news",
"description": "北京时间6月13日,2026年美加墨世界杯小组赛B组首轮比赛在加拿大多伦多球场举行,东道主加拿大队迎战波黑队。最终,双方各入一球,1-1战平。"
},
{
"rank": 2,
"word": "加拿大开幕式又翻车了",
"is_top": false,
"hot_tag": "0",
"hot_score": 7714614,
"hot_change": "same",
"search_url": "https://www.baidu.com/s?wd=%E5%8A%A0%E6%8B%BF%E5%A4%A7%E5%BC%80%E5%B9%95%E5%BC%8F%E5%8F%88%E7%BF%BB%E8%BD%A6%E4%BA%86&sa=fyb_news&rsv_dl=fyb_news",
"description": "北京时间6月13日,加拿大对阵波黑赛前的开幕表演又翻车了。在现场,大力神杯漏气,一秒从“神杯”变“瘪杯”。"
},
{
"rank": 3,
"word": "中国农机驶向全球",
"is_top": false,
"hot_tag": "0",
"hot_score": 7616680,
"hot_change": "same",
"search_url": "https://www.baidu.com/s?wd=%E4%B8%AD%E5%9B%BD%E5%86%9C%E6%9C%BA%E9%A9%B6%E5%90%91%E5%85%A8%E7%90%83&sa=fyb_news&rsv_dl=fyb_news",
"description": "我国是农机使用大国,还是全球唯一具备全品类农机制造能力的国家。如今,中国农机不光在国内耕耘,还遍布全球各地。我们期待,中国农机加速迈向高附加值、技术密集、服务密集的转型之路,以更加硬核的实力深耕全球田野。"
},
{
"rank": 4,
"word": "C罗新造型亮相",
"is_top": false,
"hot_tag": "1",
"hot_score": 7521347,
"hot_change": "same",
…