Transfermarkt: Get Competition Clubs
Transfermarkt via Parse · sports
Get all clubs in a competition/league for a given season. Returns every participating club with their IDs, names, squad sizes, average ages, foreigner counts, and market values. Each club_id can be passed directly into get_club_squad or get_club_info. Uses the competition overview page; one request per call. Without season_id, defaults to the current football season (July onward = current year). Competition codes follow the transfermarkt.com English-site convention (e.g. GB1, ES1, BRA1). Scraper for Transfermarkt football data including club squads, club info, player profiles, player statistics, player page data, agency details, and agency search. Fulfilled by Parse from transfermarkt.com.br.
- b2b-directory
- finance
- parse
- platform-key
- sports
- transfermarkt
- transfermarkt-com-br
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/0a840674-d0ba-46cf-b2dd-071bdabe2143/get_competition_clubs
- Interface artifact
- sha256:379096c929a42d59637e1527b236a7f8e08df680088b116072e1f42f193a3f46
- Manifest digest
- sha256:3db0a521926e8327d95abffd21732bbf5d4d337e345db9fd8711c9fe8e00271b
Request fields
- season_id (string): Season start year in YYYY format (e.g. 2026 for the 2026/27 season in split-year leagues, or the calendar year for single-year leagues). Omitting defaults to the current season (July onward = current year, before July = previous year).
- competition_id (string, required): Transfermarkt competition code as it appears in the URL path (e.g. GB1 for Premier League, ES1 for LaLiga, L1 for Bundesliga, IT1 for Serie A, FR1 for Ligue 1, PO1 for Liga Portugal, BRA1 for Brasileirão Série A, AR1N for Argentina Liga Profesional, MEX1 for Liga MX, SA1 for Saudi Pro League).
Example queries
- {"season_id":"2026","competition_id":"GB1"}