Runnable examples for the Transfermarkt Scraper — Market Values & Transfers | $3/1K on Apify.
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.
age · agent · contract_until · current_club · date_of_birth · foot · full_name · height · image_url · league · market_value · market_value_currency · market_value_history · market_value_peak · market_value_peak_date · market_value_peak_str · market_value_source · market_value_str · name · nationality · outfitter · parse_confidence · place_of_birth · player_id · position · profile_url · scraped_at · shirt_number · transfers · warnings
- Get your Apify token: https://console.apify.com/account/integrations
- Run a language example below. Both call the actor and print the results.
| Example | File |
|---|---|
Python (apify-client) |
examples/python/run.py |
JavaScript (apify-client) |
examples/javascript/run.js |
| Sample output (real records) | examples/sample_output.json |
{
"playerUrls": [
"28003"
],
"search": "Haaland",
"rankings": false,
"maxResults": 100,
"includeMarketValueHistory": false,
"proxyConfiguration": {
"useApifyProxy": false
}
}- Actor on Apify Store: https://apify.com/bovi/transfermarkt-scraper
- Apify client docs: Python · JavaScript
MIT-licensed examples. The actor runs on the caller's Apify account (you pay platform compute + per-result).