Very good!! I have a question ... In the description field, you didn't get the full text and the word "more" was added. I would like to know how to get the full text? Please!!
If I have some data to scrape from (what I'm going to incorrectly term) "child pages", is there a way to click into each blog post to, say, get a table of data from within each page? Maybe the preview doesn't show the table, so you'd have to click into each post to get to the table for each. Is that doable?
I had to put up the volume for this one and listen real closely with my left ear hah! hey James can you do a part 2 of this where you use package puppeteer to crawl the entire site?
Great video. Thank you. QQ though. This maybe a newbie question but I need to login to the website before I can get to the data I need. How do you enter a username and password on a page then then click on the submit button?
Great tutorial thank you! What do you do with that data on the terminal? Is there a chance to automate the scraping and sending the values to our HTML page?
Great video James, thumbs up! I do have a question: how would you implement this in an http request of a callable function ? Then i can deploy it to a firebase cloud function and whenever I go to the link of the floud function I see the scraped information (using what you explained in this video) that I need. Thanks if anyone can help!!
document.querySelector(".talk") doesn't show a talk class, Has website been updated since then? following along but with .card class i use this for now ``` $("div.card--content").each( (index, element) => { console.log("------ELEMENTS------ ") console.log($(element).children().first().text()); } ) ```
@@Wael100 Whew, interesting idea. When you say first 10 pages, are those different html pages? You'd have to query each one of those individually. From there, you can probably just do a string replace to replace the specific word with that word and a color. THat make any sense?
James Q Quick I apologise it must have being an issue with my old iPhone iOS I was not getting any sound for this video and now it works. Great video by the way!!
My left ear is very well documented now thx for the content.
Hello James, great tutorial. Helped me to build an API that scrapes news from a certain webpage. Thank you !
Hooray! First video or guide that ACTUALLY worked for me! Thank you!
Haha I’m glad
2 min on the video and you are so good at explaining to beginner what is all about awesome.
Subscribed
Glad you enjoyed it!
Very good!! I have a question ... In the description field, you didn't get the full text and the word "more" was added. I would like to know how to get the full text? Please!!
looks fine
I need some DPMParser to load the html and to enable me
querySelectorAll() - dom syntax instead of jquery syntax.
Any Ideas?
thx, Gerald
what theme in vscode turns the functional => to a arrow ? rly liked that!
Font ligatures. You can get them with certain fonts like cascadia code which is free
If I have some data to scrape from (what I'm going to incorrectly term) "child pages", is there a way to click into each blog post to, say, get a table of data from within each page? Maybe the preview doesn't show the table, so you'd have to click into each post to get to the table for each. Is that doable?
I had to put up the volume for this one and listen real closely with my left ear hah!
hey James can you do a part 2 of this where you use package puppeteer to crawl the entire site?
Yeah audio is messed up sorry!
@@JamesQQuick Yea its all good- and to my question, can you do a part 2 of this where you use puppeteer or something to crawl the entire site?
Great video. Thank you. QQ though. This maybe a newbie question but I need to login to the website before I can get to the data I need. How do you enter a username and password on a page then then click on the submit button?
Great tutorial thank you! What do you do with that data on the terminal? Is there a chance to automate the scraping and sending the values to our HTML page?
As always a killer tutorial my dude! Much appreciated
Thanks!
is it possible to scrape with class='ml-item' because my js said wrong when I type ml-item (variable)
thanks
Amazing video, I've been through a few and I didn't get it until now!
Sweet! Thank you :)
Great video James, thumbs up!
I do have a question: how would you implement this in an http request of a callable function ? Then i can deploy it to a firebase cloud function and whenever I go to the link of the floud function I see the scraped information (using what you explained in this video) that I need. Thanks if anyone can help!!
Nice tut, clean!
Thanks!
Thank you ! Detailed and Succinct! ❤️
;)
when I want to export data in csv format comma " , " in any text create issue with csv format how to fix this?
Thank you , that was very informative!
Awesome!
My left ear enjoyed that
Sorry about that
my left ear enjoyed this tutorial
hehe yeah i botched the audio for that one
Thank you very much
Excellent, thank you!
Sure thing!
18:49 Almost 2 years and yes the html of ur page changed :)
I don't know jQuery...
document.querySelector(".talk") doesn't show a talk class,
Has website been updated since then?
following along but with .card class
i use this for now
```
$("div.card--content").each( (index, element) => {
console.log("------ELEMENTS------
")
console.log($(element).children().first().text());
} )
```
Yes I’ve made some changes :) looks like you’ve got it figured out
Thanks, buddy I really appreciate your knowledge and, efforts. Could you please share with me your VScode theme :)
Thanks :) and I use cobalt 2
@@Wael100 Whew, interesting idea. When you say first 10 pages, are those different html pages? You'd have to query each one of those individually. From there, you can probably just do a string replace to replace the specific word with that word and a color. THat make any sense?
Thank you very much sir!
You’re very welcome!
saved the day, thanks man!
sub++
Awesome!!
thank you sir
:)
man your voice is stereo but using one channel that is tilting
Unfortunately I messed up the audio on this one. Sorry about that
No audio my man. Where is my sticker?
Not sure you mean by either one of those comments?
James Q Quick I apologise it must have being an issue with my old iPhone iOS I was not getting any sound for this video and now it works. Great video by the way!!
@@JavierCarrion Glad you got it figured it out! You scared me for a second :)
@@JamesQQuick there really is no audio. only audio is on the "Learn, Build, Teach" intro.
I mean I don’t know what’s up. I can’t reproduce that and the video I uploaded definitely has audio. Idk