Transfermarkt Scraper avatar
Transfermarkt Scraper
Try for free

3 days trial then $15.00/month - No credit card required now

View all Actors
Transfermarkt Scraper

Transfermarkt Scraper

curious_coder/transfermarkt
Try for free

3 days trial then $15.00/month - No credit card required now

⚽ Use this free tool as an API for the Transfermarkt website. Scrape and extract data from competition, club or player pages, or almost any Transfermarkt page. Download your data as HTML table, JSON, CSV, Excel, XML, and RSS feed.

The code examples below show how to run the Actor and get its results. To run the code, you need to have an Apify account. Replace <YOUR_API_TOKEN> in the code with your API token, which you can find under Settings > Integrations in Apify Console. Learn more

1# Set API token
2API_TOKEN=<YOUR_API_TOKEN>
3
4# Prepare Actor input
5cat > input.json <<'EOF'
6{
7  "startUrls": [
8    {
9      "url": "https://www.transfermarkt.com/lionel-messi/profil/spieler/28003"
10    },
11    {
12      "url": "https://www.transfermarkt.com/premier-league/verletztespieler/wettbewerb/GB1"
13    },
14    {
15      "url": "https://www.transfermarkt.com/premier-league/tabelle/wettbewerb/GB1/saison_id/2023"
16    }
17  ],
18  "proxyConfig": {
19    "useApifyProxy": true
20  },
21  "crawlDepth": 1,
22  "pageDepth": 1
23}
24EOF
25
26# Run the Actor using an HTTP API
27# See the full API reference at https://docs.apify.com/api/v2
28curl "https://api.apify.com/v2/acts/curious_coder~transfermarkt/runs?token=$API_TOKEN" \
29  -X POST \
30  -d @input.json \
31  -H 'Content-Type: application/json'
Developer
Maintained by Community
Actor metrics
  • 19 monthly users
  • 9 stars
  • 94.7% runs succeeded
  • 1.3 days response time
  • Created in Sep 2018
  • Modified 29 days ago
Categories