However, can anyone give me a hint on how to get the word count of the articles in the URLs? I want to get the word count of the content excluding the blog comments.
I also need to list the heading 2s, heading 3s of the top 10 results in front of the URL/title.
There are no such tools that implement this functionality presently in Chrome Store.
PS: If this works, I need some more functionality like keyword density in the search results top 10 content. Spread some light on where can I can get a Keyboard Maestro developer.
The macro, calls another "Get URLs from Google Search Results" macro. And now it uses Mercury Web Parser to get the word count of each of the URLs (loop)
It pasted in the word count infront of each of the URLs in a txt file. For this macro to paste in the results and work out of the box, you need to create a file called WordCount.txt, under Keyboard Maestro in Applications folder.
Sign up for https://mercury.postlight.com/web-parser/, get a free API key. You need to enter the API key for the shell script in the macro. I've added a comment there.