Web Scraping With ChatGPT Code Interpreter: Mind-Blowing !!

  Рет қаралды 51,599

AI Andy

AI Andy

Күн бұрын

Пікірлер: 49
@TheAIAndy
@TheAIAndy Жыл бұрын
Your Most Powerful, All-In-One AI Writing Copilot: hix.ai/?utm=aiandy Thanks to Hix AI For sponsoring this video. Our sponsors help us grow the channel and keep making better videos for you. Thanks for your support!
@PubgSpeed-wl8yo
@PubgSpeed-wl8yo Жыл бұрын
How can I get the full article? There is a lot more data inside the article, why do I need this superficial information? Do you know anyone who parses like this? Why not show how everything you need comes from inside?
@VeVeVerse
@VeVeVerse Жыл бұрын
It's cool but I want to automate the process to where I can set everything up once, and it auto scrapes new information as it comes in.
@thechaparral
@thechaparral 6 ай бұрын
Perfect! Did you already get to do it on chatgpt?
@danityvanityinsanity
@danityvanityinsanity 5 ай бұрын
Can you create an ai agent to automate it or custom gpt?
@ILONA-DAVID-lifelong-learning
@ILONA-DAVID-lifelong-learning 11 ай бұрын
Hi, I have a plus subscribtion , but the Advanced Data Analysis is not visible for me (before I could see the Code interpreter, now nope)
@DanielTheCunningham
@DanielTheCunningham 11 ай бұрын
QQ: In the second example, you glossed over how you corrected the error. Can you elaborate on how you modified your prompt to solve the issue?
@ClimbHighWithAI
@ClimbHighWithAI 9 ай бұрын
I need to do it with more than 5000+ products and also need description and price and etc how can I do it
@Greencollarguy
@Greencollarguy Ай бұрын
Total rookie question: what is the purpose of you doing this? Like the blog page what purpose does that serve? Building an LLM?
@npane171
@npane171 8 ай бұрын
This doesn't work with webpages that have information that is dynamically loaded, like zoominfo.
@rocketgrowthstrategiesdigi4535
@rocketgrowthstrategiesdigi4535 Жыл бұрын
On the tech crunch you could do a rewrite
@PatrickCordero-j5m
@PatrickCordero-j5m 2 ай бұрын
man your a savior
@EricaTroni
@EricaTroni 7 ай бұрын
Thank you for this video! Is there a way to scrape product images as well as all info you’ve mentioned?
@torarinvik4920
@torarinvik4920 Жыл бұрын
Kudos to you for diving into coding! Scraping is imo a huge pain in the ass, so it's good to have tools to simplify it!
@PubgSpeed-wl8yo
@PubgSpeed-wl8yo Жыл бұрын
Do you understand how to get a full article from parsing?
@vladimirxack
@vladimirxack 8 ай бұрын
​@@PubgSpeed-wl8yo The same way bro used inspect element, you can do that too.
@CyberMacs
@CyberMacs Жыл бұрын
Great idea, thank you! :)
@training7574
@training7574 5 ай бұрын
Very useful and simple, thanks.
@olieducationalvideos6203
@olieducationalvideos6203 Жыл бұрын
I think Bardeen ai can do this all with just a prompt
@IrlymMylros
@IrlymMylros Жыл бұрын
It will amazing if you can show how to generate complete scripts for Cloud based operstions like complete company infrastructure setup in Microsoft Azure, scripts like Powershell or CLI. Or Microsoft 365 setup. Many thanks for your great videos.
@gyangting
@gyangting Жыл бұрын
Is there a way to webscrape without downloading an html file, i.e. just providing a page link
@TheAIAndy
@TheAIAndy Жыл бұрын
not yet
@william254
@william254 9 сағат бұрын
There is. Use a python web scraper.
@JeremyJullien-ry1pz
@JeremyJullien-ry1pz 6 ай бұрын
This was really helpfull ! thx
@ajithbaburaj2547
@ajithbaburaj2547 11 ай бұрын
Awesome🎉... Shorter video👌🏼
@RenatinhoLicioniFilho
@RenatinhoLicioniFilho 4 ай бұрын
I'm trying to setup a web scraper for facebook marketplace, can you help me with that?
@japhethmutuku8508
@japhethmutuku8508 4 ай бұрын
I can help you get with that. Let me know if you’d like more details or if you have any questions!
@william254
@william254 9 сағат бұрын
This isn't web scraping. You need to be able to do this automatically. For example, what happens when the data on the websites change? But it's a good alternative if you just want data from a few pages.
@MisterSkraetsch
@MisterSkraetsch Жыл бұрын
Thanks Andy. Keep up the great work. :) I would be interessed in web scrapping for sites where you first need to LOGIN :) Cheers
@mcombatti
@mcombatti Жыл бұрын
Even faster, you could just copy paste the site data using select all & copy, then ask GPT to create a CSV for the items found in the unorganized data(not page source) 🤫 take me all but 10 seconds to do the same as code interpreter can do within minutes, with less effort. Code interpreter is great, it's like a really big hammer... but thumbtacks don't require a hammer 😉
@SamuelNickolas-yf7wh
@SamuelNickolas-yf7wh Жыл бұрын
@mcombatti If it is not the page source then what did you copy?
@kenzabel5394
@kenzabel5394 3 ай бұрын
yeah but copy and paste inside chatgpt will make the prompt so long it will make it hard to read what you wrote in chatgpt
@mcombatti
@mcombatti 3 ай бұрын
@kenzabel5394 the context length of GPT-4o is 120,000 tokens - or about 300 pages of text. I haven't hit the ceiling yet. 🙏
@mcombatti
@mcombatti 3 ай бұрын
@@SamuelNickolas-yf7wh open the page and hit copy and paste... page source would just be silly. 🤭
@mcombatti
@mcombatti 3 ай бұрын
@@kenzabel5394 I typically am more concerned with the response as I know what the input was 🙏
@beautytips911
@beautytips911 Жыл бұрын
Awsome examples, can do one with Google my businesses
@celestialresearch
@celestialresearch Жыл бұрын
Pretty cool!
@AdamBechtol
@AdamBechtol 5 ай бұрын
Neat, thanks.
@oliverli9630
@oliverli9630 Жыл бұрын
that's an interesting method. a normie can do that at home if they only want the first few pages. if they need multi pages, python coding still is a must
@aarong9327
@aarong9327 Жыл бұрын
So you're saying I'd need python if I wanted more in depth data on each of those headphones?
@oliverli9630
@oliverli9630 Жыл бұрын
@@aarong9327 yup. programming skill still gives an edge
@PubgSpeed-wl8yo
@PubgSpeed-wl8yo Жыл бұрын
@@oliverli9630 the conclusion is why this video was created, which does not carry complete instructions, which 99% of people need, why this video is needed, what is useful in it. You surprise me in the West, you don’t criticize anyone who sees the problem, you keep saying, bro, you’re handsome, this is useful. But in fact, this is of zero benefit, because it did not show how to take full content from inside the article. What he showed was just for the video and not for training.
@JJBoi8708
@JJBoi8708 Жыл бұрын
Do a video on open interpreter!!!
@erikmeier3681
@erikmeier3681 8 ай бұрын
why you are so fast?
@Web.Scraping
@Web.Scraping 4 ай бұрын
This is ok for small amounts of data, but for sites that have hundreds of pages of pagination this way is too laborious. In any case, this video will be useful to someone 👍
@tanvirahmed1959
@tanvirahmed1959 Жыл бұрын
awsome really
This is How I Scrape 99% of Sites
18:27
John Watson Rooney
Рет қаралды 201 М.
The Biggest Issues I've Faced Web Scraping (and how to fix them)
15:03
How to treat Acne💉
00:31
ISSEI / いっせい
Рет қаралды 29 МЛН
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 14 МЛН
Мен атып көрмегенмін ! | Qalam | 5 серия
25:41
Comparing Top 5 AI Web Scraping Tools (updated 2024)
12:30
Web Scraping with ChatGPT is mind blowing 🤯
8:03
Code Bear
Рет қаралды 61 М.
How To Scrape Any Website in 9 Minutes (Seriously)
14:47
Jake Dawson
Рет қаралды 4,8 М.
Industrial-scale Web Scraping with AI & Proxy Networks
6:17
Beyond Fireship
Рет қаралды 777 М.
Web Scraping with ChatGPT Mentions is Mind Blowing!
8:42
The PyCoach
Рет қаралды 31 М.
This is how I scrape 99% websites via LLM
22:44
AI Jason
Рет қаралды 162 М.
Scrape ANY Website With AI For Free - Best AI Web Scraper
10:07