Google
|
by Autom Team

google.com/goto: Google's anti-scraping update

What's happening

Google Search is rewriting organic result links to google.com/goto?url=... instead of exposing the destination URL directly in the HTML.

When you click a result, Google redirects you to the real page. The url parameter uses a custom, Google-specific encoding. It is not a plain base64 of the target URL. In practice, it looks like an opaque reference to Google's index record for that page.

As of late August 2026, this is showing up consistently across searches when you are logged out or browsing in private mode. It may still be an experiment, but it is no longer limited to a small slice of SERPs.

Not the same as google.com/url

Google has used redirect wrappers before. The older format is google.com/url?q=[URL-encoded destination], where the target link is readable in the query string.

The new goto format is different:

  • The destination is not readable from the SERP HTML
  • You cannot decode the parameter offline
  • Resolving the real URL requires following Google's redirect

That shift matters for anyone building a search index from SERP data at scale.

Why Google is doing this

This fits Google's broader push against automated SERP harvesting, especially from AI crawlers and SEO scrapers that bulk-extract result URLs to build their own indexes.

With plaintext links, a scraper could parse thousands of URLs from HTML without touching Google again. With goto, each result potentially requires an extra redirect hop through Google. That is slower, noisier, and gives Google a clear signal when the same client resolves hundreds of links in sequence.

Combined with earlier moves like removing &num=100 and tightening BotGuard/SearchGuard, Google is steadily raising the cost of naive SERP scraping.

What we saw at Autom

We first spotted goto links on a small percentage of SERPs. At that level, it was hard to ship a reliable fix without breaking responses for everyone else.

As of late August 2026, the pattern is much more consistent for logged-out and private sessions. Result URLs on Google Search are effectively all goto in those conditions.

We have been monitoring the rollout and testing against it.

Update at Autom.dev

We have updated our Google Search pipeline to resolve google.com/goto links and return the final destination URL in API responses, in the same structured fields customers already use.

If you call Autom's Google Search endpoints, you should keep getting usable destination URLs without changing your integration. We will keep watching Google's rollout and adjust if the redirect format shifts again.

Related reading

Need live SERP data while Google keeps moving the goalposts? Try 1,000 free requests on Autom pricing, or get an API key at app.autom.dev/register.

SERP API

Discover why Autom is the preferred API provider for developers.