Skip to content
Advertisement

using queryselector to get textContent from td tags without class names

I am trying to create a datascraper using node.

Here is a sample html code for an item that I am trying to scrape:

JavaScript

Here is some code that I am using to extract:

JavaScript

I was wondering if there was anyway I could get the text of ‘Todd’ and [Stack] using this query selector. I do not know what I would need to put in place of the question marks. If not is there a different method I can use to accomplish this?

Please help.

Advertisement

Answer

You could do the following:

JavaScript
User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement