mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #301] [FEATURE] Add "hours" ranges to Place result #209
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#209
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @FoxxMD on GitHub (Apr 29, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/301
Describe the feature you'd like to see added
When whoogle returns a specific place as the result it displays open/close status and what time it opens/closes.
When google returns a specific place as the result it displays the same thing but also has dropdown that expands to show all hours of operations.
Please add this dropdown/expand functionality to display all hours of operation in the whoogle view.
Additional context

@benbusby commented on GitHub (Apr 29, 2021):
Oh wow, the flying biscuit! I've only been there once when I visited Atlanta, but I remember it being really good. I even bought a T-shirt.
Anyways, this might be sort of a tricky thing to add, since Google is doing something behind the scenes to generate that hours list that the non-javascript version of the result page is apparently not privy to. From a little bit of testing it looks like appending "hours" to the search typically returns a more detailed breakdown of the business hours, but the response body of that search isn't lightweight or reliable enough to just be appended to the general business results.
I'll think this over a bit and hopefully get back to you soon on what I come up with.
@FoxxMD commented on GitHub (Apr 29, 2021):
Understandable, thanks for taking a look
@Don-Swanson commented on GitHub (Oct 1, 2025):
After looking at the new/current search results on google for business hours, this is no longer feasible.