VOOZH about

URL: https://apify.com/crawlerbros/transfermarkt-scraper

โ‡ฑ Transfermarkt Scraper ยท Apify


Pricing

from $3.00 / 1,000 results

Go to Apify Store

Transfermarkt Scraper

Scrape Transfermarkt, the world's largest football player and club database. Search players, clubs, and competitions; get market values, transfer history, injuries, and squad data.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

Share

Scrape Transfermarkt โ€” the world's most comprehensive football player and club database โ€” without writing a single line of code. Search players, clubs, and competitions; retrieve transfer history, market value timelines, injury records, and squad data.

What data do you get?

Record typeKey fields
PlayerName, nationality, position, age, height, foot, club, market value, profile URL, image
Player (full)All above + transfer history, market value history, injury log
ClubName, country, league, squad size, avg age, total market value, stadium
CompetitionName, country, competition URL

Input

FieldTypeDescription
modeselectWhat to fetch (see Modes below)
querystringPlayer/club/competition name to search
playerIdstringTransfermarkt numeric player ID (e.g. 28003 for Messi)
clubIdstringTransfermarkt numeric club ID (e.g. 131 for Manchester City)
competitionIdstringCompetition ID (e.g. GB1 for Premier League, L1 for Bundesliga)
minMarketValueEurintegerFilter out players with market value below this (in EUR)
nationalitystringSubstring match on player nationality (e.g. Argentina)
positionselectPosition filter (Goalkeeper, Centre-Back, etc.)
maxItemsintegerMax records to return (default 50, max 1000)

Modes

ModeDescription
searchPlayers (default)Search players by name
byPlayerIdFull player profile including transfers, market value history, injuries
searchClubsSearch clubs by name
byClubIdClub profile + current squad
searchCompetitionsSearch competitions/leagues by name
byCompetitionIdAll clubs in a competition

Sample Input

{
"mode":"searchPlayers",
"query":"Messi",
"maxItems":10
}

Sample Output

{
"playerId":"28003",
"name":"Lionel Messi",
"nationality":["Argentina"],
"position":"Right Winger",
"age":37,
"currentClub":"Inter Miami CF",
"marketValue":"โ‚ฌ15.00m",
"marketValueNumeric":15000000,
"profileUrl":"https://www.transfermarkt.com/lionel-messi/profil/spieler/28003",
"recordType":"player",
"siteName":"Transfermarkt",
"scrapedAt":"2026-05-10T12:00:00+00:00"
}

Filters

  • minMarketValueEur โ€” only players with market value โ‰ฅ this EUR amount
  • nationality โ€” substring match (e.g. France matches France, Ivory Coast would need exact)
  • position โ€” exact match from dropdown

FAQs

Do I need a Transfermarkt account? No. All data is fetched from the public Transfermarkt API without authentication.

What are valid competition IDs? Common ones: GB1 (Premier League), L1 (Bundesliga), ES1 (La Liga), IT1 (Serie A), FR1 (Ligue 1), CL (Champions League).

How often is Transfermarkt data updated? Market values are updated roughly 2x per year (January and summer transfer window). Transfer data is updated in real-time.

What is the rate limit? Requests are spaced to respect the API โ€” typically 1-2 requests per second.

Can I get all transfers for a player? Yes โ€” use mode=byPlayerId with the player's numeric ID.

You might also like

Transfermarkt Scraper - Football Players and Transfer Values

parseforge/transfermarkt-scraper

Scrape Transfermarkt player profiles, market values, transfer history, and club squad data. Extract football statistics, contract details, and agent information.

Transfermarkt Scraper - Players, Clubs & Market Values

solidcode/transfermarkt-scraper

[๐Ÿ’ฐ $1.0 / 1K] Scrape football/soccer data from Transfermarkt: player profiles with market value history, club squads, competition tables, and transfer records. Paste any Transfermarkt URL โ€” the scraper detects the page type automatically. Up to 20+ languages supported.

Transfermarkt Scraper

webdatalabs/transfermarkt-scraper

Extract comprehensive football data from Transfermarkt: player profiles, market values, transfer history, career statistics, and club information. Perfect for sports analytics, scouting, fantasy football, and market research.

150

5.0

Transfermarkt Scraper

automation-lab/transfermarkt-scraper

Scrape football player profiles from Transfermarkt. Extract market value, position, nationality, club, contract details & transfer history. Search by name or URL. Export JSON/CSV/Excel.

๐Ÿ‘ User avatar

Stas Persiianenko

53

Transfermarkt Scraper โ€” Market Values & Transfers | $3/1K

bovi/transfermarkt-scraper

Scrape Transfermarkt (transfermarkt.com) football player data: market values, squads, transfers, and rankings. Returns 25+ fields per player โ€” name, club, position, age, nationality, market value (current + peak), contract, agent, and transfer history. No login or API key. Pay per player record.

๐Ÿ‘ User avatar

Vitalii Bondarev

2

Transfermarkt Scraper

data_xplorer/transfermarkt-api-scraper

๐Ÿƒโ€โ™‚๏ธ Scrape Transfermarkt: player profiles, club data & transfers. Market values, career stats, transfer fees โ€” by player, club or competition. Search by name or URL. For analysts, scouts & fantasy managers.

154

4.0

Transfermarkt Global Football Player Scraper

jungle_synthesizer/transfermarkt-global-football-player-scraper

Scrape global football player profiles from Transfermarkt โ€” career, market value history, transfers, agency, caps, injuries. Discover by player ID, club, competition (Premier League, La Liga, MLS, etc.) or search query.

๐Ÿ‘ User avatar

BowTiedRaccoon

45

Transfermarkt Player Spider

getdataforme/transfermarkt-player-spider

The Transfermarkt Player Spider scrapes detailed football player data from Transfermarkt, aiding market research and analysis. It offers customizable, scalable data extraction with high accuracy, exporting in JSON, CSV, or Excel formats. Ideal for competitive intelligence and business automation.

Transfermarkt Scraper

kawsar/transfermarkt-scraper

Transfermarkt scraper that fetches football data from any Transfermarkt page and returns structured JSON records. Handles player achievements, league tables, and injury lists in a single run.