Nv7-GitHub/googlesearch

Google "Featured Snippets"

Opened this issue · 1 comments

Is there a way to get the featured snippets that Google shows when you search for something instead of just links?

If you pass True to the kwarg advanced like so def search(term, advanced=True). You'll get a string object with description, as well as title. Here

I wanted the "snippets" too but in a dictionary or json format.
Maybe I'll open a pull request to make this happen if more people want this kind of object returned instead of the repr object.