How to get the word count of a list of URLs?

According to https://www.npmjs.com/package/webpage-wc, the Mercury Web Parser API includes the number of words in code blocks.

So, webpage-wc combined with Mercury parser would be the best bet I guess.

Thank you.