LuanRT / google-this

A simple yet powerful module to retrieve organic search results and much more from Google.
https://www.npmjs.com/package/googlethis
MIT License
325 stars 76 forks source link

1.0.3 (NPM v1.0.8) #4

Closed LuanRT closed 3 years ago

LuanRT commented 3 years ago

Improved: Even more information can be retrieved from the Knowledge Panel.

Improved: The code is way more readable now, all selectors have been moved to utils.js.

Added: Now google-this can get word definitions directly from Google Dictionary!

Added: Now you can get more results for the same query simply by going to the next page! For more information check out the readme and examples file.

Added: I scraped news.google.com and managed to get the headline stories. It still isn't perfect though, if you want to test it check out the examples file.

Fixed: Sometimes the title of some featured snippets wouldn't be returned.