CricBuzz Scraper avatar

CricBuzz Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
CricBuzz Scraper

CricBuzz Scraper

Scrape live cricket match scores, upcoming matches, and series schedules from CricBuzz.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Extract live cricket match scores, upcoming fixtures, and series schedules from CricBuzz — one of the world's most popular cricket information platforms.

What Does This Actor Do?

CricBuzz Scraper provides structured access to cricket match data in 3 modes:

  • Live Scores — currently live and recently completed matches with full team, status, and series information
  • Upcoming Matches — scheduled international matches (from the upcoming series international page)
  • Series Schedule — all upcoming series across international, domestic, and league cricket

Input Parameters

ParameterTypeDescriptionDefault
modeStringScraping modeliveScores
matchFormatStringFilter by format (T20, ODI, TEST, etc.)All formats
maxItemsIntegerMax records to return (1–500)50

Mode Options

ModeURLDescription
liveScores/cricket-match/live-scoresLive and recent matches
upcomingMatches/cricket-schedule/upcoming-series/internationalUpcoming international matches
seriesSchedule/cricket-schedule/upcoming-series/allAll upcoming series (international + domestic + leagues)

Output Format

{
"matchId": "155409",
"seriesId": "9241",
"seriesName": "Indian Premier League 2026",
"matchDesc": "Final",
"matchFormat": "T20",
"state": "Complete",
"status": "Royal Challengers Bengaluru won by 5 wkts",
"team1": "Gujarat Titans",
"team1ShortName": "GT",
"team2": "Royal Challengers Bengaluru",
"team2ShortName": "RCB",
"startDate": "2026-05-29T15:00:00+00:00",
"endDate": "2026-05-29T17:45:00+00:00",
"matchUrl": "https://www.cricbuzz.com/live-cricket-scores/155409",
"mode": "liveScores",
"scrapedAt": "2026-06-02T10:30:00+00:00"
}

Match States

StateMeaning
CompleteMatch has finished
In ProgressMatch currently being played
PreviewMatch scheduled, not yet started
AbandonedMatch cancelled

FAQ

Q: Does this require any API keys or authentication? A: No. CricBuzz's public pages are scraped without authentication.

Q: How many matches does liveScores return? A: Typically 30–100 matches depending on active season — all matches visible on the CricBuzz live scores page.

Q: Can I filter by specific series or teams? A: Not directly from input. Use matchFormat to filter by format, then process output with your own filters.

Q: How often is the data updated on CricBuzz? A: CricBuzz updates live scores in near real-time. Run this actor periodically for the most current data.

Q: What formats does seriesSchedule cover? A: All international, domestic, and league series across all formats (T20, ODI, Test, T10, etc.).