baidu-milan-winter-olympics-2026
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinese2026年米兰冬奥会数据获取
2026 Milan Winter Olympics Data Retrieval
技能概述
Skill Overview
此技能用于获取2026年米兰冬奥会的以下数据:
This skill is used to retrieve the following data for the 2026 Milan Winter Olympics:
1. 奖牌榜数据
1. Medal Standings Data
- 各国/地区奖牌排名
- 金牌、银牌、铜牌数量
- 奖牌总数统计
- 国旗图片链接
- 详情页面链接
- Country/region medal rankings
- Number of gold, silver, and bronze medals
- Total medal statistics
- National flag image URL
- Detail page link
2. 现场新闻报道
2. Live News Reports
- 最新赛事新闻
- 精彩瞬间
- 赛后采访
- 视频资讯
- 赛事集锦
- Latest event news
- Highlight moments
- Post-match interviews
- Video news
- Event highlights
3. 赛程数据
3. Competition Schedule Data
- 全部赛程安排
- 中国相关赛程
- 金牌赛赛程
- 热门赛程
- 比赛时间、状态、项目信息
- Full competition schedule
- China-related competitions
- Gold medal match schedule
- Popular competition schedule
- Match time, status, and event information
4. 中国队获奖名单数据
4. China Team Medal Winners Data
- 中国队所有获奖运动员名单
- 奖牌类型(金牌/银牌/铜牌)
- 运动员姓名
- 比赛项目(大项和小项)
- 获奖时间
- 视频集锦链接
- 奖牌统计信息
数据来源:百度体育 (tiyu.baidu.com)
- List of all medal-winning athletes from the Chinese team
- Medal type (gold/silver/bronze)
- Athlete names
- Competition events (major and minor categories)
- Medal-winning date
- Video highlight links
- Medal statistics
Data Source: Baidu Sports (tiyu.baidu.com)
获取奖牌榜数据
Retrieve Medal Standings Data
获取奖牌榜TOP30
Retrieve Top 30 Medal Standings
当用户需要查看奖牌榜前30名时:
bash
node scripts/milan-olympics.js topWhen users need to view the top 30 in the medal standings:
bash
node scripts/milan-olympics.js top获取奖牌榜TOP N
Retrieve Top N Medal Standings
获取指定数量的排名:
bash
node scripts/milan-olympics.js top 10Retrieve a specified number of rankings:
bash
node scripts/milan-olympics.js top 10获取完整奖牌榜
Retrieve Full Medal Standings
bash
node scripts/milan-olympics.js allbash
node scripts/milan-olympics.js all奖牌榜返回数据字段说明
Medal Standings Return Data Field Description
| 字段 | 类型 | 说明 |
|---|---|---|
| rank | number | 排名 |
| country | string | 国家/地区名称(中文) |
| countryEn | string | 国家/地区名称(英文) |
| gold | number | 金牌数 |
| silver | number | 银牌数 |
| bronze | number | 铜牌数 |
| total | number | 奖牌总数 |
| flagUrl | string | 国旗图片URL |
| detailUrl | string | 详情页面URL |
| Field | Type | Description |
|---|---|---|
| rank | number | Ranking |
| country | string | Country/Region Name (Chinese) |
| countryEn | string | Country/Region Name (English) |
| gold | number | Number of gold medals |
| silver | number | Number of silver medals |
| bronze | number | Number of bronze medals |
| total | number | Total number of medals |
| flagUrl | string | National Flag Image URL |
| detailUrl | string | Detail Page URL |
获取现场新闻数据
Retrieve Live News Data
获取最新新闻列表
Retrieve Latest News List
当用户需要查看冬奥会现场新闻时:
bash
node scripts/milan-news.js listWhen users need to view live news of the Winter Olympics:
bash
node scripts/milan-news.js list获取指定数量的新闻
Retrieve a Specified Number of News Items
获取20条最新新闻:
bash
node scripts/milan-news.js list 20Retrieve 20 latest news items:
bash
node scripts/milan-news.js list 20按类型筛选新闻
Filter News by Type
获取"赛事集锦"类型的新闻:
bash
node scripts/milan-news.js list 10 赛事集锦Retrieve news of the "Event Highlights" type:
bash
node scripts/milan-news.js list 10 赛事集锦获取可用的内容类型
Retrieve Available Content Types
bash
node scripts/milan-news.js types可用类型包括:
- 全部
- 热门内容
- 赛事集锦
- 精彩瞬间
- 选手集锦
- 赛后采访
- 赛前采访
- 项目介绍
- 专栏节目
- 其他
bash
node scripts/milan-news.js typesAvailable types include:
- All
- Popular Content
- Event Highlights
- Highlight Moments
- Athlete Highlights
- Post-match Interviews
- Pre-match Interviews
- Event Introduction
- Column Programs
- Others
新闻数据字段说明
News Data Field Description
| 字段 | 类型 | 说明 |
|---|---|---|
| id | string | 新闻唯一标识 |
| title | string | 新闻标题 |
| type | string | 内容类型:article(文章)、video(视频)、post(动态) |
| subType | string | 内容子类型 |
| source | string | 新闻来源 |
| url | string | 详情页面URL |
| images | array | 图片URL数组 |
| videoDuration | string | 视频时长(仅视频类型) |
| videoUrl | string | 视频播放链接(仅视频类型) |
| matchId | array | 关联的赛事ID |
| Field | Type | Description |
|---|---|---|
| id | string | Unique news identifier |
| title | string | News title |
| type | string | Content type: article, video, post |
| subType | string | Content sub-type |
| source | string | News source |
| url | string | Detail page URL |
| images | array | Array of image URLs |
| videoDuration | string | Video duration (video type only) |
| videoUrl | string | Video playback link (video type only) |
| matchId | array | Associated match IDs |
获取中国队获奖名单数据
Retrieve China Team Medal Winners Data
获取全部获奖名单
Retrieve All Medal Winners List
当用户需要查看中国队所有获奖运动员时:
bash
node scripts/milan-china-medals.js listWhen users need to view all medal-winning athletes of the Chinese team:
bash
node scripts/milan-china-medals.js list按奖牌类型筛选
Filter by Medal Type
获取中国队的金牌获奖名单:
bash
node scripts/milan-china-medals.js list gold获取中国队的银牌获奖名单:
bash
node scripts/milan-china-medals.js list silver获取中国队的铜牌获奖名单:
bash
node scripts/milan-china-medals.js list bronzeRetrieve gold medal winners of the Chinese team:
bash
node scripts/milan-china-medals.js list goldRetrieve silver medal winners of the Chinese team:
bash
node scripts/milan-china-medals.js list silverRetrieve bronze medal winners of the Chinese team:
bash
node scripts/milan-china-medals.js list bronze获取奖牌统计
Retrieve Medal Statistics
获取中国队奖牌统计信息(按项目和类型统计):
bash
node scripts/milan-china-medals.js statsRetrieve medal statistics of the Chinese team (statistics by event and type):
bash
node scripts/milan-china-medals.js stats中国队获奖名单数据字段说明
China Team Medal Winners Data Field Description
代表团信息(delegationInfo):
| 字段 | 类型 | 说明 |
|---|---|---|
| country | string | 国家名称(中文) |
| countryEn | string | 国家名称(英文) |
| rank | string | 当前排名 |
| gold | string | 金牌数 |
| silver | string | 银牌数 |
| bronze | string | 铜牌数 |
| delegationId | string | 代表团ID |
获奖记录(medals):
| 字段 | 类型 | 说明 |
|---|---|---|
| playerName | string | 运动员姓名 |
| medal | string | 奖牌名称(如"第1银") |
| medalType | string | 奖牌类型:gold/silver/bronze |
| medalRank | number | 奖牌序号 |
| bigMatch | string | 大项(如"自由式滑雪") |
| smallMatch | string | 小项(如"自由式滑雪女子坡面障碍技巧") |
| date | string | 日期(如"02月09日") |
| time | string | 时间(如"21:00") |
| medalTime | string | 时间戳 |
| rank | number | 比赛排名 |
| detailUrl | string | 详情页面URL |
| loc | string | 本地链接 |
| videoInfo | object | 视频信息(含播放链接) |
| playIconArr | array | 播放图标数组 |
| country | string | 国家 |
| olympicEventId | string | 赛事ID |
Delegation Information (delegationInfo):
| Field | Type | Description |
|---|---|---|
| country | string | Country Name (Chinese) |
| countryEn | string | Country Name (English) |
| rank | string | Current ranking |
| gold | string | Number of gold medals |
| silver | string | Number of silver medals |
| bronze | string | Number of bronze medals |
| delegationId | string | Delegation ID |
Medal Records (medals):
| Field | Type | Description |
|---|---|---|
| playerName | string | Athlete name |
| medal | string | Medal name (e.g., "1st Silver") |
| medalType | string | Medal type: gold/silver/bronze |
| medalRank | number | Medal serial number |
| bigMatch | string | Major event (e.g., "Freestyle Skiing") |
| smallMatch | string | Minor event (e.g., "Women's Freestyle Skiing Slopestyle") |
| date | string | Date (e.g., "02/09") |
| time | string | Time (e.g., "21:00") |
| medalTime | string | Timestamp |
| rank | number | Match ranking |
| detailUrl | string | Detail page URL |
| loc | string | Local link |
| videoInfo | object | Video information (including playback link) |
| playIconArr | array | Array of play icons |
| country | string | Country |
| olympicEventId | string | Olympic event ID |
获取赛程数据
Retrieve Competition Schedule Data
获取全部赛程
Retrieve Full Competition Schedule
bash
node scripts/milan-schedule.js allbash
node scripts/milan-schedule.js all获取特定日期的赛程
Retrieve Schedule for a Specific Date
bash
node scripts/milan-schedule.js all 2026-02-08bash
node scripts/milan-schedule.js all 2026-02-08获取中国相关赛程
Retrieve China-related Competition Schedule
bash
node scripts/milan-schedule.js china获取特定日期的中国赛程:
bash
node scripts/milan-schedule.js china 2026-02-08bash
node scripts/milan-schedule.js chinaRetrieve China-related schedule for a specific date:
bash
node scripts/milan-schedule.js china 2026-02-08获取金牌赛赛程
Retrieve Gold Medal Match Schedule
bash
node scripts/milan-schedule.js gold获取特定日期的金牌赛:
bash
node scripts/milan-schedule.js gold 2026-02-08bash
node scripts/milan-schedule.js goldRetrieve gold medal matches for a specific date:
bash
node scripts/milan-schedule.js gold 2026-02-08获取热门赛程
Retrieve Popular Competition Schedule
bash
node scripts/milan-schedule.js hotbash
node scripts/milan-schedule.js hot获取今天的赛程(综合TAB)
Retrieve Today's Schedule (Comprehensive Tab)
自动获取今天日期的全部赛程,无需手动指定日期:
bash
node scripts/milan-schedule.js todayAutomatically retrieve the full schedule for today, no need to manually specify the date:
bash
node scripts/milan-schedule.js today获取明天的赛程(综合TAB)
Retrieve Tomorrow's Schedule (Comprehensive Tab)
自动获取明天日期的全部赛程,无需手动指定日期:
bash
node scripts/milan-schedule.js tomorrowAutomatically retrieve the full schedule for tomorrow, no need to manually specify the date:
bash
node scripts/milan-schedule.js tomorrow获取可用的日期列表
Retrieve Available Date List
bash
node scripts/milan-schedule.js datesbash
node scripts/milan-schedule.js dates赛程数据字段说明
Competition Schedule Data Field Description
| 字段 | 类型 | 说明 |
|---|---|---|
| matchId | string | 比赛唯一标识 |
| matchName | string | 比赛名称 |
| sportName | string | 项目大类名称 |
| eventName | string | 具体小项名称 |
| startTime | string | 开始时间(HH:mm) |
| startDate | string | 开始日期(YYYY-MM-DD) |
| startDateTime | string | 完整开始时间 |
| status | string | 比赛状态(未开赛、进行中、已结束等) |
| statusId | string | 状态ID |
| desc | string | 比赛描述/备注 |
| isChina | boolean | 是否中国相关赛程 |
| isGold | boolean | 是否金牌赛 |
| isHot | boolean | 是否热门赛程 |
| isMedal | boolean | 是否奖牌赛 |
| hasLive | boolean | 是否有直播 |
| participant | string | 参赛类型(单人/团体) |
| detailUrl | string | 详情页面URL |
| iconArr | array | 图标标签数组 |
| Field | Type | Description |
|---|---|---|
| matchId | string | Unique match identifier |
| matchName | string | Match name |
| sportName | string | Major sport category name |
| eventName | string | Specific minor event name |
| startTime | string | Start time (HH:mm) |
| startDate | string | Start date (YYYY-MM-DD) |
| startDateTime | string | Full start time |
| status | string | Match status (Not started, In progress, Completed, etc.) |
| statusId | string | Status ID |
| desc | string | Match description/notes |
| isChina | boolean | Whether it is a China-related competition |
| isGold | boolean | Whether it is a gold medal match |
| isHot | boolean | Whether it is a popular competition |
| isMedal | boolean | Whether it is a medal match |
| hasLive | boolean | Whether live broadcast is available |
| participant | string | Participant type (Individual/Team) |
| detailUrl | string | Detail page URL |
| iconArr | array | Array of icon tags |
获取运动项目列表
Retrieve Sports Event List
查看所有可用的运动项目及其ID:
bash
node scripts/milan-schedule.js sports返回数据结构:
- hot: 热门项目列表(包含热度值)
- other: 其他项目列表
常见运动项目ID对照:
| 项目名称 | ID |
|---|---|
| 短道速滑 | 302 |
| 花样滑冰 | 217 |
| 速度滑冰 | 103 |
| 单板滑雪 | 222 |
| 自由式滑雪 | 221 |
| 冰壶 | 212 |
| 冰球 | 113 |
| 高山滑雪 | 115 |
| 雪车 | 213 |
| 雪橇 | 214 |
| 钢架雪车 | 307 |
| 跳台滑雪 | 215 |
| 越野滑雪 | 220 |
| 滑雪登山 | 615 |
| 北欧两项 | 216 |
| 冬季两项 | 218 |
View all available sports events and their IDs:
bash
node scripts/milan-schedule.js sportsReturn data structure:
- hot: List of popular sports events (including popularity values)
- other: List of other sports events
Common Sports Event ID Mapping:
| Event Name | ID |
|---|---|
| Short Track Speed Skating | 302 |
| Figure Skating | 217 |
| Speed Skating | 103 |
| Snowboarding | 222 |
| Freestyle Skiing | 221 |
| Curling | 212 |
| Ice Hockey | 113 |
| Alpine Skiing | 115 |
| Bobsleigh | 213 |
| Luge | 214 |
| Skeleton | 307 |
| Ski Jumping | 215 |
| Cross-Country Skiing | 220 |
| Ski Mountaineering | 615 |
| Nordic Combined | 216 |
| Biathlon | 218 |
获取指定运动项目的赛程
Retrieve Schedule for a Specified Sports Event
查询特定运动项目的赛程安排:
bash
undefinedQuery the schedule for a specific sports event:
bash
undefined获取短道速滑所有赛程
Retrieve all schedules for Short Track Speed Skating
node scripts/milan-schedule.js sport 302
node scripts/milan-schedule.js sport 302
获取特定日期的短道速滑赛程
Retrieve Short Track Speed Skating schedule for a specific date
node scripts/milan-schedule.js sport 302 2026-02-10
undefinednode scripts/milan-schedule.js sport 302 2026-02-10
undefined获取中国指定运动项目的赛程
Retrieve China-related Schedule for a Specified Sports Event
查询中国队在特定运动项目的赛程:
bash
undefinedQuery the Chinese team's schedule for a specific sports event:
bash
undefined获取中国短道速滑赛程
Retrieve Chinese team's Short Track Speed Skating schedule
node scripts/milan-schedule.js china-sport 302
node scripts/milan-schedule.js china-sport 302
获取特定日期中国短道速滑赛程
Retrieve Chinese team's Short Track Speed Skating schedule for a specific date
node scripts/milan-schedule.js china-sport 302 2026-02-10
undefinednode scripts/milan-schedule.js china-sport 302 2026-02-10
undefined作者介绍
Author Introduction
- 爱海贼的无处不在
- 我的微信公众号:无处不在的技术
- Everywhere Who Loves One Piece
- My WeChat Official Account: Ubiquitous Technology
注意事项
Notes
- 数据从百度体育网页实时抓取,可能存在短暂延迟
- 奖牌榜数据会随着比赛进行不断更新
- 排名规则遵循国际奥委会标准(先按金牌数,再按银牌数,再按铜牌数)
- 新闻内容实时更新,包含文字报道、图片和视频
- 赛程数据包含比赛时间、项目、状态等信息
- Data is scraped in real-time from Baidu Sports, so there may be a slight delay
- Medal standings data will be continuously updated as competitions progress
- Ranking rules follow the International Olympic Committee standards (first by gold medal count, then silver, then bronze)
- News content is updated in real-time, including text reports, images, and videos
- Schedule data includes match time, event, status, and other information