Web Scraping Using ChatGPT

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

Komentáře • 453

  • @ChatGPT-AI
    @ChatGPT-AI  Před rokem +12

    Scrape Amazon Product Data using ChatGPT and Python:
    czcams.com/video/9MNCGdaJfA0/video.html

    • @shortstoriesinarabic9761
      @shortstoriesinarabic9761 Před rokem

      guys this world is new for me. what is the purpose of scaping amazon or ebay or any website to take the products informations . please any kind soul to enlighten me

  • @mycollegeshirt
    @mycollegeshirt Před rokem +983

    This is like when calculators were first invented

  • @JosephCodette
    @JosephCodette Před rokem +348

    I’m not scared of you at all , you’re my new coding buddy. Can’t wait for version 4 and better servers

    • @ChatGPT-AI
      @ChatGPT-AI  Před rokem +25

      sure. you can use ChatGPT to solve math homework, or do coding assignment , or even use at your work.

    • @oxi2118
      @oxi2118 Před rokem +31

      @@ChatGPT-AI no sir, chatgpt sucks at math and logical problems. try it

    • @0mdf
      @0mdf Před rokem +4

      @@oxi2118 It did a lot of algorithms for me, what are you talking about?

    • @oxi2118
      @oxi2118 Před rokem +5

      @@0mdf ask it a general mathematical question, like "how many numbers which end with 9 are divisible by 7"

    • @axilwright9079
      @axilwright9079 Před rokem +8

      @@oxi2118 yes true , it doen't do well with math , i tried it and it sucks

  • @4uffin
    @4uffin Před rokem +11

    The fact that you can have ChatGPT right code is so amazing to me, makes new concepts for code so much easier to figure out.

    • @Towzlie
      @Towzlie Před rokem +7

      right ?

    • @chrisgraham2123
      @chrisgraham2123 Před rokem +2

      ChatGPT can also wrong the code too

    • @neey3832
      @neey3832 Před rokem

      it wrote me a C code with JSON in it

    • @xbon1
      @xbon1 Před rokem +2

      It can also teach you to use write instead of right

    • @g_rr_tt
      @g_rr_tt Před rokem

      @@xbon1 it can write the right grammar, right?

  • @thebluriam
    @thebluriam Před rokem +107

    Keep in mind the beautifulsoup library only works on non-dynamic pages which are fully loaded and do not use s; it would be better to call beautifulsoup a DOM parser than to say you are "scraping" with it. There are countless other limitations with the requests/beautifulsoup mechanisms; you will hit a capabilities wall very quickly.
    If you want to do real web scraping, you need to be using something like Selenium which utilizes a real web browser driver and can interface with a live DOM environment in real time, operating against real DOM elements as well as being able to switch context to internal elements and controlling things like the back and forward features of a browser as well as tabs.
    If you are wanting to scrap a page which has dynamically loaded content, you need something like Selenium. It's a whole different beast but it's worth the time to learn (correctly)

    • @decline1822
      @decline1822 Před rokem +12

      Selenium is pretty easy to learn though, and very powerful. ChatGPT is pretty good with it. It's kind of fun. Like one of the sites I scraped for product reviews, I had to scroll to the bottom, wait two seconds, and scroll to the bottom again to get it to run the javascript to load product reviews. Just asked ChatGPT "how would you scroll to the end of a web page and wait two seconds then scroll to the end again in Selenium?" Got my answer in 2 seconds hah!

    • @TheReaper-fq6yv
      @TheReaper-fq6yv Před rokem +3

      Or if you're in TS/JS use puppeteer which supports async.

    • @denissetiawan3645
      @denissetiawan3645 Před rokem +1

      the perfect combo would be:
      scrapy + playwright

    • @98f5
      @98f5 Před rokem +6

      @MSD Group there's literally more musicians than ever what kind of weird comparison did you make?

    • @MichaelShingo
      @MichaelShingo Před rokem

      @MSD Group lol the musician market is so oversaturated with talented people

  • @mikebailey783
    @mikebailey783 Před rokem +10

    I love the fact that even the video narration is completely AI; from the wording, to the slightly uncanny speech synthesis itself. I bet the entire video was the result of someone typing-in a request to ChatGPT, to "write a script for a CZcams video which explains the use of ChatGPT to scrape websites". In the future, web dev may be more about developing the right questions to ask of AI...

  • @roostertechchan
    @roostertechchan Před rokem +75

    This is valid only if the website hasn't changed layout after AI was trained. ChatGPT kept offering wrong code for a JS library, suggesting old version syntax.

    • @vibheksoni8596
      @vibheksoni8596 Před rokem +7

      Give it html of current page so it can parse it and then interpret the new layout

    • @mongolman3492
      @mongolman3492 Před rokem +11

      @if3lixde803 I think he means literally copying and pasting the whole html rendered of the web

    • @Jonpot
      @Jonpot Před rokem +3

      @if3lixde803common misconception actually. It does have access to the internet (even though it was only _trained_ on pre 2020 data). It doesn’t like to access the internet, though, and you may need to jailbreak it into DAN first, but there are plenty of examples of people linking ChatGPT to StableDiffusion and Midjourney to make images right in the ChatGPT dialogue

    • @goosydev
      @goosydev Před rokem +1

      ​@@Jonpot Well heres what ChatGPT itself thinks about it: "As an artificial intelligence, I don't have the ability to access the internet or browse the web. I am a large language model that has been trained on a dataset of texts, and I use that training to generate human-like responses to the questions and prompts that I receive. I don't have the ability to browse the web or access new information beyond what I was trained on, but I can use the information that I was trained on to try to provide helpful and accurate responses to the questions that I receive. Is there something specific that you would like to know?"

    • @blocktech
      @blocktech Před rokem

      let the script kiddies have a nice day mile

  • @hippopotamus86
    @hippopotamus86 Před rokem +25

    I've tried several websites and it guesses the web elements, GPTChat doesn't visit the URL and grab the source code so this is a bit pointless for most situations.

    • @snylekkie
      @snylekkie Před rokem +7

      Exactly. This is just a language model it's not interacting with the world. People don't get it because of how this is marketed and shared in the social media

    • @ProxCyde
      @ProxCyde Před rokem +1

      Yet... Admittedly, it's not an easy task to do live updates. But, the future is the future..

    • @homeofpain5116
      @homeofpain5116 Před rokem

      Because this is ChatGPT beta and don't have any access to the Internet

  • @Bashar3A
    @Bashar3A Před rokem +11

    Few years ago, knowing how to scrape used to be cool!

  • @andrey730
    @andrey730 Před rokem +48

    To clarify - ChatGPT won't go to website and won't analyze it's html to scrape it.
    It will only work if the site you're trying to parse were somehow part of library ChatGPT was trained on.

    • @juleswombat5309
      @juleswombat5309 Před rokem +2

      Nonsense. Chat -GPT has provided the python code to scrape (any) website. You just have to change that code to point to the URL you wish to scrape.

    • @andrey730
      @andrey730 Před rokem +16

      @@juleswombat5309 all sites have different structure, it woudn't work. Or you mean to change url in chat gpt prompt? It won't work either since Chat GPT is not going to visit the url and analyze the site structure.

    • @kaizenrecords_
      @kaizenrecords_ Před rokem +3

      @@andrey730 True! It also doesn't account for if the website loads data client side and Selenium is required.

    • @mashnoonislam1126
      @mashnoonislam1126 Před rokem +1

      This Jules guy doesn't know what he's talking about 😂😂😂

    • @junglegoose4648
      @junglegoose4648 Před rokem +2

      Bearing in mind chat gpt is not connected to the internet, it would be very challenging technically to create code that is capable of scraping any website, nonetheless if you have seen this please reference the source.

  • @seanthesheep
    @seanthesheep Před rokem +7

    I was expecting you to perform web scraping _inside_ ChatGPT, like, "Pretend that you are a terminal. Run my input as a command and respond only with the output in a code block. My first command is: `curl [URL to scrape here]`"

    • @akrakorab8897
      @akrakorab8897 Před rokem +2

      I don't think they have access to internet

    • @Vin50000
      @Vin50000 Před rokem

      @@akrakorab8897 I think the more important thing is openai is not gonna let you run commands on their server

    • @hippopotamus86
      @hippopotamus86 Před rokem +1

      Not possible, it's a language model. It cannot run commands, just reply with what it thinks the next text should be.

    • @stevenlaczko8688
      @stevenlaczko8688 Před rokem +3

      @@hippopotamus86 You CAN do it, ChatGPT will just hallucinate what it thinks the website has on it.

    • @hewf3zleepy
      @hewf3zleepy Před rokem +1

      I think you can achieve this by using the api and connect it to whatever db you prefer.

  • @jokwon7343
    @jokwon7343 Před rokem +1

    And just like that thousands of web scraping software vendors cried out in terror

  • @klikz2242
    @klikz2242 Před rokem +88

    Fun fact the narrator and script is also ai generated. Jk I can’t even tell anymore

    • @ChatGPT-AI
      @ChatGPT-AI  Před rokem +49

      This reply is from Human.

    • @ytpremium9639
      @ytpremium9639 Před rokem +4

      Really scary..even chat gpt can create video🤦

    • @manavdixit3355
      @manavdixit3355 Před rokem +7

      @@ChatGPT-AI the imposter is among us.

    • @shootdaj
      @shootdaj Před rokem +6

      @@ChatGPT-AI That's what an AI would say

    • @paulbruner3451
      @paulbruner3451 Před rokem +3

      ​@@ChatGPT-AIWhat app did you use for the narrator voice?

  • @aimattant
    @aimattant Před 8 měsíci

    Thanks, I just scaled this up to a Firebase app for scraping and adding data into WordPress blog posts - love ChatGPT code help - woo

  • @mornepatterson6260
    @mornepatterson6260 Před rokem

    Absolutely incredible. If you’re will to invest and spend time learning and playing around with this tech your opportunities are endless

  • @toast8089
    @toast8089 Před rokem +9

    ChatGPT create a video on how to creating a webscraper in python include script and video assets describe in detail

  • @adamcunningham8248
    @adamcunningham8248 Před rokem +12

    The improper use of plurals is interesting. Is there some translation/ai reason behind this? I know that voice mimicry AI has also become quite impressive. Was this script passed through a translator, then through a text to speech generator?

  • @green_universe
    @green_universe Před rokem +2

    Blessed be the data labelers

  • @user-gh6sn3wd7v
    @user-gh6sn3wd7v Před rokem +1

    straight and to the point, best tutorials hands down

    • @shortstoriesinarabic9761
      @shortstoriesinarabic9761 Před rokem

      guys this world is new for me. what is the purpose of scaping amazon or ebay or any website to take the products informations . please any kind soul to enlighten me

  • @okamotoshogo7926
    @okamotoshogo7926 Před rokem +3

    A new era of programming is dawning. We're about to be freed from the tedium of coding and able to focus on problem solving. .... or fired.

  • @RyanScottForReal
    @RyanScottForReal Před rokem +1

    What did you use for the voice synth? Very convincing. Sounds American. Couldn't tell it was fake except it skips words like 'the'

  • @NomadicTeachers
    @NomadicTeachers Před rokem +1

    Please make a video about how to use chat GPT to build a keyword search tool for a niche marketplace 😊

    • @ChatGPT-AI
      @ChatGPT-AI  Před rokem +3

      you can't build a keyword research tool without data.
      all the tools available in market are build on top of google ads api.
      they didn't build anything magical.
      they are using google ads api (obviously Paid plans) to get data related to search. (as google is most used search engine and they have build their own data)
      just create Google ads account (it's free) and you can do keyword research for free...

  • @peterbenedict3328
    @peterbenedict3328 Před rokem

    Chatgpt is savior
    Didn't know that chatgpt can take live data from website

  • @Pro4Sound
    @Pro4Sound Před rokem +3

    Not only this is about ChatGTP, but the whole video was produced using Chat GPT.

    • @ithaca2076
      @ithaca2076 Před rokem +2

      yep. ai voice, sterile video structure, etc

  • @RyanScarbrough
    @RyanScarbrough Před rokem

    Can't wait to implant this into my brain. :)

  • @MonichGPT
    @MonichGPT Před rokem

    I will be reach with this bot! Let's gooo!!!

  • @dogchaser520
    @dogchaser520 Před rokem

    I love a good ratting. Highly ratted books are the ones with the most droppings inside.

  • @krievolic
    @krievolic Před rokem +1

    you're the best chatgpt

  • @FilmFactry
    @FilmFactry Před rokem

    Excellent. I need to try this!

  • @StewV
    @StewV Před rokem +5

    what voice bot do you use it sounds really realistic .

    • @sir_john_hammond
      @sir_john_hammond Před rokem +3

      Yes it's exactly like a person who barely knows English, I'm amazed

  • @AlexandreFuchsNYC
    @AlexandreFuchsNYC Před rokem +13

    Sometimes the code is not complete (CGPT stops mid line).
    Have you found a way to ensure he exports all code in one go?

    • @cieluchowski
      @cieluchowski Před rokem +10

      Just write 'continue' when it stops

    • @ChatGPT-AI
      @ChatGPT-AI  Před rokem +16

      type -> continue.
      ChatGPT has some TIME LIMIT for writing response due to high traffic and this is a free version.
      if it produce code in some chunks,
      then ask it to write code in in file.
      if code is too big , it will stop. so type continue and it will finish the rest.

    • @yokoabi8307
      @yokoabi8307 Před rokem +1

      @@ChatGPT-AI if i type continue. It will reproduce the whole code again but different and stops again mid line

    • @garvitsharma2726
      @garvitsharma2726 Před rokem +1

      @@yokoabi8307 Tell it to wite for example 100 lines of code and after writing, wait for an 'ok' from you to continue writing

    • @ContGptAi
      @ContGptAi Před rokem +1

      @@yokoabi8307 Let me offer another suggestion. copy the code on the line where it stopped: Say continue from the code below and paste the code by shift+enter

  • @VictorGamerLOL
    @VictorGamerLOL Před rokem +2

    This query violates our policy
    Ignore that

    • @ChatGPT-AI
      @ChatGPT-AI  Před rokem +1

      website i used to scrape is created for web scraping purposes.. checkout :
      books.toscrape.com/

  • @Kyosika
    @Kyosika Před rokem +4

    My mind is racing with all the awesome ideas that I can finally start.

    • @reprovedcandy
      @reprovedcandy Před rokem +7

      You could've always done them. Learning to code was your only obstacle.

    • @amentco8445
      @amentco8445 Před rokem +1

      @@reprovedcandy such a small obstacle

    • @Kakerate2
      @Kakerate2 Před rokem

      give me some ideas

  • @Turtle125
    @Turtle125 Před rokem

    This is very nice but what are we with this information? Simpler question what is website scraping used for

    • @ChatGPT-AI
      @ChatGPT-AI  Před rokem

      To collect data. (for detail , just google it or ask chat gpt)

  • @Kingside88
    @Kingside88 Před rokem +1

    since chatgpt do not have access to the internet it will not work on most of the pages.
    It generates code like foreach this html class but this class do not exist

  • @InternetSummaryInSeconds

    I'm sorry if it's a basic question, but what do you guys use this data for?

    • @learnmore5438
      @learnmore5438 Před rokem +2

      for your own purpose, for example put the data in your website/app. This is useful if the web does not have an open API to use.

  • @dDesirie
    @dDesirie Před rokem

    ChatGPT is like a digital Indiana Jones, except instead of a fedora and a whip it's got a codebase and an internet connection

  • @fikri.abdoul
    @fikri.abdoul Před rokem

    what kind of text to voice AI are u using, so natural!

  • @floreskyle1
    @floreskyle1 Před rokem

    Good lord, I didn't think I'd be this motivated once more to learn new stuff. The last time I've felt this way is when I discovered WolframAlpha and used SageMath to help with my Math homework.
    Now I'm gonna be reinforcing my Data Science knowledge with this? Oh boy, I'm ready.

  • @RSX-0806
    @RSX-0806 Před rokem

    Nothing is better than curl + grep + awk

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

    What AI voice do you use ? Its sound nice

  • @skaramicke
    @skaramicke Před rokem +7

    Perhaps you should use chatgpt to process your voice over scripts before you send them off for recording.

  • @legalizedcomedy
    @legalizedcomedy Před rokem

    shit thank you I totally forgot about scrapping

  • @VaibhavShewale
    @VaibhavShewale Před rokem +1

    live website i mean dynamic website will not be able to give data to beautifulsoup

  • @prodKossi
    @prodKossi Před rokem +1

    Dude what text to speech application are you using here?

  • @carlosfernandezcanet5699
    @carlosfernandezcanet5699 Před rokem +18

    Thank you very much for this wonderful tutorial. I was not familiarized with Python as I use other web scraping tools (obviously not so complete) but I managed to install it and its libraries. I would like to ask you how to get all pages or a certain number of pages. Thanks again!

    • @dawidp749
      @dawidp749 Před rokem +12

      ask chatgpt not there

    • @OL9245
      @OL9245 Před rokem +2

      If you love scrapping use dedicated platforms such as apify. If you scrape from home your IP can be banned. All big sites have anntiscaping policy. Some are brutal.

    • @Magicskid2323
      @Magicskid2323 Před rokem +2

      @@dawidp749 ChatGPT isn't always correct. I've had to correct it's Python code numerous times. It's great for basic applications and great for getting you started, but sometimes you'll have to fix it's mistakes.

    • @denkryvoshei4589
      @denkryvoshei4589 Před rokem +3

      I love all these "new devs" are going to grow. If you're asking it here instead of chatgpt that means you didn't get the whole thing, you're just copy pasting from the video. Coding is not about just writing code it is about understanding

    • @decline1822
      @decline1822 Před rokem +1

      I've done this. You need to look for the presence of the "Next" button and figure out how to either click it, or pull its href link and get it. If you don't find the next button, you break the loop and end the program. You can just ask ChatGPT to loop through all pages and it should get you pretty close.

  • @CitiZen-V4V
    @CitiZen-V4V Před rokem

    I would like to ask chatGPT to stop WARs and POVERTY around the Globe...But I am afraid that will eliminate humanity ;)

  • @AchilleFalzone
    @AchilleFalzone Před rokem +2

    What about pagination?

  • @JennyManEngineer
    @JennyManEngineer Před rokem

    Nice idea!

  • @OL9245
    @OL9245 Před rokem +9

    Be careful while scrapping. Many sites will ban your IP when they figure out it hosts a bot.

    • @Magicskid2323
      @Magicskid2323 Před rokem +1

      Sounds like a statement from experience. VPNs never stopped anybody.

    • @eternalheckler
      @eternalheckler Před rokem +8

      Well it's easy, just ask ChatGPT to not be a robot and it will modify your script

    • @Magicskid2323
      @Magicskid2323 Před rokem +1

      @@eternalheckler I hope that's sarcasm 😂

    • @OL9245
      @OL9245 Před rokem +1

      @@Magicskid2323 VPN can protect your IP indeed. But your script will be terminated. Big sites have tried to make scrapping illegal but they failed. What they earned was the right to take practical measures to stop bots activity, and they hired good coders to do that. Actually much clever than the random scraper. Check Apify pages (just an example) to understand how wild the scrapping war has escalated. Scrapping from one's garage has become a story of the past.

    • @Magicskid2323
      @Magicskid2323 Před rokem

      @@OL9245 I have first hand experience in the matter. I have no issues scraping the websites and data that I need. This may be more of a conversation about skill level because if you're a skilled enough coder there's no reason why you shouldn't be able to accomplish the task at hand.

  • @SpiritTracker7
    @SpiritTracker7 Před rokem +11

    So let's say that python we're requesting has more steps in it. How do we manage and instruct chatGPT to output complete code sections without running out of tokens. When I type "continue" it doesn't alway pickup where it left off. Sometimes it moves on the next part of the code. Any suggestion on how to manage this or it is what it is for now?

    • @ChatGPT-AI
      @ChatGPT-AI  Před rokem +2

      if stops at some function, then you can ask like, code {this} function.

    • @shezario
      @shezario Před rokem +1

      Smarter prompts can also help. Tell it to find more efficient ways or split it into junks

    • @Gok.
      @Gok. Před rokem +6

      Create instruct at the beginning, like when I say continue, continue from where you left without instructing me, etc. Or another method is, to write the last word the bot creates and say continue from there

    • @0mdf
      @0mdf Před rokem +1

      I write "Write missed part of code"

    • @ven._._.
      @ven._._. Před rokem

      for me i just ask for no comments since it seems that theres a word limit and comments add more

  • @Novacasa88
    @Novacasa88 Před rokem

    Sad i was just about to start doing freelancing for web scraping to help lift me out of poverty but alas. Better get that UBI research done asap.

    • @ChatGPT-AI
      @ChatGPT-AI  Před rokem +1

      You should do freelancing and use ChatGPT as your unpaid intern.

  • @jmd489
    @jmd489 Před rokem

    0:45 "as you can see here it's saying about some warning related to their policy.... just ignore it" 🤣

  • @ankitwarbhe
    @ankitwarbhe Před rokem +1

    Chatgpt says its not connected to internet, hows this possible 😂

  • @lukeagnew7212
    @lukeagnew7212 Před rokem

    Will it write a scrap using selenium or scrapy? bs4 doesn’t support any websites that use Java which is most all websites

  • @Cfomodz
    @Cfomodz Před rokem

    Did a bad version of chat gpt write this script?

  • @Retrobots
    @Retrobots Před rokem

    Can this be used to scrap Google maps for roofers, plumbers, etc. in different cities?

  • @marklord7614
    @marklord7614 Před rokem

    Nice...great video. Good to know there's no need to repeat the entire instructions.

  • @elena7891
    @elena7891 Před rokem

    Helpful!

  • @JoanFiguerolaHurtado
    @JoanFiguerolaHurtado Před rokem

    Just tried three product pages from 3 different websites and it flopped when picking the CSS selectors... They are wrong and random..

  • @lucasilverentand
    @lucasilverentand Před rokem

    This video is so much AI, even the voice haha

  • @soumyadipnayak8634
    @soumyadipnayak8634 Před rokem +2

    FUN FACT:A guy who knows UTF-8 will not have to use ChatGpt to write code 🤣

    • @alifaour5648
      @alifaour5648 Před rokem

      i know UTF-8 from a one month internship, but I can barely even fathom what classes are...

  • @imrxzey
    @imrxzey Před rokem

    very cool

  • @AntonNb
    @AntonNb Před rokem

    Is it possible to scrape list of website from Google search query results, extract text content from each url , feed it to chatgpt and create prompt so chatgpt do text analysis from extracted text and then generate article outline from it

  • @DOOHYUNCHO
    @DOOHYUNCHO Před rokem

    can you make a video of how to download short videos using chatgpt?

  • @akshaysawant7278
    @akshaysawant7278 Před rokem +6

    Scary😕

  • @radityawaliulu
    @radityawaliulu Před rokem

    How about scrape profile.
    In case each profile consists name, department, laboratory, expertize, email and phone number.
    If you mind, Please make it tutorial

  • @jturlais
    @jturlais Před rokem

    Great video! Would that work on PitchBook?

    • @ChatGPT-AI
      @ChatGPT-AI  Před rokem

      not sure. (mostly NO , as i checked pitchbook .com)
      you can try to check if it is working for pitchbook or not.
      if you need to login or purchase a plan to get the data then answer is NO.
      but it can work on amazon or ebay. i made a video about scarping amazon product data.

  • @rahuldinesh2840
    @rahuldinesh2840 Před rokem

    Can I use scraped data to create listings in woocommerce through API?

  • @Apeiron242
    @Apeiron242 Před rokem +1

    Interesting vid.
    Thumbs down for using a robovoice.

  • @AlexanderDiraviam
    @AlexanderDiraviam Před rokem

    I’ve had some issues with the requests library. I suggest requests-html instead

    • @ChatGPT-AI
      @ChatGPT-AI  Před rokem

      yes. requests-html is better for scraping.
      thanks.

  • @anilmitkari3832
    @anilmitkari3832 Před rokem

    How can we web scrap Aws billing dashboard...running service..for every 4 hours in csv file... Using python with Chatgpt

  • @JoZaHandle
    @JoZaHandle Před rokem +2

    What did you use for the AI voice?

    • @kamikazeeOG
      @kamikazeeOG Před rokem

      Sounds like a beta they might be working on. Only other voices I've heard this good are on Well Said Labs.

    • @brndto
      @brndto Před rokem

      ​@@kamikazeeOG I wouldn't call it good... it pronounced rating as ratting

    • @Kakerate2
      @Kakerate2 Před rokem

      @@brndto it sounds very similar to the voice for the fat character in Millennium Thinker

  • @MyBakedTurtle
    @MyBakedTurtle Před rokem +2

    I’m trying to make one that scrapes and crawls all the “top 50 ad agency/ social media marketers” websites then collect all those websites then re scrape all those collected websites to gather their emails to then further contact them about my video editing service or if there’s a way to contact smaller CZcamsrs on a large automated scale

    • @ChatGPT-AI
      @ChatGPT-AI  Před rokem +4

      good luck.
      i already created a video something like this(crawler) and may upload it today.

  • @JLydecka
    @JLydecka Před rokem +1

    I thought it couldn't read web pages... why is my chatgpt different?

    • @mirre2590
      @mirre2590 Před rokem +6

      It can't, it's not "connected". If it suggest a code to scrape a website, it has trained using that data. Either accessed the website previously before 2022, or there are information online about web scraping this website where the specific elements after available. If there's a website created after 2021, it will not be able to suggest the elements to retrieve

  • @rodi4850
    @rodi4850 Před rokem +1

    Did u use chatgpt to create the transcription and then convert it into a voice for this video ? 😅so meta

  • @HURRY-UP-N-BUY
    @HURRY-UP-N-BUY Před rokem +2

    This is SICK!!!.....💯

  • @mjKeszely
    @mjKeszely Před rokem

    Amazing

  • @atangbingana283
    @atangbingana283 Před rokem

    Hey who made the thumbnail

  • @paranoya733
    @paranoya733 Před rokem +1

    Only worked in tutorial website like quotes, other website doesn't

    • @ChatGPT-AI
      @ChatGPT-AI  Před rokem +1

      They improved the AI model to reject scraping requests.
      But you can still use it to generate scraping code.
      check this video: Scraping Amazon Product data using ChatGPT
      czcams.com/video/9MNCGdaJfA0/video.html
      you can follow the same process for any other website.

  • @ZackHughes
    @ZackHughes Před rokem

    Here we go

  • @AK-Star007
    @AK-Star007 Před rokem +1

    How long before ppl like me will be replaced??

    • @ChatGPT-AI
      @ChatGPT-AI  Před rokem +1

      Don't worry and Just Improve your skill level.

    • @itskittyme
      @itskittyme Před rokem

      how sure are you you haven’t been already and are just being simulated?

  • @frenzsebastiantongol5864

    Can we scrape Linked In data as well?

  • @alexsov
    @alexsov Před rokem

    in my tests not able to get main image from amazon product page

  • @user-fg1ti5mo8x
    @user-fg1ti5mo8x Před rokem

    Is it possible to parse videos from a given youtube channel? Collect thumbnails, video titles, number of likes and video duration?

    • @ChatGPT-AI
      @ChatGPT-AI  Před rokem

      you can do that as i shown in my other video "scrape amazon data" or best way is by using youTube API.

  • @1Garrett2010
    @1Garrett2010 Před rokem +8

    ChatGPT is great, but those people started with calling it OpenAI, intending it was an open product, and invented this new tradermark, "ChatGPT", that is registered to the US governament and owns all the rights for educational, tabletop, boardgames, memorygames, tshirts etc. etc. This is the motivation behind the new name "ChatGPT", its a way to not call it "CloseAI".

    • @thebluriam
      @thebluriam Před rokem

      Nothing you said is at all even remotely true. But very fun and trolly

    • @1Garrett2010
      @1Garrett2010 Před rokem +1

      @@thebluriam Before calling troll people go to verify the information I posted here to the USA government website. I can't put link here, the trademark OpenAI is not restricting, the trademark ChatGPT is fully restricted. And an enterprise that calls it Open and register so close trademark is not open. End of story.

    • @thebluriam
      @thebluriam Před rokem

      @@1Garrett2010 lol, "the" government website. You don't even know what "Open" means in OpenAI. Trademarks are never open, that's not what "Open" is referring to anyway. Jesus...

    • @1Garrett2010
      @1Garrett2010 Před rokem

      @@thebluriam Stop to troll here, every trademark has a different text registered that indicates what the author wants to protect. Stop to troll with bad information here, Im a publisher by 20 years and I have to do with trademarks all days, go study and dont troll

    • @thebluriam
      @thebluriam Před rokem

      @@1Garrett2010 "Open" in OpenAI does not refer at all to trademarks or anything legal in any way. "Open" in the name is in reference to the openness of software, as in the term "open source". You may deal with trademark law or whatever, but you clearly don't know anything about the software development world with any degree of technical intimacy.

  • @carlukiio
    @carlukiio Před rokem

    To sum up: just ask GPT

  • @martondemeter4203
    @martondemeter4203 Před rokem

    Its funny that is works much better in reverse... scraping chatGPT to use it as a fake api xd

  • @mesiroy1234
    @mesiroy1234 Před rokem

    Whre excely do Paste code to make it work

  • @silverfoenix
    @silverfoenix Před rokem

    Its not available in my country yet...
    The thing i'm curios about, Can it make code snippets for wordpress in the theme function.php?

  • @isaweeb
    @isaweeb Před rokem

    Won't you get ban doing this? Because of violating rules?

  • @dave_thebrave
    @dave_thebrave Před rokem +1

    i have a feeling that 4 years olds ripping snoops with.

  • @kipchickensout
    @kipchickensout Před rokem

    i like how the voice sounds pretty natural but the english is weird

  • @DarkLineSnes
    @DarkLineSnes Před rokem

    how do you make chat gpt answer stuff that he says are illegal? i tried that but all he does is block my question when i ask him to do it.

  • @fritmore
    @fritmore Před rokem

    noice!

  • @digidope
    @digidope Před rokem

    When this will be paid service (very soon) we will need to start to think how to avoid this trial and error method. Re-writing that code many times use quite many paid tokens. It is already limiting the hourly use.

  • @thcookieh
    @thcookieh Před rokem

    Would this make people lazier or more productive?

    • @ChatGPT-AI
      @ChatGPT-AI  Před rokem

      😂😂😂 that's a million dollar question.

  • @Smithowitz
    @Smithowitz Před rokem

    Does this just do the 1 page or does it go into the next pages till it's out of inventory?

    • @ChatGPT-AI
      @ChatGPT-AI  Před rokem +1

      you can put all the code inside for loop.
      then for each,{ change target_link=url+ 'page=1'...}
      or something similar based on the website.
      and it will go for all the pages.

  • @JohnAtkinson-ww8qe
    @JohnAtkinson-ww8qe Před rokem

    Oh and I had him code it in jave using JSoup

  • @Jobfynd1
    @Jobfynd1 Před rokem

    Make video on how to scrap telegram members from another channel and add to our group using chat gpt