Is scraping Google Maps legal? An honest answer

The short version: it breaches Google's Terms of Service, it is generally not a crime, and the realistic consequence is being rate-limited rather than sued. The longer version is worth ten minutes before you build a business on it.

This is not legal advice. We sell a scraping tool, so we have an obvious interest here. What follows is our honest reading of the public position, written to help you decide — including the parts that argue against buying from us. If the answer matters commercially, ask a solicitor who knows your jurisdiction.

Three different questions people are actually asking

"Is it legal" collapses three separate questions that have three different answers. Untangling them is most of the work.

  1. Does it breach Google's terms? Yes, plainly. Not arguable.
  2. Is it a crime? Almost certainly not, for public data, in the US and UK.
  3. Can I lawfully use the resulting data to market? That depends far more on where your prospects are than on how you got the list — and this is the one that actually generates fines.

1. Google's terms

Google's Terms of Service prohibit automated access to their services except through published APIs. There is no ambiguity and no clever reading that gets around it. Anyone who tells you their tool is "fully compliant" while automating a browser session against Maps is either confused or lying.

What that means concretely: this is a contract question, not a criminal one. The remedy available to Google is the remedy available to any service whose terms you breach — they can restrict or terminate your access. For most people that means a CAPTCHA, then a temporary block.

2. The criminal and civil position

In the United States, the key case is hiQ Labs v LinkedIn. Over several years of litigation the Ninth Circuit held that scraping publicly accessible data — data not behind a login — does not constitute "unauthorised access" under the Computer Fraud and Abuse Act. The CFAA is the statute that would turn scraping into a federal crime, and it was found not to reach public pages.

Two important caveats that get dropped from most summaries of that case:

In the UK and EU, there is no direct CFAA equivalent for public data. The Computer Misuse Act 1990 concerns unauthorised access to computer material, and viewing a public web page is not that. The relevant risks are contractual and data-protection ones instead.

3. The part that actually carries fines: what you do next

Here is the reframe most articles miss. Regulators have shown very little interest in how you obtained a list of business names. They have shown a great deal of interest in what you did with it.

UK and EU: GDPR and PECR

Business contact details are still personal data when they identify a person — john@smithplumbing.co.uk is personal data; info@smithplumbing.co.uk generally is not. A sole trader's business details are personal data, because the sole trader and the business are the same legal person.

If you collect and process that data you are the data controller. That carries real obligations:

For electronic marketing specifically, PECR in the UK is stricter than GDPR: unsolicited marketing email to individual subscribers and sole traders needs consent or an existing customer relationship. Email to a registered company's corporate address does not. That distinction is why "scraped emails" gets people into trouble and "scraped phone numbers for B2B calls" mostly does not — though for calls you must screen against the TPS and CTPS.

United States

CAN-SPAM does not require prior consent for commercial email, which makes the US far more permissive than the UK or EU. It does require accurate headers, a non-deceptive subject line, a physical postal address, and a working opt-out honoured within ten business days. State law adds to this — California's CCPA and CPRA give consumers deletion rights that can extend to sole proprietors.

Nobody has ever been fined for how they built a list. People are fined regularly for how they emailed it.

What actually happens in practice

Setting law aside, here is the realistic risk ladder, in the order you will encounter it:

  1. A CAPTCHA. By far the most common outcome. Google notices unusual request patterns from your IP and asks you to prove you are human. Any tool worth using stops at this point rather than trying to push through.
  2. Thinner results. Before an outright block, Maps quietly returns fewer results for the same search. People usually misread this as the tool breaking.
  3. A temporary IP block. Hours, occasionally a day. Resolves itself.
  4. A cease and desist. Rare, and aimed at businesses operating at scale or reselling the data as a product — not at an agency pulling a few hundred rows a week.
  5. Litigation. Vanishingly rare against small operators. Google's enforcement effort goes to large-scale commercial redistribution.

How to keep yourself at the bottom of that ladder

The licensed alternative, honestly described

Google's Places API returns much of the same information under a proper commercial licence. If you need a defensible data-provenance trail — a regulated industry, a funded research project, a client who will ask where the data came from — use it. We would rather say so than take your money and have you want it back.

The honest trade-offs:

So: should you?

If you are an agency or a sales team building a targeted list of local businesses to contact yourself, keeping the data on your own machine, pacing sensibly and following the marketing rules in your market — the risk is a CAPTCHA, and thousands of businesses operate this way.

If you plan to resell the data, operate at industrial volume, or need to tell a regulator exactly where every record came from — use the Places API, and budget for it.

The thing not to do is assume it is a settled non-issue because a tool's marketing page did not mention it.


Sources worth reading directly: hiQ Labs, Inc. v LinkedIn Corp. (9th Cir.); the UK ICO's guidance on direct marketing and legitimate interests; the FTC's CAN-SPAM compliance guide; and Google's own Terms of Service.