googlesearch icon indicating copy to clipboard operation
googlesearch copied to clipboard

Google "Featured Snippets"

Open gamer0kayf1n3 opened this issue 2 years ago • 1 comments

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

gamer0kayf1n3 avatar Oct 31 '23 22:10 gamer0kayf1n3

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.

652-Animashaun avatar Dec 08 '23 13:12 652-Animashaun