# Top Test Cricket Bowling Innings of All Time

**Use case:** 

Get a dataset of the top Test cricket bowling innings defined by wickets taken. Access records sorted by the best performances in history.

## Input

```json
{
  "format": "test",
  "statType": "bowling",
  "view": "innings",
  "team": "",
  "opposition": "",
  "ground": "",
  "dateFrom": "",
  "dateTo": "",
  "homeOrAway": "",
  "result": "",
  "maxItems": 200,
  "orderBy": "wkts",
  "orderDirection": "desc",
  "minQualification": 0,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "player_name": {
    "label": "Player",
    "format": "string"
  },
  "overs": {
    "label": "Overs",
    "format": "number"
  },
  "balls_per_over": {
    "label": "BPO",
    "format": "number"
  },
  "maidens": {
    "label": "Mdns",
    "format": "number"
  },
  "runs": {
    "label": "Runs",
    "format": "number"
  },
  "wickets": {
    "label": "Wkts",
    "format": "number"
  },
  "economy": {
    "label": "Econ",
    "format": "number"
  },
  "best_bowling_innings": {
    "label": "BBI",
    "format": "string"
  },
  "five_wickets": {
    "label": "5W",
    "format": "number"
  },
  "ten_wickets": {
    "label": "10W",
    "format": "number"
  },
  "opposition": {
    "label": "vs",
    "format": "string"
  },
  "ground": {
    "label": "Ground",
    "format": "string"
  },
  "match_date": {
    "label": "Date",
    "format": "string"
  },
  "format": {
    "label": "Format",
    "format": "string"
  },
  "player_url": {
    "label": "Profile",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [ESPNCricinfo StatsGuru Scraper: Cricket Stats and Records](https://apify.com/getascraper/espncricinfo-statsguru-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/espncricinfo-statsguru-scraper) to learn more, explore other use cases, and run it yourself.