Live cricket score tracking
Cricinfoエンドポイントを使えば、「Live cricket score tracking」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Turn Cricinfo — ESPN's cricket scores and scorecard service — into structured JSON: the current homepage scores feed, full match scorecards with innings and batter/bowler lines, and series schedules with standings, all with one API key.
Get live and recent Cricinfo match scores, full match scorecards, and series schedules with standings, as structured JSON.
エンドポイントファミリー
3
ドキュメント化されたパラメータ
4
サンプル数
0
ライブカタログスナップショット
稼働エンドポイント
3
メソッド
GET
必須パラメータ
4
スキーマ参照
3
{
"platform": "Cricinfo",
"endpoint": "cricinfo-scores",
"method": "GET",
"path": "/cricinfo/scores",
"auth": "apiKey"
}ユースケース
Get live and recent Cricinfo match scores, full match scorecards, and series schedules with standings, as structured JSON.
Cricinfoエンドポイントを使えば、「Live cricket score tracking」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Cricinfoエンドポイントを使えば、「Match scorecard research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Cricinfoエンドポイントを使えば、「Series standings monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
以下の数値はすべて、稼働中のCricinfoエンドポイントカタログから取得しています(エンドポイント3件、ドキュメント化されたリクエストパラメータ4個、公開レスポンススキーマ3件)。DocsとPlaygroundが参照しているカタログと同じものです。
Cricinfoのエンドポイントは3件、3つのリクエストファミリーに分類されています(Match、Scores、V1)。
これらのCricinfoエンドポイントには4個のリクエストパラメータがドキュメント化されており、うち4個が必須です。統合コードを書く前に入力仕様をすべて確認できます。
3件のCricinfoエンドポイントのうち3件がドキュメント化されたレスポンススキーマを備えているため、パース処理を書く前にJSONの構造が分かります。
Cricinfoのエンドポイントは成功時のスキーマに加えてエラーレスポンス(400、404、429、503)もドキュメント化しています。ブロック、レート制限、レコード欠損は空データではなく型付きのエラーとして返ります。
Cricinfoのエンドポイントは2個のホスト型MCPツールとして提供されており、エージェントは同じパラメータと同じJSON契約のまま、追加の実装なしに同じルートを呼び出せます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/cricinfo/match
/cricinfo/scores
/api/v1/cricinfo/series
エンドポイントカタログ
/cricinfo/scoresReturns the current match cards in Cricinfo's public homepage snapshot, including match state, scores, and canonical scorecard URLs. This is a point-in-time feed, not a fixture archive or streaming subscription.
MCPツール cricinfo_scores
/cricinfo/matchReturns a public Cricinfo match scorecard with match state, team scores, and available innings totals and batter/bowler lines. Upcoming matches return an empty innings list. `url` must be a canonical `https://www.cricinfo.com/series/.../(full-scorecard|live-cricket-score)` URL; live-score URLs are normalized to the paired scorecard.
MCPツール cricinfo_match
/api/v1/cricinfo/seriesReturns a series's match schedule and standings from its dedicated page. `series_id` must be a canonical series identifier from a Cricinfo URL.
関連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 -- including fan reviews, related attractions, trending attractions, and enhanced venue branding -- for live-entertainment research.
Cricinfoのスクレイピング方法
Crawlora's Cricinfo endpoints return normalized public Cricinfo match and series data as JSON with one API key — no Cricinfo account required.
Call /cricinfo/scores for a point-in-time snapshot of the match cards on Cricinfo's public homepage, each with a canonical scorecard url. It is not a fixture archive or a streaming subscription.
Pass a canonical Cricinfo full-scorecard (or live-cricket-score, which is normalized to its paired full-scorecard page) URL — the kind /cricinfo/scores returns — to /cricinfo/match for match state, team scores, and available innings totals with batter and bowler lines. Upcoming matches return an empty innings list.
Pass a canonical series_id (from a Cricinfo series URL) to /cricinfo/series for that series's match schedule with scores/status and its standings table with position, points, and net run rate.
FAQ
Call /cricinfo/scores for the current homepage scores feed, /cricinfo/match with a canonical scorecard URL for full match detail, or /cricinfo/series with a series_id for a schedule and standings — all return structured JSON with one API key.
No — it is a point-in-time snapshot of Cricinfo's public homepage match cards, not a fixture archive or a streaming subscription. Use the canonical url from each card with /cricinfo/match for full scorecard detail.
Match status and team names, but an empty innings list — batter and bowler scorecard lines only populate once the match has started.
No. All three endpoints read Cricinfo's own public pages and require only your Crawlora API key.