I am now halfway watching the video but I couldnt stop myself from commenting. That's a great tutorial, I understand everything you say, you explained it really clear. Thank you much
@AverageCho3 жыл бұрын
Love the way you explain things in simple terms. Thanks a bunch!
@abdur19965 жыл бұрын
Covered over all the basic things I'll need for my project. Very straightforward. Good job!
@simplyfabian5 жыл бұрын
I'm really glad to hear the content has helped you ^_^ Looking forward to producing some more in the future! 🔥
@RahulRahul-uk3tr3 жыл бұрын
thnaks a lot after do it hands-on i got good confidence
@luchogonzalez64314 жыл бұрын
Amazing explanation in just a few minutes, thank you very much!
@simplyfabian4 жыл бұрын
I'm really glad you enjoyed it! Cheers 👋
@dropshiplitedeveloper54883 жыл бұрын
Huge respect for the movie example
@Smile-to2ii4 жыл бұрын
Error: Evaluation failed: TypeError: Cannot read property 'innerText' of null at __puppeteer_evaluation_script__:2:58 Why?
@TomConnors444 жыл бұрын
The best tutorial I've seen on any topic - thanks!!!
@simplyfabian4 жыл бұрын
Hey, Tom! Thank you very much for the kind words, I really appreciate you taking the time to leave a comment 🙌.
@phantazzor3 жыл бұрын
I struggle to use my debugger the same way you do, which one are you using
@JimmyGee4 жыл бұрын
Very nice! Plain and simple. Just the basics. Exactly what I was looking for. Thanks mate!
@juguetestoys11372 жыл бұрын
great ! how can I copy the data obtained, inside a html div, instead of viewing it, in console. thanks
@KillerKotHD6 жыл бұрын
Awesome tutorial, hope to see more of those in this channel!
@simplyfabian6 жыл бұрын
You will 🔥🙏🏼
@Abdulkadir-vb3vj3 жыл бұрын
I would like ask a question, I followed your code, but sometimes the code produces two results, instead of one. Is there a reason for this?
@pguti7783 жыл бұрын
So simple, so good!! Congrats!!!
@2kwattzPhotography2 жыл бұрын
Thank you so much for explaining but i am constantly getting this error, if anyone would help me, it would be greatly appreciated . Error: Evaluation failed: TypeError: Cannot read properties of null (reading 'innerText')
@vish-sw9dc3 жыл бұрын
what if have to return an array of objects can you make a video on that
@itzblinkzy17284 жыл бұрын
Clear explanation on Pupetteer in Nodejs thank you.
@simplyfabian4 жыл бұрын
Thank you, I'm glad you liked it 🙌.
@youneshalloum28013 жыл бұрын
Is there a way to keep scraping from the same page without closing browser? So that we don't have to keep reloading browser every time we wanna scrape.
@MilanDrazic4 жыл бұрын
thank you, Romanian brother, your method helps me a lot cheers from Serbia
@simplyfabian4 жыл бұрын
Cheers from Romania 🙏🏼
@HoldenMadagameTenor4 жыл бұрын
Wow so simple thank you! Been trying to figure this out recently and you really made it look so easy.
@kish26 жыл бұрын
Great video, short and to the point. Thank you!
@dodiyavinesh63364 жыл бұрын
I am getting error: Failed to launch the browser process
@MrFunnyways5 жыл бұрын
10/10, thank you!
@iamvivekkaushik6 жыл бұрын
Absolutely love it. I'm learning node myself. This is a great video. Keep them coming. 😁
@simplyfabian6 жыл бұрын
Appreciate it man 🔥 Have a great one 😌
@raf5382 жыл бұрын
Can you run this code in Apps Script and have the results populated in a google Sheet?
@newtonsarr12344 жыл бұрын
Let s assume the content is constantly changing. How would you make a loop to keep scraping for the next hours assuming we leave the headless browser open.
@abdoulsalamally66525 жыл бұрын
Simple and clear thanks Fabian
@crisme73054 жыл бұрын
Hi, sorry but I've got a question. At the begening of the code you've got a require... where did you get that file that's required? I think that's the reason that this is not working to me.
@blackdev4174 жыл бұрын
Great tutorial. Thank you. Very clear and straight-forward.
@yakshamalowanshi74444 жыл бұрын
Can someone please tell me is puppeteer testing is worth to start work on?
@narayananseshagirirao25695 жыл бұрын
Thanks very much. Very clear, easy to understand tutorial. Thanks to you I can resume my database project.
@ing325 жыл бұрын
Hey Fabian. How can I run a script on the web console with evaluate? A full function script.
@leonardorodriguez91213 жыл бұрын
This is awesome, man! Thanks a lot for the help.
@sounakroy92844 жыл бұрын
how do i export the data from terminal and convert it into excel
@MaxOnMaxxer904 жыл бұрын
Hi Fabian, great video! I want to scrape a table that changes every day. Today it has 3 rows, tomorrow 7. How can you make sure that every row is scraped?
@marian_tsx4 жыл бұрын
If i want to start headless and then open browser whenever there's a match, is it possible to do that?
@uwaifoidehenre79764 жыл бұрын
Vey good . I just did my first web scraping app. Will subscribe and watch out for more .
@GuidoOlijslager4 жыл бұрын
Hi Fabian, after seeing this video I got enthusiastic and I purchased your series from Udemy. I hope to learn some scraping with NodeJS.😀
@simplyfabian4 жыл бұрын
Hey, Guido Thank you, glad to hear this and I hope you learn as much as possible from my content 🙏. Enjoy!
@soltiscd5 жыл бұрын
How to you scrap more than one movie based on the user's search input? Great video
@simplyfabian5 жыл бұрын
If you want user input and on demand scraping then you would also have to create a NodeJs server that handles the user interface and the endpoint. You can do something like this by combining it with Express for NodeJs but yeah, it depends on a lot of variables on how you want to do it.
@soltiscd5 жыл бұрын
@@simplyfabian thanks! Great video
@SkelshFx6 жыл бұрын
Good job, you are a pretty good “teacher” :D
@simplyfabian6 жыл бұрын
Im glad you like it, thanks 🙏🏼🔥
@osmania20005 жыл бұрын
Hi Fabian, It is excellent tutorial! Can you pls tell me how to put current movie url (await page.url()) in data array. tnx
@EnglishRain4 жыл бұрын
Would you be knowing how to browse with Python and Selenium in headless mode with a saved session to bypass the whatsapp web QR code?
@Dan-qn3go4 жыл бұрын
Can someone help me to fix this error..? I've tried but couldn't solve it yet.. [ (node:4343) UnhandledPromiseRejectionWarning: Error: Failed to launch the browser process! spawn /Users/Home/Documents/projects/javascript-web-scraper/node_modules/puppeteer/.local-chromium/mac-756035/chrome-mac/@t ENOENT ]
@broinhim4 жыл бұрын
I'm trying to find programmers experienced in Puppeteer who are local to Austin, TX or Tulsa, OK. Where should I look? Can anyone help me?
@DTX_4 жыл бұрын
Hey man, thanks for the quick intro!
@harrygothold36206 жыл бұрын
Sick video. Love it! Keep em coming!
@simplyfabian6 жыл бұрын
Thank you! Appreciate you taking the time to leave a comment 🙏🏼
@3DPTR5 жыл бұрын
Amazing tutorial , good job!
@ethemturgut7864 жыл бұрын
Nice explanation, thanks for the vid, subscribed!
@dankfam66865 жыл бұрын
Perfect - just what I needed. Thanks for making this video!
@EnglishRain4 жыл бұрын
Super excellent video man!
@sheldonfourie59595 жыл бұрын
Now how to scrape more than one url
@Логовотестировщика3 жыл бұрын
100/10, thanks!!!
@vk96lv6 жыл бұрын
Great job, buddy. Thanks for the sharing! 😊👍🏼
@steve9054 жыл бұрын
Now this makes sense! Thanks man.
@freesongsforfreepeople84193 жыл бұрын
Perfect, thank you so much!. I really appreciate it!
@nijatmanafov6 жыл бұрын
Definitely great video! Keep sharing, man! 👍🏻😉
@simplyfabian6 жыл бұрын
Appreciate it !
@ВалентинаСахарова-ь3б5 жыл бұрын
just what i need. cool. thank you!
@simplyfabian5 жыл бұрын
Im glad you feel like it was helpful ^_^.
@mk98345 жыл бұрын
Very useful thanks Fabian!
@josetuz5 жыл бұрын
Simple and very useful!
@atakecash3 жыл бұрын
Thank you so much for this man appreciate you
@simplyfabian3 жыл бұрын
Thank you so much as well for taking the time to comment 🙏!
@ultimateanu4 жыл бұрын
Excellent tutorial!
@FoxRain5 жыл бұрын
This was extremely helpful. Thank you!
@bogdanbarbulescu79774 жыл бұрын
Awsome Fabian. I am from Romania too.
@kshitijvengurlekar11925 жыл бұрын
Link to Blog Post?
@simplyfabian5 жыл бұрын
Hey, Thank you for letting me know I forgot to add the link, I added it in the description and here it is also: learnscraping.com/nodejs-web-scraping-with-puppeteer/ Regards, Fabian.
@tantelymaharisoa15255 жыл бұрын
thank you sooo much, so helpful!
@adarey20774 жыл бұрын
Great tutorial, thank you!
@simplyfabian4 жыл бұрын
You're very welcome! I'm glad you enjoyed the tutorial 🙏.
@ionutspataru9103 жыл бұрын
mersi pentru tutorial
@thomasblackwood54984 жыл бұрын
Thank very much.
@xaapt5 жыл бұрын
do you have relationship with Davie504 here on youtube?
@palitojeremy4 жыл бұрын
when you change it to headless: false, the movie title becomes English. Why is that?
@HutchesApprentice5 жыл бұрын
Cheers man, great tutorial
@simplyfabian5 жыл бұрын
Thank you, highly appreciate it! 🙏
@saikiranreddykudumula20826 жыл бұрын
Yeah my favorite programmer in youTube :)
@simplyfabian6 жыл бұрын
Yoo thanks for the comment 👁👀
@rodrigoferreiradossantos78734 жыл бұрын
Thanks for the video
@lwolstanholme5 жыл бұрын
🙏🙏🙏 great tutorial thanks
@Zapwoi4 жыл бұрын
thank you, my bro !!
@Utube755 жыл бұрын
Very Good
@RayanLaRoze3 жыл бұрын
Great video but beware that some will watch this video from a phone and it will be unreadable ....
@simplyfabian3 жыл бұрын
Thank you! Yes, that is true. When I will start to record videos again, I will make sure to zoom in more!
@syntaxparser78005 жыл бұрын
uuuu un roman :D
@EduCodigosPro3 жыл бұрын
Is it a robot speaking? 😅
@stevejobs59194 жыл бұрын
hey man, can you scrape all the heroes and their skills from m.mobilelegends.com/en/