Fbref: Get Player Match Logs
Fbref via Parse · sports
Get game-by-game match logs for a player in a given season. Returns one row per match with date, opponent, competition, venue, game_started, position, minutes, and stat-type-specific columns. The stat_type parameter selects which stat category to retrieve: summary (goals, assists, shots, cards), passing (passes completed/attempted, pass completion %, progressive passes, key passes), passing_types (live/dead balls, through balls, crosses, corners), gca (shot-creating and goal-creating actions breakdown), defense (tackles, blocks, interceptions, clearances), or possession (touches, carries, take-ons, progressive carries). Each stat type fetches a separate FBref page. 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_player_match_logs
- Interface artifact
- sha256:e73bce4de189964194a4363dae52bd40bf746577c2e1e328264328eb00f5bce6
- Manifest digest
- sha256:01c553c6d8c1ff343fbfa6381365d4a08cc06f4b8675fbbbb638ca965c3319ac
Request fields
- season (string, required): Season identifier in YYYY-YYYY format for European leagues (e.g. 2024-2025) or YYYY for single-year leagues.
- comp_id (string): Optional FBref competition ID to filter match logs to a specific competition (e.g. 9 for Premier League). Omitting returns all competitions.
- player_id (string, required): FBref player ID (8-character hex identifier). Obtainable from search or get_team_stats results.
- stat_type (string): Stat category for the match logs. Each type returns different columns per match.: Allowed values: summary, passing, passing_types, gca, defense, possession
Example queries
- {"season":"2024-2025","comp_id":"9","player_id":"1f44ac21","stat_type":"passing_types"}