Google Custom Search JSON API Sunsetting
Google is closing the Custom Search JSON API to new customers and existing customers have until January 1, 2027 to transition.
Affected Commands
/clown (src/commands/polka.ts) - Omaru Polka image search
/fox (src/commands/fubuki.ts) - Shirakami Fubuki image search
Current Implementation
src/helpers/googleSearch.ts uses googleapis.com/customsearch/v1 with searchType: image to return random image results by query.
Alternative Providers
| Provider |
Free Tier |
Notes |
| Brave Search API |
2,000 calls/month |
&search_type=images, general web image search |
| SerpAPI |
100 searches/month |
Returns Google Image results via proxy |
| Bing Image Search API |
1,000 calls/month |
Azure, similar API shape to current impl |
| Gelbooru / Danbooru |
Unlimited, no key |
Anime-specific, best fit for current use case |
Plan
Implement as a standalone bot (similar to BongBot-Ptero) with a swappable image search provider.
Pros:
- Ground-Up Brand New Implementation
- No knowledge of existing bot features required
- Allows for more recent design practices to be implemented easier
Deadline
January 1, 2027
Additional features
Current preference is towards Danbooru, with an eye to extend the search functionality with custom searches.
Google Custom Search JSON API Sunsetting
Google is closing the Custom Search JSON API to new customers and existing customers have until January 1, 2027 to transition.
Affected Commands
/clown(src/commands/polka.ts) - Omaru Polka image search/fox(src/commands/fubuki.ts) - Shirakami Fubuki image searchCurrent Implementation
src/helpers/googleSearch.tsusesgoogleapis.com/customsearch/v1withsearchType: imageto return random image results by query.Alternative Providers
&search_type=images, general web image searchPlan
Implement as a standalone bot (similar to BongBot-Ptero) with a swappable image search provider.
Pros:
Deadline
January 1, 2027
Additional features
Current preference is towards Danbooru, with an eye to extend the search functionality with custom searches.