Web Scraping with ChatGPT Mentions is Mind Blowing!

Sdílet
Vložit
  • čas přidán 29. 08. 2024

Komentáře • 38

  • @ThePyCoach
    @ThePyCoach  Před 5 měsíci

    To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/ThePyCoach . You’ll also get 20% off an annual premium subscription.

  • @xevenau
    @xevenau Před 5 měsíci +3

    Just watching your videos made me realize how complicated im making my life. Such a brilliant way to scrape.

  • @rayfellers
    @rayfellers Před 5 měsíci +1

    The recommended scraper is unable to scrape pages requiring a log in and offers no way to log in prior to attempting a page scrape. It also has a relatively short timeout so slow responding or large pages can't be scraped.

  • @slajoie0617
    @slajoie0617 Před 3 měsíci

    Thank you can you please create a video detailing how to update the GPTs system instructions you plan to use to account for the new @mentions feature for seamless teamwork and collaboration between your team of GPTs

  • @pooryagohargani8035
    @pooryagohargani8035 Před 4 měsíci +1

    Youre a legend

  • @awakenwithoutcoffee
    @awakenwithoutcoffee Před 5 měsíci +3

    hm sadly did not work as the scraper triggered anti-scraping policy of the websites I tried. This seems good for some minor quick scraping jobs but I wouldn't rely on it for actual production scraping.

    • @danlee1027
      @danlee1027 Před 5 měsíci

      Yes you may need to utilize proxies when scraping

  • @chrissilvestri9344
    @chrissilvestri9344 Před 5 měsíci

    Thank you! I’ll try it out 👌🏻

  • @jatis2010
    @jatis2010 Před 5 měsíci +2

    Any plugin to overcome website that has security blocking ?

  • @cirtey29
    @cirtey29 Před 4 měsíci

    Use gpt vision, more adoptive to html change

  • @atbapp
    @atbapp Před 3 měsíci

    Wow... Thats awesome! Thanks!

  • @miketemple7686
    @miketemple7686 Před 5 měsíci +1

    I went to Perplexity as to get some data on web scraping. It used your YT channel as one of its references. Welcome to the AI big time brother 😂.

    • @luxipo9934
      @luxipo9934 Před 5 měsíci

      The thing is that Perplexity sometimes is kind of “lazy” and that is due to the short token window it has. So for example if you ask for the updated market cap of 20 companies it will give you info that is not up to date for some of them.

  • @abdulmuizzikumapayi2811

    can i use this @ in my api call of openai to interact with the gpt like scraper and data analysis

  • @MuhammadEltiti
    @MuhammadEltiti Před 5 měsíci

    Thanks for sharing! when I try to download I get this error message "Failed to get upload status for /mnt/data/worood_product_list.csv" I tried different browser and nothing change. any thoughts on what could be the issue?

  • @rahulrajeev9763
    @rahulrajeev9763 Před 2 měsíci

    Can we do this without having the paid version of gpt?

  • @haoshiangyu6906
    @haoshiangyu6906 Před 5 měsíci

    I've recently learn about ics. format file but I couldn't understand how to use it could you teach us how to use such file?

  • @ghada.b
    @ghada.b Před 5 měsíci

    is there a way to do that with Gemini?

  • @PallaviChauhan91
    @PallaviChauhan91 Před 5 měsíci

    Hi, I can't see the plugins option under model dropdown like you have @3:36 . I have a chat gpt plus subscription. I have also activated the plugins under settings.

    • @ThePyCoach
      @ThePyCoach  Před 5 měsíci +1

      Plugins have just been removed. You can either use the ScraperGPT or use an old chat where the Scraper plugin was activated (plugins still work in old chats)

  • @sc20910
    @sc20910 Před 5 měsíci

    Awesome!

  • @hhmtp
    @hhmtp Před 5 měsíci

    Hi, do we have to give all the pages that we want to scrap ? Is it possible to give only the root page? Great video by the way :)

    • @ThePyCoach
      @ThePyCoach  Před 5 měsíci

      You'd need to give all the links, unless there's a pattern in the links that you can describe to ChatGPT

    • @bjraval9818
      @bjraval9818 Před 4 měsíci +1

      ​@@ThePyCoach So how do you scrape all business locations with their name and latitude and longitude values from Google Maps when it shows different number of business with each zoom levels and hides the rest at another zoom levels? Conceptually the problem is similar to providing ChatGPT with all page numbers but here we have to deal with different zoom levels. Any thoughts?

  • @saurabhprajapati4794
    @saurabhprajapati4794 Před 5 měsíci

    Is there any method with open-source llms

  • @fahimrafi9853
    @fahimrafi9853 Před 5 měsíci

    Is there anything like these in hugging face or free as open source app?
    TIA.

  • @nikobyu2778
    @nikobyu2778 Před 5 měsíci

    Awesome, but i rather manual way combine http header knowledge and linux, all command line

    • @jd2161
      @jd2161 Před 5 měsíci

      Good. You do that

  • @travisross8704
    @travisross8704 Před 5 měsíci

    What about scraping data from private sites like LinkedIn? Is that also possible with a version of this method?

    • @ThePyCoach
      @ThePyCoach  Před 5 měsíci

      If it requires a login then it’ll be impossible with this method. You can try with my other method that involves the code interpreter and an HTML file (the video is on the channel)

  • @muratkekec5994
    @muratkekec5994 Před 4 měsíci

    is this paid version of chat gpt?I dont see " explore gpt"?

  • @loudnlouize1870
    @loudnlouize1870 Před 5 měsíci

    Sad part is most of the people don't have got 4 🙂

    • @fahimrafi9853
      @fahimrafi9853 Před 5 měsíci

      Yeah 😢
      Is there anything like these open source/ hugging face?

    • @jd2161
      @jd2161 Před 5 měsíci

      Not sad

  • @bjraval9818
    @bjraval9818 Před 4 měsíci

    ​ I added the very same comment to one of your replies below >>. @ThePyCoach So how do you scrape all business locations with their name and latitude and longitude values from Google Maps when it shows different number of business with each zoom levels and hides the rest at another zoom levels? Conceptually the problem is similar to providing ChatGPT with all page numbers but here we have to deal with different zoom levels. Any thoughts?

  • @Its_me_bishal20
    @Its_me_bishal20 Před 12 dny

    Scrape skool group members name and linkedin

  • @greenphones577
    @greenphones577 Před 5 měsíci

    Interesting. I have done some scraping before using Python to download date both in Excel and CSV format and insert to a MySQL database. In some of these examples I needed to use my username and password to access the data. Is this possible using Scraper?