statcast_batter
Retrieve detailed pitch-level data for MLB batters, including pitch types, velocities, exit velocities, launch angles, and expected batting averages within specified date ranges.
Instructions
Get pitch-level Statcast data for a specific batter in a date range.
Returns every pitch the batter saw — pitch type, velocity, exit velocity, launch angle, expected batting average, and much more.
Args: player_name: Full name of the batter (e.g. 'Aaron Judge'). start_date: Start date in YYYY-MM-DD format. end_date: End date in YYYY-MM-DD format (defaults to start_date).
Great for analyzing a hitter's performance over a specific period.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| player_name | Yes | ||
| start_date | Yes | ||
| end_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |