Americansocceranalysis: Get Goalkeepers Goals Added
Americansocceranalysis via Parse · sports
Get USLC goalkeeper goals-added data. Returns per-player stats across 6 action types: Claiming, Fielding, Handling, Passing, Shotstopping, Sweeping. Each action type includes raw goals added, goals added above average, and action count. Results can be filtered by season, team, player, date range, and minimum minutes played. Without filters, returns all goalkeepers across all available seasons. Note: season_name and date range (start_date/end_date) are mutually exclusive filters. Extract USL Championship goalkeeper statistics including goals-added metrics and expected goals (xGoals) data from American Soccer Analysis. Fulfilled by Parse from app.americansocceranalysis.com.
- americansocceranalysis
- app-americansocceranalysis-com
- parse
- platform-key
- sports
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- sports
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/16cc59c4-5fe8-4fae-8d52-428bc4e6363e/get_goalkeepers_goals_added
- Interface artifact
- sha256:997dc3829e35e16eef1c6299360cbc2927c2ab280787162d5868671f8b478db8
- Manifest digest
- sha256:69054b8480e9cf6a5b374e88f4cd545350a666bc2e0d99c7a94a16d031279013
Request fields
- team_id (string): Team ID(s) to filter by, comma-separated.
- end_date (string): End date filter in YYYY-MM-DD format. Mutually exclusive with season_name.
- player_id (string): Player ID(s) to filter by, comma-separated.
- start_date (string): Start date filter in YYYY-MM-DD format. Mutually exclusive with season_name.
- season_name (string): Season year(s) to filter by, comma-separated (e.g. '2023' or '2022,2023'). Earliest available: 2017. Mutually exclusive with start_date/end_date.: Allowed values: 2023, 2024
- split_by_teams (string): Whether to split stats by team. Accepted values: 'true', 'false'.: Allowed values: true, false
- minimum_minutes (integer): Minimum minutes played filter.
Example queries
- {"season_name":"2023","split_by_teams":"true","minimum_minutes":"500"}