Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Transfermarkt Data — examples

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.

What you get per 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

Quickstart

  1. Get your Apify token: https://console.apify.com/account/integrations
  2. 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

Example input

{
  "playerUrls": [
    "28003"
  ],
  "search": "Haaland",
  "rankings": false,
  "maxResults": 100,
  "includeMarketValueHistory": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}

Links


MIT-licensed examples. The actor runs on the caller's Apify account (you pay platform compute + per-result).

About

Runnable Python & JS examples for the Transfermarkt Scraper on Apify

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors