VOOZH about

URL: https://apify.com/crawlerbros/espncricinfo-scraper

โ‡ฑ ESPNcricinfo Stats Scraper ยท Apify


Pricing

from $3.00 / 1,000 results

Go to Apify Store

ESPNcricinfo Stats Scraper

Scrape cricket statistics from ESPNcricinfo Statsguru - batting, bowling, and match results for Tests, ODIs, and T20Is.

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

24 days ago

Last modified

Share

Extract cricket statistics from ESPNcricinfo Statsguru โ€” the world's most comprehensive cricket statistics database covering Tests, ODIs, T20Is, and domestic cricket.

What Does This Actor Do?

ESPNcricinfo Scraper fetches innings-by-innings batting and bowling performances and match results across three modes:

  • Batting Stats โ€” individual innings batting records: runs, balls faced, strike rate, boundaries, venue
  • Bowling Stats โ€” individual innings bowling figures: wickets, overs, economy rate, maidens
  • Match Results โ€” team-level match results: win/loss, margin, toss, batting order

All data is filtered and cleaned โ€” no null fields are emitted.

Input Parameters

ParameterTypeDescriptionDefault
modeStringStat type to scrapebattingStats
matchTypeStringMatch formattests
teamIdIntegerFilter by team ID (optional)โ€”
startDateStringFilter from date (YYYY-MM-DD)โ€”
endDateStringFilter to date (YYYY-MM-DD)โ€”
maxItemsIntegerMax records (1โ€“500)50

Match Types

ValueDescription
testsTest matches (5-day)
odisOne Day Internationals
t20isT20 Internationals
firstClassFirst-class cricket
listAList A cricket

Common Team IDs

TeamID
England1
Australia2
South Africa3
West Indies4
New Zealand5
India6
Pakistan7
Sri Lanka8
Bangladesh25
Zimbabwe29

Output Format

Batting Stats

{
"player":"BC Lara",
"country":"WI",
"playerUrl":"https://www.espncricinfo.com/ci/content/player/52337.html",
"matchType":"tests",
"statType":"batting",
"runs":400,
"notOut":true,
"minutes":778,
"ballsFaced":582,
"fours":43,
"sixes":4,
"strikeRate":68.72,
"innings":1,
"opposition":"England",
"ground":"Antigua Recreation Ground",
"matchDate":"10 Apr 2004",
"mode":"battingStats",
"scrapedAt":"2024-01-15T10:30:00+00:00"
}

Bowling Stats

{
"player":"JC Laker",
"country":"ENG",
"matchType":"tests",
"statType":"bowling",
"overs":"51.2",
"maidens":6,
"runsConceded":23,
"wickets":10,
"economy":1.03,
"innings":3,
"opposition":"Australia",
"ground":"Old Trafford",
"matchDate":"27 Jul 1956",
"mode":"bowlingStats",
"scrapedAt":"2024-01-15T10:30:00+00:00"
}

Match Results

{
"team":"Australia",
"result":"won",
"margin":"45 runs",
"tossResult":"won",
"battedFirst":"1st",
"opposition":"England",
"ground":"Lords",
"matchDate":"18 Jun 2023",
"matchType":"tests",
"statType":"matchResult",
"mode":"matchResults",
"scrapedAt":"2024-01-15T10:30:00+00:00"
}

FAQ

Q: Is an API key required? A: No. This actor scrapes the public Statsguru HTML pages which are freely accessible.

Q: How many records per run? A: Statsguru returns 50 records per page. Set maxItems up to 500 to collect more.

Q: Can I filter by specific players? A: Player filtering is not directly supported. Use team ID and date range to narrow results, then filter the output dataset.

Q: What does notOut mean? A: In batting records, notOut: true means the batsman was not dismissed in that innings (indicated by an asterisk in score tables).

You might also like

ESPNCricinfo StatsGuru Scraper: Cricket Stats and Records

getascraper/espncricinfo-statsguru-scraper

Export any ESPNCricinfo StatsGuru cricket statistics query to a structured dataset. Covers batting, bowling, fielding, all formats including Test, ODI, T20I, First Class, and women's cricket.

ESPNCricinfo APi

fingolfin/espncricinfo-api-statsguru-scraper

The ultimate ESPN Cricinfo scraper and Statsguru API. Programmatically extract live cricket scores, match schedules, scorecards, ball-by-ball updates, and player rankings. Supports direct JSON endpoints and Cricket MCP for AI agents. RESTapi: https://rapidapi.com/matepapava123/api/espncricinfo-api

ESPN Cricinfo Scraper

scrapix/espncricinfo-scraper

Extract cricket statistics and records from ESPNcricinfo โ€” the definitive cricket database. Search players, pull career stats, team records, venue profiles, and full match scorecards, as clean structured JSON/CSV/Excel.

Cricket Sabermetrics API โ€” Jenko Analytics

jenko_systems/cricket-sabermetrics

Modern cricket analytics beyond batting average. 9 analysis modes covering Tests, ODIs, T20Is, IPL, BBL, SA20 and more โ€” with head-to-head, venue masters, pressure situations, era comparison and JTM match prediction.

2

Cricsheet Cricket Match Data Scraper

parseforge/cricsheet-cricket-match-data-scraper

Scrape ball-by-ball cricket match data from Cricsheet for Tests, ODIs, T20Is and major franchise leagues (IPL, BBL, PSL, CPL). Get match metadata, innings, overs, deliveries, batter/bowler, runs, wickets and outcomes. Ideal for fantasy sports, analytics, and sports media.

Cricsheet Cricket Match Data Scraper

parseforge/cricsheet-scraper

Scrape cricket match data from Cricsheet including Test, ODI, T20I, IPL, BBL, PSL, CPL, The Hundred and more. Returns structured match metadata: teams, winner, venue, toss, player-of-match. No API key required.

Football Data UK โ€” Match Results & Statistics Scraper

crawlerbros/football-data-uk-scraper

Scrape historical football match results and statistics from Football-Data.co.uk - a free public dataset covering 20+ European leagues with full-time/half-time scores, results, and betting odds. No authentication required.

CricBuzz Scraper

crawlerbros/cricbuzz-scraper

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

Cricbuzz Scrapper

shubham_patel/cricbuzz-scrapper

"Fast and efficient web scraper for Cricbuzz.com. Extracts cricket match scores, news, and articles from provided URLs."

73