Is Scraping Google Maps Legal? What Google's Own Lawsuit Shows (2026)
(updated)
Everyone scraping Google Maps hits the same question β usually right after reading Google's terms. Am I allowed to do this? Will I get sued? In this post, I'll walk you through:
- what Google's 2026 terms actually prohibit (quoted, dated, linked);
- what US courts keep ruling β including in Google's own lawsuit against a scraper;
- what you really risk, and how to collect Maps data cleanly.

This article is context, not legal advice. Laws vary by country and change over time. If compliance, contracts, or platform risk matter to your business, talk to a legal professional.
The short answer: yes, it's legal
Scraping publicly available data from Google Maps is legal in the United States.
Business names, addresses, phone numbers, websites, ratings: no US court has ever held that collecting this public data is a crime.
Three conditions keep you on solid ground:
- You scrape public data β pages anyone can open in a browser, no login.
- You scrape logged out β no Google account involved, so no contract binds you (more on this below).
- You handle personal data properly β mostly an EU question, covered in the GDPR section.

That's the position we defend publicly. It is also, quietly, the position Google's own lawyers seem to have accepted in court this summer.
But before the courtroom, let's read what Google says on paper β because Google really does not like scraping:
What Google's terms actually say (2026 versions)
People quote "Google's ToS" as if it were one document. It's three layers, and all three were refreshed in 2026:
| Document | Last modified | Who it binds | What it says about scraping |
|---|---|---|---|
| Google Terms of Service | July 30, 2026 | Anyone with a Google account | No "automated means to access content... in violation of the machine-readable instructions" (robots.txt); account suspension for "scraping content that doesn't belong to you" |
| Maps Additional Terms | January 27, 2026 | Google Maps end users | No "mass download or create bulk feeds of the content"; no using Maps to build a "business listings database, mailing list, or telemarketing list" |
| Maps Platform Terms | August 26, 2026 | API customers | Section 3.2.3: "No Scraping... (iii) copy and save business names, addresses, or user reviews" |
The wording is not ambiguous. Here is the Platform Terms clause in full, straight from the source:

Users have asked Google the question directly, on its own support forum:

The answer, from a Diamond Product Expert, is Google's position in plain English. No, bulk downloading is not allowed.

Read all that and you'd conclude the matter is closed. Some readers get so spooked they refuse to even discuss the official API:

Except "against Google's terms" and "against the law" are two very different things. That distinction is the whole game:
Breaking Google's rules is not breaking the law
Google's terms are a contract. A contract binds the people who accepted it β and only them. It is not legislation.

US courts have drawn exactly this line, twice.

So the case law protects public-data scraping, and contracts only catch the logged-in. You might still expect Google to test that in court.
It did β and it's not going well for them:
Google sued a scraper β and dropped the Maps claims
On December 19, 2025, Google sued SerpApi, a company that sells scraped Google results as an API.

The scraping community immediately noted the irony:

Now look at what Google's lawyers did NOT plead. No CFAA claim. No breach-of-contract claim.

Then the detail that matters here. Google's original complaint had cited Maps imagery among the scraped content.
Five years of platform-versus-scraper lawsuits now point the same way:

The case isn't over β a hearing on SerpApi's second motion to dismiss is set for September 29, 2026. But the scoreboard so far: Google's strongest legal theory against a Google scraper died in court, and Maps didn't even survive to the amended complaint. We'll keep this article updated.
If even Google can't build a case against scraping its public pages, what can it actually do to you?
Two things β both survivable:
What you actually risk (and how to avoid it)

Scrape Maps listings logged out and the equation changes: public pages, no session, nothing to terminate.
That's not a loophole. It's precisely the fact pattern that won in hiQ and Bright Data.

US law, handled. But if your targets are in Europe, one more layer applies β and it's about the data, not the scraping:
Scraping EU businesses? The GDPR reality check
GDPR doesn't care how you collected data. It cares that you process personal data β and Maps listings contain more of it than you'd think.
marc@plombier-paris.fr, a reviewer's name and photo: personal data, all of it.
In practice, four habits keep you compliant:
- Collect only what you'll use β skip reviewer data if you're building a leads list.
- Tell people where their data came from when you first contact them.
- Offer a working opt-out, and honor it.
- Delete data when the campaign ends β GDPR storage limitation means "no longer than necessary".

Legal on both sides of the Atlantic, then. All that's left is the part Google's terms can't reach β actually getting the data:
How to scrape Google Maps at scale, legally

Four minutes and three seconds later: 30 dental practices, each with a phone number and a website.
15 of them came back with at least one email pulled from their site (29 addresses total), and 23 with social profiles. Each row carries up to 81 attributes.

pip install lobstrio lobstr go google-maps-leads-scraper \ 'https://www.google.com/maps/search/plumber/@29.7604,-95.3698,13z' \ -p max_unique_results_per_run=50 \ -p language="English (United States)" -o leads.csvf

Six minutes later, 50 Houston plumbers with phones and websites sit in a CSV. No browser, no Google account.
And if you live in Claude or ChatGPT, plug your agent straight into the scrapers via MCP β it configures the run and fetches results on its own:
claude mcp add --transport http lobstr https://mcp.lobstr.io/mcpf

Still have edge cases in mind? So did our readers:
FAQ
Does scraping Google Maps violate Google's Terms of Service?
Yes β all three layers of Google's 2026 terms prohibit scraping. But terms are a contract, not a law.
They bind account holders and API customers. Scraping public pages logged out, no contract binds you β and violating a ToS is not a criminal offense either way.
Can you scrape Google Maps?
Yes. Google Maps listings are public pages β no login wall.
Can Google sue me for scraping Maps data?
Unlikely. When Google finally sued a scraper (SerpApi, December 2025), it didn't even plead CFAA or breach of contract.
Its DMCA theory was dismissed in July 2026, and the Maps claims vanished from the amended complaint. Google's real enforcement is technical: CAPTCHAs, IP throttling, account suspension.
Is it legal to scrape Google Maps reviews?
Mostly, yes. Reviews are public data, and collecting them is legal on the hiQ logic.
Is it legal to cold email addresses scraped from Google Maps?
Yes, for B2B β with conditions. Under CNIL guidance, the professional you contact must know where their address came from and get a free, simple opt-out.
contact@company.com belong to the company, not a person β no conditions attached. In the US, CAN-SPAM asks for an opt-out and truthful headers.How long can I store scraped Google Maps data?
As short as the job requires. Personal data cannot be kept indefinitely under GDPR.
A common pattern: purge non-responders one month after the last email of a sequence.
Can I get banned for scraping Google Maps?
Only what you expose. A logged-in account can be suspended; an IP can be temporarily blocked, usually for minutes.
A logged-out scraper on managed infrastructure exposes neither β your personal account and IP never touch the target.
Do I need the official Google Places API instead?
No. The Places API is the ToS-compliant route, but it caps results per search, bills per request, and returns no email addresses.
Final thoughts
Scraping public Google Maps data is legal, and 2026 made the case stronger, not weaker.
Fresh terms that still only bind the logged-in. An EU framework that names conditions instead of banning the practice. And Google's own lawsuit walking away from Maps.