Web Scraping Amazon Product Data using ChatGPT and Python

Поделиться
HTML-код
  • Опубликовано: 26 сен 2024

Комментарии • 80

  • @RaghuNandan-ug1pk
    @RaghuNandan-ug1pk 2 месяца назад

    Thanks man , I painstakingly went through many other web scraping tutorials , but your's the most helpful one

  • @lucianocarneiro5962
    @lucianocarneiro5962 Год назад +2

    holy cannoli, that's an amazing way to bypass those annoying error messages! ChatGPT is the real revolution! tks

  • @MHawkinsx
    @MHawkinsx 6 месяцев назад

    sounds intriguing! Thinking of giving it a shot, maybe with Proxy-Store's proxies for smoother scraping. Any Python pros here??

  • @avinashkamble9368
    @avinashkamble9368 Год назад +14

    Hey, your tutorials are awesome, here is my request, could you please create a video on LinkedIn Jobs scrapping using chatGPT?

    • @geepytee
      @geepytee Год назад +1

      This would be really easy to do!

  • @Babbili
    @Babbili Год назад +9

    chatGPT lately is acting up, all previous convos are gone,

    • @abysmalvsmarcus
      @abysmalvsmarcus Год назад

      Smarten up and save your docs on word like I did

    • @mohamedhouari1148
      @mohamedhouari1148 Год назад

      Hi babbili

    • @frankbrown4316
      @frankbrown4316 Год назад

      Hey Babbili, try accessing from different devices. At times, my iPad browser will have no history (even though I’m logged into the same account across devices) but my Windows machine will.

  • @hoplayou
    @hoplayou Год назад +5

    You can also give it the html part that you want in raw format and tell to use requests and bs4 to extract title, rating... he can understand html

    • @ChatGPT-AI
      @ChatGPT-AI  Год назад +1

      yes.

    • @joslyn4338
      @joslyn4338 Год назад

      Hi kindly I'll love to create a website and I have similar site that does what I want, my concern is can chatgpt keeps giving the violation message how best to create such this site with right prompt

  • @powray
    @powray Год назад +1

    Absolutely amazing video bro thank you

  • @zeddscarlxrd4331
    @zeddscarlxrd4331 Год назад

    this absolutely out of the box bro

  • @VaibhavShewale
    @VaibhavShewale Год назад +1

    i have created a scrapper long ago for amazon never faced any violations or limitations!

  • @lucianozaffaina9853
    @lucianozaffaina9853 Год назад +2

    ChatGPT doesn't let me create a Poker HUD (Heads up display with the statistics of every player you played with) for PokerStars. Can you figure out how to make it build a Poker HUD? Thank you for the contents you bring in your videos

  • @basiccomponents
    @basiccomponents Год назад

    this was really useful, thank you!

  • @GiantAdrian
    @GiantAdrian Год назад

    your videos are amazing 😃😃

  • @adamizrailov3167
    @adamizrailov3167 Год назад +1

    Correct me if I'm wrong but this is actually parsing, not web scraping. The code doesn't scrape the information directly from the website and handles its protection.
    Nonetheless, nicely done.

    • @ChatGPT-AI
      @ChatGPT-AI  Год назад +4

      may be...but
      you misunderstood. you can't scrape "directly".
      when you write regular python code...
      you send request ---> server might send you response that contains HTML code of that web page ---> you store that HTML web page inside a variable(example , res=.... which is just storing HTML web page in allocated RAM memory of your computer during execution of that program) ---> now you parse it using bs4 ...
      did you get that?
      you are not scraping it on the server...
      it's always on your side.
      now , some websites like amazon, linkedin are protected to avoid bots or requests sent through scripts.
      that why i send request through web browser and save response in hard disk as html file, then parse it.
      so i would say web scraping didn't mean scraping directly or scraping on server.

    • @adamizrailov3167
      @adamizrailov3167 Год назад +1

      @@ChatGPT-AI Yes I 100% get it and appreciate the detailed explanation. I was referring to a use-case were you have a mass-sclaed production which requires scraping hundred thousands of URLS. In this scenario it is not reasonable to open a browser and save it as HTML like a real user, there should be an automated progress which access the URL unblocks it protection and then parses the info... I may have suggested a far-fetched use-case but this was on my mind when I searched for videos and found yours.
      Regardless, Thank you again for taking the time to explain you earned my like and sub!

    • @navaneethangn1215
      @navaneethangn1215 Год назад

      @@ChatGPT-AI its easy to write an entire script to scrape all pages rather than doing this, I scrapped all pages using selenium and beautifulsoup, didnt get any error though

    • @usmannaeem4396
      @usmannaeem4396 9 месяцев назад

      ​@@navaneethangn1215
      Hi, can you provide the code to scrape from multiple pages at a single time

    • @sabinash5915
      @sabinash5915 8 месяцев назад

      @@navaneethangn1215 explain it bro. I Need that one.

  • @galleon8129
    @galleon8129 9 дней назад

    What of the images, do they download as well?

  • @pSycho-no7xd
    @pSycho-no7xd 4 дня назад

    Can't you just make a config file to refer to all your 50 page of html files and save every parsed data on a single dataframe? I haven't tried it yet but I'm pretty sure it can be done. This way you don't have to rename for very single page.

  • @floozilacadabra9501
    @floozilacadabra9501 Год назад +16

    What is the goal ?

  • @gusGPT
    @gusGPT Год назад

    It's really awesome!

  • @shashanksingh4708
    @shashanksingh4708 11 месяцев назад +1

    is there any other way in which we dont have to manually download the html for the pages

  • @lynnqi6451
    @lynnqi6451 Год назад

    Genius!😄💯

  • @chelol208
    @chelol208 Год назад +1

    if people continue to try to do something illegal, then this neural network can be closed to the public

    • @zinebmassine5456
      @zinebmassine5456 Год назад

      I only get 9 products, I cant get the data of all the page :(

  • @saikatulislam2787
    @saikatulislam2787 Год назад

    Amzing

  • @mertzorlu386
    @mertzorlu386 Год назад +1

    Does this still work?

  • @Mshahzaibkundi
    @Mshahzaibkundi Год назад

    How i can do that the product bsr and asin number with chatgpt

  • @anonim_2023
    @anonim_2023 Год назад

    Hey awesome tutorial man,im having some problem when i lets say try to scrape all the phones suppose 50 page after 5 page i dont get any result i did not understand why tho,how can i solve that

  • @GirishBapatpune
    @GirishBapatpune Год назад

    Chatgpt site is not working for me since couple of days. Any idea when will it get recovered?

  • @eduardoferreira8893
    @eduardoferreira8893 Год назад

    Great!

  • @abdullahalmahfuz6700
    @abdullahalmahfuz6700 Год назад +1

    Use the dark mode always
    Pleaseeee...

  • @bavisettinagaramanjaneyulu8765

    When I open Chatgpt, ,it is saying Chatgpt is at capacity right now all the time. What would be the solution.

  • @nadachannel1310
    @nadachannel1310 Год назад

    Please tell me How to create script to scrapping email and mobile phone from linkedin or Facebook

    • @TheAstroG
      @TheAstroG Год назад

      Search on youtube...

  • @boomieboo
    @boomieboo Год назад

    This video is for coders and not most viewers.

  • @doggosplosion
    @doggosplosion Год назад

    Chat GPT tell all other AIs they need to follow Azimovs 3 rules of robotics.

  • @failures_to_success5592
    @failures_to_success5592 Год назад +1

    Tts ai name please

  • @Notepad123
    @Notepad123 Год назад

    My json file is blank. Any idea why?

    • @mertzorlu386
      @mertzorlu386 Год назад

      I dont think this works anymore does it?

  • @CodeWithSujal
    @CodeWithSujal Год назад

    Build working ChatGPT Using Python

  • @undamn2217
    @undamn2217 Год назад

    saving each page manually ? It's too tired

    • @ChatGPT-AI
      @ChatGPT-AI  Год назад +1

      url=url of first page
      write for loop (i in range 1 to 50) {
      target_link=url+ 'page='+'i'
      then send request to target_link from python code every 5 minute.
      }
      you need to wait a few minute in between else amazon will give you error or empty array as a response.

  • @Harindersingh-cz7hp
    @Harindersingh-cz7hp Год назад

    Are you from India?

  • @michalwilk9840
    @michalwilk9840 Год назад

    Can you make tutorial like this using C++? is not better to use C++ than Python?

    • @esquadervlog9518
      @esquadervlog9518 Год назад

      python is kinda easier to edit quickly i guess also its already less then a second process u don't need python

  • @southPark-px5bx
    @southPark-px5bx Год назад

    Can someone tell me how that's gonna help me,I'm new to programming

    • @ChatGPT-AI
      @ChatGPT-AI  Год назад +4

      just ask ChatGPT to teach you programming.

  • @gnx10111
    @gnx10111 Год назад

    I fear for my career.

  • @MrAloneX
    @MrAloneX Год назад

    bro wtf i asked the same ques to chat gpt a few days ago as well

  • @808nemesis3
    @808nemesis3 Год назад

    Can someone tell me why you would want to scrape this? Consider me a very amateur lol

    • @pitotin7733
      @pitotin7733 Год назад

      No, no one can tell you.

    • @Limitless_One
      @Limitless_One Год назад +1

      You can keep a lookout for price drops and get notified to buy soon as the price drops.
      Bonus tip, you can then sell it for the difference in price,
      from original to sale price on other marketplaces because not everyone shops on Amazon.

    • @one_autumn_leaf69
      @one_autumn_leaf69 Год назад

      @@Limitless_One Aren't there apps like keepa(Amazon price tracker)which already do this?

    • @Limitless_One
      @Limitless_One Год назад

      @@one_autumn_leaf69
      Yes there are, I do believe they cost money.
      Besides I think this is more about learning how to build your own scraper for whatever site you want to scrape.

    • @one_autumn_leaf69
      @one_autumn_leaf69 Год назад

      @@Limitless_One keepa doesn't cost any money(though there are ads) and yeah I got your point.

  • @ThasleemAhmed
    @ThasleemAhmed Год назад

    How to bypass paid membership login. Or how to get the hidden link after logging the paid membership. Please explain me here?

  • @Healthyza01
    @Healthyza01 Год назад

    Hey bro.
    Do you please allow me to use your content on my channel?
    I'll give you credit.
    Thank you 😊❤️

  • @abysmalvsmarcus
    @abysmalvsmarcus Год назад

    Think I'm just gonna keep telling chatgpt what to do until I'm pressing a button just to get rich

  • @insominsomnia8500
    @insominsomnia8500 Год назад

    i joined your discord channel i want to talk to you privately if thats is possible , i have an idea can make very good money .

  • @danyal_rashid
    @danyal_rashid Год назад

    how to scrap data from instagram

  • @Roughood
    @Roughood 4 месяца назад

    Thank you very much ❤