How to Scrape TransferMarkt.com for Football Data in Python

Поділитися
Вставка
  • Опубліковано 21 сер 2024
  • Спорт

КОМЕНТАРІ • 14

  • @kylebriffa7
    @kylebriffa7 7 місяців тому +4

    Love your explanation, makes it so easy to understand! Thank you and happy new year! 🎉

  • @kirolosmagdy1857
    @kirolosmagdy1857 7 місяців тому +2

    Love how easy you make a tricky subject keep the great work 🙏🙏

  • @semperfiArs
    @semperfiArs 7 місяців тому

    Bro love your tutorials

  • @baranselsoysal
    @baranselsoysal 7 місяців тому +1

    Hey McKay - great explanation, thanks a lot for the effort! I have almost zero coding experience but was able recreate what you have showed and able to scrape some extra fields from the website!
    Now I am trying to loop for multiple players and build a table where I insert only the player URL in one column and player related data returns automatically. Is it doable on appsScript / Gsheet? Couldn't figure out yet. Would be great if you share a video on this.
    Cheers ✨

  • @axel_bol
    @axel_bol 7 місяців тому +1

    Thanks McKay

  • @redcuplife9252
    @redcuplife9252 2 місяці тому

    at 21:31 the website has broken down their code line into two lines so it will be a little different. "Contract expires:.*?\s*(.*?)" It was a pain to figure out

  • @protech8594
    @protech8594 4 місяці тому

    Gread video , thanks for the help , just a question can i load the data into a csv file?

  • @Dtge
    @Dtge Місяць тому

    For stats > details > penalties I can´t find any way to get the info, could you give me any hint? ty

  • @enrikm4887
    @enrikm4887 7 місяців тому

    Great video! if we make a loop for multiple players will transfermarkt flag us?

    • @McKayJohns
      @McKayJohns  7 місяців тому +2

      They shouldn’t as I’ve never had the issue
      But maybe add like a second or two sleep in between each loop

  • @sport2702
    @sport2702 Місяць тому

    I'm a debutant and I don"t think that it's easy to start with transfermarkt regarding the fact that the website is protecting his data. Your tutorial doesn't work on my side

  • @ivangalic8542
    @ivangalic8542 4 місяці тому

    Can this be done using Selenium?