Scoreboard tracking
Yahoo Sportsエンドポイントを使えば、「Scoreboard tracking」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Turn sports.yahoo.com's own server-rendered pages into structured JSON — scoreboards, standings, teams, rosters, players, game boxscores, golf tournament schedules and leaderboards, MMA fight cards, motorsports race results, tennis rankings and scores, Olympic medal counts, and league news across seven leagues plus five golf tours. Credential-free.
Extract Yahoo Sports scoreboards, standings, teams, rosters, players, game boxscores, golf tournaments, and league news as structured JSON.
エンドポイントファミリー
6
ドキュメント化されたパラメータ
41
サンプル数
18
ライブカタログスナップショット
稼働エンドポイント
18
メソッド
GET
必須パラメータ
37
スキーマ参照
18
{
"platform": "Yahoo Sports",
"endpoint": "yahoo-sports-scoreboard",
"method": "GET",
"path": "/yahoo-sports/scoreboard",
"auth": "apiKey"
}ユースケース
Extract Yahoo Sports scoreboards, standings, teams, rosters, players, game boxscores, golf tournaments, and league news as structured JSON.
Yahoo Sportsエンドポイントを使えば、「Scoreboard tracking」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Yahoo Sportsエンドポイントを使えば、「Team and roster enrichment」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Yahoo Sportsエンドポイントを使えば、「Sports news monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
各CrawloraプラットフォームAPIは、特定のデータサーフェスに合わせて設計されています。汎用的なfetchエンドポイントを公開する代わりに、エンドポイント固有のリクエストロジック、マネージドインフラ、パース、正規化、課金、そしてPlaygroundで検証済みのサンプルを組み合わせています。
対象プラットフォームとエンドポイントの種類に合わせてリクエスト挙動をチューニングしています。
対応エンドポイントはマネージドプロキシルーティングを利用でき、信頼性を高めながらインフラ運用の手間を減らせます。
JavaScriptレンダリングが必要な動的ページは、マネージドブラウザインスタンス経由で処理できます。
チャレンジページや利用不能な上流レスポンスを検知し、明確に通知します。
結果は生のHTMLではなく、ドキュメント化されたJSONで返されます。
本番統合の前に、DocsとPlaygroundから同じルートをテストできます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/yahoo-sports/game
/yahoo-sports/golf-leaderboard
/yahoo-sports/golf-schedule
/yahoo-sports/mma-fight-card
/yahoo-sports/mma-schedule
/yahoo-sports/motorsports-race
主要エンドポイント
/yahoo-sports/scoreboardReturns games (teams, score, status, venue, and broadcast info) for a league on a date, from sports.yahoo.com's own server-rendered scoreboard page. The `league` enum accepts `nfl`, `nba`, `wnba`, `mlb`, `nhl`, `college-football`, `college-basketball`, `college-womens-basketball`, `mls`, `premier-league`, `la-liga`, `serie-a`, `bundesliga`, `ligue-1`, `nwsl`, `ligamx-apertura`, `ligamx-clausura`, `copa-america`, `club-world-cup`, `world-cup`, `concacaf-champions-cup`, `concacaf-gold-cup`, `concacaf-league`, and `champions-league`.
/yahoo-sports/standingsReturns league standings (record, streak, games back, and clinch status) grouped by conference/division, from sports.yahoo.com's own server-rendered standings page. The `league` enum accepts `nfl`, `nba`, `wnba`, `mlb`, `nhl`, `college-football`, `college-basketball`, `mls`, `premier-league`, `la-liga`, `serie-a`, `bundesliga`, `ligue-1`, `nwsl`, `ligamx-apertura`, `ligamx-clausura`, `world-cup`, and `champions-league` (not `college-womens-basketball`, whose standings page does not embed a full grouped table). Soccer leagues return a single ungrouped table (no conference/division) and each entry's `record.points` is populated (3 per win, 1 per draw).
/yahoo-sports/teamReturns one team's detail (identity, colors, conference/division, and current standing summary) from sports.yahoo.com's own server-rendered team page. The `league` enum accepts `nfl`, `nba`, `wnba`, `mlb`, `nhl`, `college-football`, `college-basketball`, `college-womens-basketball`, `mls`, `premier-league`, `la-liga`, `serie-a`, `bundesliga`, `ligue-1`, `nwsl`, `ligamx-apertura`, `ligamx-clausura`, `copa-america`, `club-world-cup`, `world-cup`, `concacaf-champions-cup`, `concacaf-gold-cup`, `concacaf-league`, and `champions-league`. Get a team slug from the scoreboard or standings response (e.g. `green-bay`, `la-lakers`).
/yahoo-sports/team-rosterReturns a team's full roster (position, jersey number, status, injury, physicals, college, and experience) from sports.yahoo.com's own server-rendered roster page. The `league` enum accepts `nfl`, `nba`, `wnba`, `mlb`, `nhl`, `college-football`, `college-basketball`, `college-womens-basketball`, `mls`, `premier-league`, `la-liga`, `serie-a`, `bundesliga`, `ligue-1`, `nwsl`, `ligamx-apertura`, `ligamx-clausura`, `copa-america`, `club-world-cup`, `world-cup`, `concacaf-champions-cup`, `concacaf-gold-cup`, `concacaf-league`, and `champions-league`. Get a team slug from the scoreboard or standings response (e.g. `green-bay`, `la-lakers`).
/yahoo-sports/team-scheduleReturns a team's full schedule (regular season plus any already-played/scheduled playoff games), with the same per-game fields as the scoreboard, from sports.yahoo.com's own server-rendered team schedule page. The `league` enum accepts `nfl`, `nba`, `wnba`, `mlb`, `nhl`, `college-football`, `college-basketball`, `college-womens-basketball`, `mls`, `premier-league`, `la-liga`, `serie-a`, `bundesliga`, `ligue-1`, `nwsl`, `ligamx-apertura`, `ligamx-clausura`, `copa-america`, `club-world-cup`, `world-cup`, `concacaf-champions-cup`, `concacaf-gold-cup`, `concacaf-league`, and `champions-league`. Get a team slug from the scoreboard or standings response (e.g. `green-bay`, `la-lakers`).
/yahoo-sports/gameReturns one game's boxscore (matchup, line score by period, and team stat totals) from sports.yahoo.com's own server-rendered game page. The `league` enum accepts `nfl`, `nba`, `wnba`, `mlb`, `nhl`, `college-football`, `college-basketball`, `college-womens-basketball`, `mls`, `premier-league`, `la-liga`, `serie-a`, `bundesliga`, `ligue-1`, `nwsl`, `ligamx-apertura`, `ligamx-clausura`, `copa-america`, `club-world-cup`, `world-cup`, `concacaf-champions-cup`, `concacaf-gold-cup`, `concacaf-league`, and `champions-league`. Get the `game` slug from a scoreboard or team-schedule response's game `url` (the last path segment), e.g. `cleveland-guardians-detroit-tigers-460811106`.
関連API
Media & Streaming
Research streaming catalogs, title availability, providers, offers, seasons, episodes, and release changes from JustWatch with normalized JSON.
Media & Streaming
Turn Apple Books ebook and audiobook pages into structured data — search, catalog detail, paginated customer reviews, similar titles, author bibliographies, series listings, and chart rankings as normalized JSON. Credential-free.
Media & Streaming
Search public Ticketmaster events and browse the full discovery hierarchy by category or city, with pagination plus event, attraction, and venue detail endpoints for live-entertainment research.
Yahoo Sportsのスクレイピング方法
Yahoo Sports has no public developer API, but sports.yahoo.com's own pages are credential-free public JSON-backed HTML. Crawlora's 18 Yahoo Sports endpoints return scoreboards, standings, teams, rosters, players, game boxscores, league news across nfl, nba, wnba, mlb, nhl, college-football, and college-basketball, golf tournament schedules and leaderboards across five tours, UFC fight cards and schedules, F1/NASCAR race results and schedules, ATP/WTA tennis rankings, schedules, and live scores, and the current Olympic games' medal count, as normalized JSON.
Every team-sport endpoint takes a league — nfl, nba, wnba, mlb, nhl, college-football, or college-basketball. Standings only covers nfl, nba, wnba, mlb, and nhl.
The scoreboard endpoint returns games for a league on a date — teams, score, status, venue, and broadcast info.
Team detail, roster, and schedule take a team slug from a scoreboard or standings response (e.g. green-bay, la-lakers); game boxscore takes a game slug from a scoreboard or team-schedule response's game URL.
Player detail takes a numeric player id from a roster response; the news endpoint returns recent articles for a league.
Pass a tour — pga-tour, pga-european-tours, lpga-tour, champions-tour, or european-tour — to /yahoo-sports/golf-schedule for the season's tournaments, then feed a tournament's id (e.g. golf.e.23) to /yahoo-sports/golf-leaderboard for every golfer's rank, to-par score, and per-round strokes.
/yahoo-sports/mma-schedule and /yahoo-sports/mma-fight-card cover UFC only; /yahoo-sports/motorsports-schedule and /yahoo-sports/motorsports-race take a series — f1 or nascar — with the race slug from a schedule response's race URL; /yahoo-sports/tennis-rankings takes a type (mens-singles, womens-singles, mens-doubles, womens-doubles), while /yahoo-sports/tennis-schedule and /yahoo-sports/tennis-scoreboard take no parameters.
/yahoo-sports/olympics-medals takes no parameters — it returns whichever Olympic games Yahoo currently has medal data for, ranked by country, with gold/silver/bronze/total counts.
FAQ
No. Yahoo Sports has no public developer API. Crawlora's endpoints read sports.yahoo.com's own server-rendered pages and return the data as normalized JSON.
nfl, nba, wnba, mlb, nhl, college-football, and college-basketball. Standings excludes college-football and college-basketball, whose pages use an unsupported conference-selector shape.
Pass a team slug (from a scoreboard or standings response, e.g. green-bay, la-lakers) to /yahoo-sports/team-roster or /yahoo-sports/team-schedule.
Yes — pass a game slug (the last path segment of a scoreboard or team-schedule response's game url, e.g. cleveland-guardians-detroit-tigers-460811106) to /yahoo-sports/game.
pga-tour, pga-european-tours, lpga-tour, champions-tour, and european-tour. Get a tournament's id from /yahoo-sports/golf-schedule, then pass it to /yahoo-sports/golf-leaderboard.
MMA coverage is UFC-only — Yahoo's own schedule page doesn't expose Bellator, PFL, or ONE Championship. Motorsports coverage is limited to the f1 and nascar series.
/yahoo-sports/tennis-rankings takes a type (mens-singles, womens-singles, mens-doubles, or womens-doubles); /yahoo-sports/tennis-scoreboard returns a snapshot of current/recent matches with no parameters needed.
Yes — /yahoo-sports/olympics-medals takes no parameters and returns the current Olympic games' full medal count by country. It always reflects whichever games Yahoo currently has data for, not a caller-selected prior edition.