openaienmodel: gpt-5-mini-2025-08-07
New Location for the Google Crawlers' IP Range Files
Key Points
- IP range JSON moved to /crawling/ipranges/
- Old /search/apis/ipranges/ remains temporarily
- Old endpoints will be redirected within 6 months
Summary
Google has moved the JSON files that list crawler IP ranges from https://developers.google.com/search/apis/ipranges/ to the new canonical location https://developers.google.com/crawling/ipranges/. Documentation has been updated; the old path will remain available temporarily to give teams time to update.
Key Points
- New canonical endpoint:
https://developers.google.com/crawling/ipranges/. - Old endpoint
https://developers.google.com/search/apis/ipranges/will continue to work during the transition but will be redirected to the new location within 6 months. - Update any automated fetch scripts, firewall allowlists, proxies, and monitoring to point to the new URL as soon as possible.
- Verify your CI/CD jobs and caching layers fetch from the new path to avoid future breakage when the old endpoints are removed.