[GH-ISSUE #1088] [QUESTION] How does whoogle get quick answers from google? #662

Closed
opened 2026-02-25 20:36:15 +03:00 by kerem · 1 comment
Owner

Originally created by @amogusussy on GitHub (Oct 23, 2023).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/1088

I help with maintaining the Extravi/araa-search repo, and someone's requested a quick answers feature. For example, if you searched 'who founded google', it'd return a list of the two founders of google. I want to try and implement a feature like this in the araa-search project.

How does whoogle do this?

Originally created by @amogusussy on GitHub (Oct 23, 2023). Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/1088 I help with maintaining the Extravi/araa-search repo, and someone's requested a quick answers feature. For example, if you searched 'who founded google', it'd return a list of the two founders of google. I want to try and implement a feature like this in the araa-search project. How does whoogle do this?
kerem 2026-02-25 20:36:15 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@benbusby commented on GitHub (Nov 1, 2023):

Whoogle doesn't do anything special for this, it's just using Google's javascript-free search endpoint (https://www.google.com/search?gbv=1&q=<query>) to fetch results. When the results contain the quick answers feature, it's only because it's being returned in the response body from Google. You could use the same endpoint and scrape the first result to see if it's in that unique format.

Weirdly enough, I actually haven't been getting those "quick answer" results from Whoogle lately, so I'm guessing Google is changing something about their results for that endpoint now.

<!-- gh-comment-id:1789611808 --> @benbusby commented on GitHub (Nov 1, 2023): Whoogle doesn't do anything special for this, it's just using Google's javascript-free search endpoint (`https://www.google.com/search?gbv=1&q=<query>`) to fetch results. When the results contain the quick answers feature, it's only because it's being returned in the response body from Google. You could use the same endpoint and scrape the first result to see if it's in that unique format. Weirdly enough, I actually haven't been getting those "quick answer" results from Whoogle lately, so I'm guessing Google is changing something about their results for that endpoint now.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whoogle-search#662
No description provided.