Web Scraping Amazon Product Data using ChatGPT and Python

  Рет қаралды 54,021

ChatGPT Tutorials

ChatGPT Tutorials

Күн бұрын

Пікірлер: 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 Жыл бұрын
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 Жыл бұрын
Hey, your tutorials are awesome, here is my request, could you please create a video on LinkedIn Jobs scrapping using chatGPT?
@geepytee
@geepytee Жыл бұрын
This would be really easy to do!
@Babbili
@Babbili Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
Absolutely amazing video bro thank you
@zeddscarlxrd4331
@zeddscarlxrd4331 Жыл бұрын
this absolutely out of the box bro
@VaibhavShewale
@VaibhavShewale Жыл бұрын
i have created a scrapper long ago for amazon never faced any violations or limitations!
@lucianozaffaina9853
@lucianozaffaina9853 Жыл бұрын
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!
@ChatGPT-AI
@ChatGPT-AI Жыл бұрын
You're welcome!
@GiantAdrian
@GiantAdrian Жыл бұрын
your videos are amazing 😃😃
@adamizrailov3167
@adamizrailov3167 Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
@@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 Жыл бұрын
What is the goal ?
@santhnu
@santhnu Жыл бұрын
🤣
@danyos777
@danyos777 Жыл бұрын
😮
@gusGPT
@gusGPT Жыл бұрын
It's really awesome!
@shashanksingh4708
@shashanksingh4708 11 ай бұрын
is there any other way in which we dont have to manually download the html for the pages
@paranoya733
@paranoya733 4 ай бұрын
up
@lynnqi6451
@lynnqi6451 Жыл бұрын
Genius!😄💯
@chelol208
@chelol208 Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
Use the dark mode always Pleaseeee...
@bavisettinagaramanjaneyulu8765
@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 Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
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 .
@ChatGPT-AI
@ChatGPT-AI Жыл бұрын
that's not me.
@insominsomnia8500
@insominsomnia8500 Жыл бұрын
@@ChatGPT-AI yes i know , if you interested to talk please let me know .
@bonniesitessolutions7728
@bonniesitessolutions7728 Жыл бұрын
LOL
@danyal_rashid
@danyal_rashid Жыл бұрын
how to scrap data from instagram
@Roughood
@Roughood 4 ай бұрын
Thank you very much ❤
Web Scraping with Python and BeautifulSoup is THIS easy!
15:51
Thomas Janssen | Tom's Tech Academy
Рет қаралды 34 М.
POV: Your kids ask to play the claw machine
00:20
Hungry FAM
Рет қаралды 21 МЛН
How To Get Married:   #short
00:22
Jin and Hattie
Рет қаралды 19 МЛН
🍉😋 #shorts
00:24
Денис Кукояка
Рет қаралды 3,3 МЛН
Python AI Web Scraper Tutorial - Use AI To Scrape ANYTHING
45:36
Tech With Tim
Рет қаралды 92 М.
The Biggest Issues I've Faced Web Scraping (and how to fix them)
15:03
Scrape Amazon Data using Python (Step by Step Guide)
24:14
Darshil Parmar
Рет қаралды 156 М.
Scraping Amazon With Python: Step-By-Step Guide
23:03
Oxylabs
Рет қаралды 25 М.
Amazon Web Scraping Using Python | Data Analyst Portfolio Project
47:14
Alex The Analyst
Рет қаралды 277 М.
ScrapeGraphAI - REVOLUTION in WEB SCRAPING!!!
8:23
Thomas Janssen | Tom's Tech Academy
Рет қаралды 10 М.
The Biggest Mistake Beginners Make When Web Scraping
10:21
John Watson Rooney
Рет қаралды 115 М.
How to use ChatGPT to build Business Ideas, Sites & Personal Projects
14:47