Google AJAX/Search APIs discontinued AI-researched
Dependency: Google Search APIs
Google deprecated the AJAX Search APIs and related search endpoints on a multi-year schedule, forcing works that relied on programmatic search to migrate, cache results, or replace the data source.
Affected Artworks
Steven Read
Uses the Google API to search in real time for camera-typed photos. Search calls fail or require migration.
Beat Brogle & Philippe Zimmermann
Builds films from image-search results. Live image pipeline breaks under API restrictions/quotas.
Dina Kelberman
Depends on Google Image Search result ecology. Shifts in search access/ranking change the work's material.
justin kemp
Responds to 'no results' Google image searches. If search behavior/UI/API changes, the condition changes.
Fixes & Mitigations
- Migration: Migrate to a keyed API (Custom Search JSON API) with caching and a 'frozen corpus' mode.
- Archive: Preserve the work as a database of past searches (store URLs + thumbnails + metadata) to reduce dependence on live search.
- Workaround: Replace Google with alternate image sources (institutional APIs, open datasets, self-hosted archives).
Google’s AJAX Search API family was deprecated and then discontinued on a three-year policy horizon. Unauthenticated or previously permissive search endpoints stopped working, and developers were pushed toward API keys, quotas, and narrower services.
Notes
Search-API extinctions can be partial: the artwork “runs” but becomes empty (no media returned), or becomes prohibitively rate-limited.