🕊️ End of an Era: The Final Release of Whoogle
It is with a heavy heart that we announce this will be the final official release of Whoogle Search.
Since early 2025, Google has been aggressively blocking search queries performed without JavaScript enabled by continuously banning working User-Agent strings. Requesting JavaScript-free search results, filtering out the tracking garbage, and proxying the content safely to the user is the fundamental foundation of how Whoogle works.
Unfortunately, the cat-and-mouse game has reached its end. All efforts to find and build a reliable method to continue bypassing these restrictions have failed. Unless an incredibly simple and reliable method is discovered, no additional efforts will be placed into finding workarounds.
We want to sincerely thank everyone who has contributed, hosted instances, submitted PRs, and supported privacy-respecting search over the years.
🛠️ How to continue using Whoogle
When Google eventually neuters the remaining UAs that we've published, Whoogle can theoretically continue to operate for personal use if you take one of the following approaches:
- Bring Your Own CSE Key: You can configure Whoogle to use a Google Custom Search Engine key.
- Hardcode Your Own UA: If you are able to find a working User-Agent string in the future, you can supply it via the environment variables or a custom UA list file.
📝 What's Changed in this Final Release
While this marks the end of official maintenance, we wanted to leave the repository in the most functional state possible:
- New User-Agent Pool: Removed the completely blocked
Mozilla/5.0WebKit patterns. The internal generator now cycles between known-workingOpera/12.02 (Android)permutations and a staticHTC_Touch_3GUA string to restore default functionality for as long as Google permits them to breathe. - Dependency Updates:
- Bumped
pytestfrom 8.3.3 to 9.0.3 - Bumped
cryptographyfrom 46.0.5 to 46.0.7 - Bumped
pyOpenSSLfrom 25.3.0 to 26.0.0
- Bumped
Thank you for searching safely with us.