Web Scrapping in Java with Jsoup | Data Extraction

Поділитися
Вставка
  • Опубліковано 8 січ 2025

КОМЕНТАРІ • 49

  • @elitebytecode
    @elitebytecode  12 днів тому

    WATCH NOW - Build and Deploy a Full Stack Task Management System with Next.js 15
    ua-cam.com/video/1GXcMjfFcNw/v-deo.html

    • @elitebytecode
      @elitebytecode  12 днів тому

      WATCH NEXT - Build and Deploy a Full Stack URL-Shortener with Next.js 15
      ua-cam.com/video/HU2Gvj0uTcs/v-deo.html

  • @elitebytecode
    @elitebytecode  12 днів тому

    WATCH NOW - Build and Deploy a Full Stack URL-Shortener with Next.js 15
    ua-cam.com/video/HU2Gvj0uTcs/v-deo.html

  • @collinskariuki7089
    @collinskariuki7089 Рік тому +1

    Awesome tutorial, learnt so much from it. Thank you.

    • @elitebytecode
      @elitebytecode  Рік тому

      Thank you Collins, glad you learned something. Happy coding.

  • @eddyxc1697
    @eddyxc1697 3 місяці тому +1

    thank you for the video, very well explained!

    • @elitebytecode
      @elitebytecode  3 місяці тому

      Thank you, glad you found it helpful

  • @kollurusaiteja5826
    @kollurusaiteja5826 Рік тому +2

    Thanks for video bro, It really helped me

    • @elitebytecode
      @elitebytecode  Рік тому +2

      Glad you found this helpful. Thanks for the feedback!

  • @NomadsBackpack
    @NomadsBackpack Рік тому +1

    great stuff, keep up the hard work

  • @SetssonIVI
    @SetssonIVI Рік тому +1

    This is amazing thank you dude!

  • @LeonC0704
    @LeonC0704 Місяць тому +1

    THANK YOU SO SO SO MUCH. How would you scrape a site like Goodreads? I tried it but it says to many redirect.

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

      It could be blocking you from scrapping it. Some sites detect bots and immediately block you. Make sure you comply with the site’s policies.

  • @KudzaiSamuel-hw6wd
    @KudzaiSamuel-hw6wd 9 місяців тому

    Wonderful you made it simple🤠

  • @Gina_DT
    @Gina_DT 11 місяців тому +1

    amazing. thank you!

  • @Daniel-ye6xw
    @Daniel-ye6xw 8 місяців тому

    Hello, can you help me with one question please?
    I got a trouble while trying to get info from an 'option' blocks:
    09С31
    09С32
    If I use Jsoup.connect, 'seletct' block is empty as a result, as far as I know it might be happening because window.document.onkeydown attribute is creating 'options' dynamically. Do I have a way to somehow get 'option' values with jsoup?

  • @ognjenstevic8637
    @ognjenstevic8637 Рік тому +1

    Nice video, Like!

  • @SanthoshKumar-ll6qj
    @SanthoshKumar-ll6qj 9 місяців тому +1

    Great video !! Could also you please help me to fetch the image in this scenario ?

  • @zombiegamer8243
    @zombiegamer8243 4 місяці тому +2

    i wnat to extract the no of cookies i have in cookie clicker every 5 seconds, can i do it using this?

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

      I believe Jsoup can manage cookies. Here is a resource that may be useful to you. It closely shows matches your question. You may instead just tinker around with the java DateTime in some sort of loop to track your cookies [Rough idea]

    • @zombiegamer8243
      @zombiegamer8243 4 місяці тому +1

      @@elitebytecode thats not really possible, because the rate of production of cookies will change all the time as the program buys stuff and all, so if i wanted to do that i would basically have to make my own implimentation of cookie clicker internally to keep track of cookies

    • @elitebytecode
      @elitebytecode  3 місяці тому

      @@zombiegamer8243 thank you for sharing this! I'll have to dig deeper into this as well and circle back with my findings. Please share any updates you come up with in your implementation

    • @zombiegamer8243
      @zombiegamer8243 3 місяці тому

      @@elitebytecode nvm leave it, i gave up

  • @Eva-kt3tu
    @Eva-kt3tu 6 місяців тому +2

    thank you so much!

  • @aminemeziane9855
    @aminemeziane9855 Рік тому +1

    wonderful

  • @michaels.mentel9633
    @michaels.mentel9633 7 місяців тому +2

    Thanks man! That was a cool one

  • @semester15
    @semester15 Рік тому +1

    amazing wala, but how to access all data in the next page?

    • @elitebytecode
      @elitebytecode  Рік тому

      You can access the Next button’s class or id, then execute a few commands to open next page. I’ll post a new video about this. Please keep an eye out for this.

    • @semester15
      @semester15 Рік тому

      @@elitebytecode cant wait to see and learn

  • @joaovictorserra3837
    @joaovictorserra3837 5 місяців тому +1

    Thank you sir

  • @anilnemani5205
    @anilnemani5205 Рік тому +1

    thanks a lot btw is it legal to do Web Scrapping

    • @elitebytecode
      @elitebytecode  Рік тому +1

      Some websites allow you to scrap them, be sure to read the fine prints

  • @magalashakirah5600
    @magalashakirah5600 Рік тому +1

    🤗🤗🤗🤗🤗🤗

  • @dnlnfr
    @dnlnfr Рік тому +2

    Thanks, this is legal?

    • @elitebytecode
      @elitebytecode  Рік тому

      Not at all, Some websites allow you to scrap them, be sure to read the fine prints

    • @elitebytecode
      @elitebytecode  Рік тому

      Thanks for the feedback, happy hacking

    • @Nomnomnom165
      @Nomnomnom165 8 місяців тому

      ​@@elitebytecode so you're saying it's not legal?

  • @Jon140699
    @Jon140699 10 місяців тому

    aulas e palestras

  • @bassamshahoud673
    @bassamshahoud673 8 місяців тому +1

    create

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

    Good content, would be better if you learned to use your IDE lol.