Fbref: Get League Player Stats
Fbref via Parse · sports
Get league-wide player statistics leaderboard for a competition and season. Returns all players who appeared in the league with player_id, name, team, position, age, minutes, and stat-type-specific metrics. The stat_type parameter selects which stat category: stats (standard: games, goals, assists, per-90), passing (passes completed/attempted, progressive passes, key passes, xA), passing_types (live/dead, through balls, crosses, corners), gca (shot-creating and goal-creating actions), defense (tackles, blocks, interceptions, clearances), or possession (touches, carries, take-ons, progressive carries). Useful for discovery and cross-player comparison. Scrapes football/soccer statistics from FBRef.com including player stats, team stats, league standings, match reports, and search. Fulfilled by Parse from fbref.com.
- entertainment
- fbref
- fbref-com
- news-media
- 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/1a8fe9ae-251c-43bc-abda-4d7469597ce8/get_league_player_stats
- Interface artifact
- sha256:086ed88ce38ca5d00525b28253b4405e63196cc3fad7d8ae2ce9d400511e006c
- Manifest digest
- sha256:577afb3cced48fd1e47313da55d70f776ae4e7a098ab5656ed623d988a03cf73
Request fields
- season (string): Season identifier (e.g. 2024-2025). Strongly recommended; omitting attempts to detect the current season which may fail for some competitions.
- comp_id (string, required): FBref competition ID (e.g. 9 for Premier League, 12 for La Liga, 20 for Bundesliga).
- stat_type (string): Stat category for the leaderboard. Each type returns different columns per player.: Allowed values: possession, stats, passing, passing_types, gca, defense
Example queries
- {"season":"2024-2025","comp_id":"9","stat_type":"possession"}