Cricbuzz Scraper avatar

Cricbuzz Scraper

Pricing

from $2.50 / 1,000 cricket records

Go to Apify Store
Cricbuzz Scraper

Cricbuzz Scraper

[πŸ’° $2.5 / 1K] Get live, recent, and upcoming cricket matches, full batting & bowling scorecards, series schedules, player profiles, and news from Cricbuzz. Filter by format and category, or paste any Cricbuzz link. Clean structured data for dashboards, analytics, and fantasy apps.

Pricing

from $2.50 / 1,000 cricket records

Rating

0.0

(0)

Developer

SolidCode

SolidCode

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

Pull live cricket data from Cricbuzz at scale β€” live, recent, and upcoming matches, series schedules, ball-accurate batting and bowling scorecards, player profiles with career stats, and cricket news, all in one structured dataset. Built for fantasy-cricket app builders, sports-data analysts, and cricket media and betting teams who need clean, structured live scores and match detail without copy-pasting from Cricbuzz page by page.

Why This Scraper?

  • Five data types in one actor β€” matches, series schedules, full scorecards, player profiles, and news. Competitors stop at match lists; this pulls the whole cricket stack from a single run.
  • Complete batting and bowling scorecards β€” every batter's runs, balls, fours, sixes, strike rate, and dismissal, plus every bowler's overs, maidens, runs conceded, wickets, and economy, for all innings of a match (up to 4 for a Test).
  • Three match states, four categories β€” live in-progress, recently completed, or upcoming fixtures across International, League (IPL, BBL, and more), Domestic, and Women's cricket.
  • Five format filters β€” narrow to T20, ODI, Test, T10, or Other, or leave open to capture every format in one pass.
  • Player profiles with resolved bios and career stats β€” full name, country, role, batting and bowling style, birth date and place, teams, ICC rankings, and format-by-format batting and bowling career records.
  • Cricket news feed, six fields per story β€” headline, intro, category, lead image, article URL, and a story link for every item in the news feed. Scrape individual article URLs to also pull the full byline and an ISO publish date.
  • Paste any Cricbuzz link β€” drop in a scorecard, series, player, or news URL and the right structured record is detected and returned automatically. No URL formatting to learn.
  • One clean dataset, six record types β€” a recordType field separates matches, series, batting rows, bowling rows, players, and news, so downstream tools can split them without guesswork.

Use Cases

Fantasy Sports

  • Build fantasy scoring engines from live per-innings batting and bowling lines
  • Rank players by recent strike rate, economy, and wicket-taking form
  • Auto-populate contest player pools from upcoming fixture lists
  • Track live match state to lock and settle fantasy lineups

Sports Analytics

  • Model batter and bowler performance across formats and conditions
  • Compare career batting and bowling records between players
  • Build innings-by-innings datasets for team and venue analysis
  • Track series schedules to plan data pulls around fixture calendars

Media & Journalism

  • Feed live scorecards into match-report and live-blog templates
  • Pull cricket news with bylines and publish dates for content aggregation
  • Assemble player fact-files from bios, teams, and career stats
  • Monitor recent results across International, Domestic, and Women's cricket

Betting & Odds Research

  • Track live match state and running scores for in-play models
  • Backtest against completed-match scorecards and results
  • Monitor upcoming fixtures by format and category for market setup
  • Analyze player form to inform prop and top-scorer markets

App & Product Development

  • Power cricket score widgets and mobile apps with fresh match data
  • Enrich existing sports databases with structured Cricbuzz records
  • Build player-comparison and stats-lookup features
  • Schedule recurring pulls to keep a live-scores backend current

Getting Started

Live International Matches

The simplest run β€” live international games, no configuration needed:

{
"dataType": "matches",
"matchStatus": "live",
"maxResults": 50
}

Recent Matches With Full Scorecards

Recently completed matches, each enriched with full batting and bowling cards:

{
"dataType": "matches",
"matchStatus": "recent",
"matchCategory": "international",
"matchFormat": ["t20", "odi"],
"includeScorecard": true,
"maxResults": 20
}

Players, News, and Direct URLs

Paste Cricbuzz links directly β€” scorecards, player profiles, series, or news articles are auto-detected:

{
"startUrls": [
{ "url": "https://www.cricbuzz.com/live-cricket-scorecard/152416" },
{ "url": "https://www.cricbuzz.com/profiles/1413/virat-kohli" },
{ "url": "https://www.cricbuzz.com/cricket-news/latest-news" }
]
}

Cricket News Feed

{
"dataType": "news",
"maxResults": 100
}

Input Reference

What to Scrape

ParameterTypeDefaultDescription
dataTypeselectMatches (live / recent / upcoming)The kind of cricket data to pull: Matches, Series schedule, Scorecards (from match URLs), Player profiles (from player URLs), or News articles.
matchStatusselectLive matchesFor the Matches option: Live matches, Recent (completed), or Upcoming fixtures.
matchCategoryselectInternationalWhich cricket category to cover: International, League (IPL, BBL, etc.), Domestic, or Women's. Applies to Matches and Series schedule.

Filters

ParameterTypeDefaultDescription
matchFormatselect[][] (all)Only keep matches in these formats: T20, ODI, Test, T10, Other. Leave empty to include every format.

Direct URLs

ParameterTypeDefaultDescription
startUrlsURL[][]Paste Cricbuzz URLs β€” scorecard, series, player, or news pages. The right data is detected automatically from each link. Required for the Scorecards and Player profiles options.

Enrichment & Limits

ParameterTypeDefaultDescription
includeScorecardbooleanfalseWith the Matches option, also pull each match's full batting and bowling scorecard. Adds detailed innings rows per match.
maxResultsinteger50Maximum number of items to return (matches, series, players, or news), up to 5,000 per run. Scorecard rows for a fetched match are always included and do not count against this limit.

Output

Every record carries a recordType field. Match, series, player, and news records are primary results; batting and bowling rows are per-innings children of a match scorecard.

Match (recordType: "match")

{
"recordType": "match",
"matchId": "152416",
"seriesId": "8676",
"seriesName": "Australia tour of India, 2024",
"matchDesc": "3rd Test",
"matchFormat": "TEST",
"matchCategory": "international",
"state": "Complete",
"status": "India won by 6 wickets",
"team1": "India",
"team1ShortName": "IND",
"team2": "Australia",
"team2ShortName": "AUS",
"team1Score": "296 & 187-4 (48.3 ov)",
"team2Score": "263 & 218 (85.1 ov)",
"venue": "M. Chinnaswamy Stadium, Bengaluru",
"startDate": "2024-03-01T04:00:00+00:00",
"endDate": "2024-03-05T11:30:00+00:00",
"tossResult": "Australia won the toss and chose to bat",
"result": "India won by 6 wickets",
"matchUrl": "https://www.cricbuzz.com/live-cricket-scorecard/152416",
"scrapedAt": "2026-07-04T14:30:00+00:00"
}
FieldTypeDescription
recordTypestringAlways "match"
matchIdstringCricbuzz match identifier
seriesId / seriesNamestringParent series id and name
matchDescstringMatch label, e.g. "3rd Test", "Final"
matchFormatstringT20, ODI, TEST, T10, or OTHER
matchCategorystringinternational, league, domestic, or women
statestringPreview, In Progress, Complete, Abandoned
statusstringHuman-readable status or result line
team1 / team2stringTeam names
team1ShortName / team2ShortNamestringTeam short codes
team1Score / team2ScorestringInnings score summary (null if not started)
venuestringGround and city
startDate / endDatestringISO 8601 timestamps (nullable)
tossResultstringToss outcome text (nullable)
resultstringWinner or result text (nullable)
matchUrlstringCanonical match URL
scrapedAtstringISO timestamp of extraction

Batting Row (recordType: "inningsBatting")

Child rows of a scorecard β€” one per batter, per innings.

{
"recordType": "inningsBatting",
"matchId": "152416",
"inningsNumber": 1,
"battingTeam": "India",
"batsmanName": "Rohit Sharma",
"runs": 52,
"balls": 44,
"fours": 6,
"sixes": 2,
"strikeRate": 118.18,
"dismissal": "c Smith b Cummins"
}
FieldTypeDescription
recordTypestringAlways "inningsBatting"
matchIdstringParent match id
inningsNumbernumberInnings number (1–4)
battingTeamstringTeam batting this innings
batsmanNamestringBatter name
runs / balls / fours / sixesnumberBatting line
strikeRatenumberStrike rate
dismissalstringHow out (null when not out)

Bowling Row (recordType: "inningsBowling")

Child rows of a scorecard β€” one per bowler, per innings.

{
"recordType": "inningsBowling",
"matchId": "152416",
"inningsNumber": 1,
"bowlingTeam": "Australia",
"bowlerName": "Pat Cummins",
"overs": 18.2,
"maidens": 4,
"runsConceded": 61,
"wickets": 3,
"economy": 3.32
}
FieldTypeDescription
recordTypestringAlways "inningsBowling"
matchIdstringParent match id
inningsNumbernumberInnings number (1–4)
bowlingTeamstringTeam bowling this innings
bowlerNamestringBowler name
oversnumberOvers bowled
maidens / runsConceded / wicketsnumberBowling line
economynumberEconomy rate

Series (recordType: "series")

{
"recordType": "series",
"seriesId": "8676",
"seriesName": "Australia tour of India, 2024",
"matchCategory": "international",
"startDate": "2024-02-09T04:00:00+00:00",
"endDate": "2024-03-05T11:30:00+00:00",
"matchCount": 5,
"seriesUrl": "https://www.cricbuzz.com/cricket-series/8676",
"scrapedAt": "2026-07-04T14:30:00+00:00"
}
FieldTypeDescription
recordTypestringAlways "series"
seriesId / seriesNamestringSeries id and name
matchCategorystringinternational, league, domestic, or women
startDate / endDatestringISO 8601 span of the series (nullable)
matchCountnumberNumber of matches in the series (nullable)
seriesUrlstringCanonical series URL
scrapedAtstringISO timestamp of extraction

Player (recordType: "player")

{
"recordType": "player",
"playerId": "1413",
"name": "Virat Kohli",
"fullName": "Virat Kohli",
"country": "India",
"role": "Batsman",
"battingStyle": "Right-hand bat",
"bowlingStyle": "Right-arm medium",
"birthDate": "Nov 05, 1988",
"birthPlace": "Delhi",
"teams": ["India", "Royal Challengers Bengaluru", "India U19"],
"bio": "Virat Kohli is a modern-day great whose consistency across formats...",
"rankings": { "bat": { "testBestRank": "1", "odiBestRank": "1" } },
"battingStats": { "Test": { "matches": "113", "runs": "8848", "avg": "49.15" } },
"bowlingStats": { "Test": { "wickets": "0" } },
"profileUrl": "https://www.cricbuzz.com/profiles/1413/virat-kohli",
"scrapedAt": "2026-07-04T14:30:00+00:00"
}
FieldTypeDescription
recordTypestringAlways "player"
playerIdstringCricbuzz player id
name / fullNamestringDisplay name and full name
countrystringCountry / international team
rolestringBatsman, Bowler, All-rounder, or WK-Batsman
battingStyle / bowlingStylestringStyle descriptors (nullable)
birthDate / birthPlacestringDate and place of birth (nullable)
teamsstring[]Teams the player has represented
biostringFull profile bio text (nullable)
rankingsobjectCurrent ICC rankings by format (nullable)
battingStats / bowlingStatsobjectCareer records by format
profileUrlstringCanonical profile URL
scrapedAtstringISO timestamp of extraction

News (recordType: "news")

Example of a row from the news feed (dataType: "news"). On the feed, author is empty and publishedAt is a relative time. Scrape an individual article URL and both fill in with the full byline and an ISO date.

{
"recordType": "news",
"newsId": "128745",
"title": "India seal series with clinical Test win",
"intro": "A composed fourth-innings chase gave India the series 3-1...",
"category": "News",
"author": null,
"publishedAt": "1d ago",
"imageUrl": "https://static.cricbuzz.com/a/img/v1/i1/c128745/i.jpg",
"newsUrl": "https://www.cricbuzz.com/cricket-news/128745",
"scrapedAt": "2026-07-04T14:30:00+00:00"
}
FieldTypeDescription
recordTypestringAlways "news"
newsIdstringArticle id
titlestringHeadline
introstringSummary / standfirst (nullable)
categorystringNews category (nullable)
authorstringByline. Populated when you scrape an individual article URL; empty on the news feed
publishedAtstringPublish date. ISO 8601 when you scrape an individual article URL; a relative time (e.g. "1d ago") on the news feed
imageUrlstringLead image URL (nullable)
newsUrlstringArticle URL
scrapedAtstringISO timestamp of extraction

Tips for Best Results

  • Start small, then scale β€” set maxResults to 10–20 on your first run to confirm the data matches your needs before pulling hundreds of items.
  • Enable scorecards only for the matches you need β€” each match with includeScorecard on adds roughly 35–50 detailed batting and bowling rows (a full Test can exceed that). Leave it off for fast, lightweight match lists.
  • Use Recent for settled results β€” pick matchStatus: "recent" when you want final scores and complete scorecards; Live matches are still in progress and their cards fill in over time.
  • Combine format filters β€” pass multiple formats (e.g. ["t20", "odi"]) to capture several limited-overs formats in a single run while excluding Tests.
  • Paste URLs for pinpoint pulls β€” for a specific scorecard or player, drop the Cricbuzz URL into Direct URLs rather than scanning a full list; it is faster and exact.
  • Split records by recordType downstream β€” filter on recordType to route matches, scorecards, players, and news into separate tables or sheets.
  • Match categories mirror Cricbuzz's own tabs β€” International, League, Domestic, and Women's map directly to the site's sections, so you get the same coverage you would browsing by hand.

Pricing

From $2.50 per 1,000 results β€” the primary rate for each match, series, player, or news record, undercutting comparable cricket data actors. Scorecard rows are billed separately and only when you switch them on.

This actor uses pay-per-result pricing with two event types. No compute or time-based charges β€” you pay per result, plus a small fixed per-run start fee. Apify loyalty-tier discounts (Bronze, Silver, Gold) apply automatically as you scale.

EventNo discountBronzeSilverGold
Record (match / series / player / news) β€” per 1,000$3.00$2.80$2.65$2.50
Scorecard row (batting / bowling line) β€” per 1,000$0.48$0.45$0.42$0.40

Scorecard rows are only produced when Include full scorecards is enabled (off by default), so a plain match, series, player, or news run is billed purely at the Record rate.

What You'd Pay (Gold tier)

RunRecordsScorecard rowsCost
1,000 matches, no scorecards1,0000$2.50
100 matches with scorecards100~3,500~$1.65
10,000 news articles10,0000$25.00

A small fixed start fee ($0.005 per GB per run) applies once per run. Platform fees for storage and data transfer depend on your Apify plan.

Integrations

Export data in JSON, CSV, Excel, XML, or RSS. Connect to 1,500+ apps via:

  • Zapier / Make / n8n β€” Workflow automation
  • Google Sheets β€” Direct spreadsheet export
  • Slack / Email β€” Notifications on new results
  • Webhooks β€” Trigger custom APIs on run completion
  • Apify API β€” Full programmatic access

This actor is designed for legitimate cricket research, analytics, media, and app development. Users are responsible for complying with applicable laws and Cricbuzz's Terms of Service. Extract only publicly available data, respect rate limits, and do not use collected data for spam, harassment, or any unlawful purpose.