TL;DR

On May 19, 2026, the court hears SerpApi's motion to dismiss in Google's December 2025 lawsuit alleging that SerpApi's scraping of Google search results violates the Digital Millennium Copyright Act (DMCA). Google's claim: SerpApi circumvented SearchGuard, Google's anti-bot system, by rotating IPs and using bot networks to mimic human behavior at "hundreds of millions of queries daily." SerpApi argues Google lacks standing and that accessing publicly visible search results doesn't constitute illegal circumvention. The outcome will shape the legal landscape for server-side scraping vendors. For everyday users doing focused, browser-based, in-session collection with a tool like ScrapeMaster, the architecture is fundamentally different and the legal exposure profile is much lower — but understanding the case still matters.


What Google is alleging

The complaint, filed in December 2025, hinges on the DMCA's anti-circumvention provision (17 U.S.C. § 1201), not on traditional copyright infringement. The argument:

  1. Google has an anti-bot system called SearchGuard that protects the search results page.
  2. SerpApi allegedly bypassed SearchGuard using rotating IPs, bot networks, and human-mimicking techniques.
  3. That bypass — Google says — is "circumvention of a technological measure" under DMCA § 1201.
  4. SerpApi resold the resulting data at scale ("hundreds of millions of queries daily") to commercial customers.

The novel piece is the DMCA framing. Most prior scraping cases have been about copyright infringement (the scraped content) or the Computer Fraud and Abuse Act (the access itself). Using DMCA § 1201 to address anti-bot circumvention is a fresh legal theory that, if successful, could be applied to many other anti-bot systems.


What SerpApi is arguing

SerpApi's February 20, 2026 motion to dismiss raises three main points:

  1. Standing: Google's harm theory is shaky — what specific damages flow from SerpApi's access to public search results?
  2. Publicly visible content: Search results are visible to every visitor. Accessing them isn't "circumvention" in the DMCA sense; it's just accessing the public web.
  3. DMCA scope: § 1201 was designed for digital rights management on copyrighted works (think DVD encryption), not for bot detection on a webpage.

The hearing on May 19 will narrow the issues. A grant of the motion would end the case; a denial would push it to discovery, where SerpApi's internal methods, customer list, and revenues become litigation issues.


Why this case matters beyond SerpApi

Three reasons every scraping operator (and customer) should care:

1. DMCA § 1201 as a scraping tool

If the court accepts Google's DMCA theory, it gives every major website a powerful new legal hook against scrapers. CAPTCHAs, rate limits, JavaScript challenges, and any "anti-bot" technology become potentially "technological measures" under DMCA. Anyone scraping around them takes on circumvention exposure — a serious liability separate from copyright or CFAA risk.

2. Server-side scraping vendor risk

SerpApi isn't alone in the crosshairs. Reddit's late-2025 lawsuit named Perplexity AI plus SerpApi, Oxylabs, and AWMProxy. YouTube creators have filed class actions against Snap, Inc. and Meta on DMCA scraping theories. The pattern: large platforms are coordinating legal pressure on the server-side scraping ecosystem.

Customers of these vendors (recruiting platforms, AI training data brokers, market intelligence SaaS) inherit some of the risk. If your vendor's data is later deemed unlawfully obtained, your downstream product faces exposure.

3. Browser-based scraping is structurally different

A browser-extension scraper run in a logged-in user's own session — like ScrapeMaster — doesn't:

  • Rotate IPs through a bot network
  • Use server farms to mimic human behavior at scale
  • Circumvent anti-bot systems (the user is a human)
  • Operate without the website's consent flow (the user is an authenticated visitor)

The architecture, by design, sits outside the SerpApi v. Google legal theory. That doesn't make it risk-free — TOS violations are still possible, and individual platform terms (LinkedIn's user agreement, for example) still apply — but the DMCA circumvention theory has much less purchase against a single human user in their own browser.


A side-by-side: server-side scraping vs browser-based

PropertyServer-side scraping (SerpApi, Oxylabs, etc.)Browser-based (ScrapeMaster in your session)
IP rotationYesNo (your residential/work IP)
Bot networksOftenNo
Anti-bot circumventionYesNone (you're human)
AuthenticationProgrammaticYour own login
Scale per sessionMassiveBounded by your browsing
DMCA § 1201 exposure (per Google theory)HighLow
TOS violation exposureHighPossible (depends on TOS)
CFAA exposurePossibleLow
Copyright exposure (scraped content)PossiblePossible
Vendor risk (if you're the customer)You inherit someNone

The contrast is structural. If the SerpApi case goes against SerpApi on the DMCA theory, server-side scraping gets riskier across the board. Browser-based, in-session scraping does not move by the same amount.


What's actually in scope on May 19

The hearing addresses SerpApi's motion to dismiss — a relatively narrow procedural matter. Three possible outcomes:

OutcomeWhat it meansKnock-on effects
Motion granted on standingCase dismissedBig win for scrapers; Google may refile narrower
Motion granted on DMCA scopeCase dismissedMajor win — DMCA § 1201 theory doesn't apply to bot circumvention
Motion deniedCase proceeds to discoverySerpApi's methods, customers, revenues become litigation issues

Even a denial doesn't mean Google wins on the merits — it just means the case continues. Discovery in DMCA-circumvention scraping cases is notoriously expensive and intrusive; many cases settle at this stage.


What scraping operators should do this week

If you operate or rely on a scraping pipeline, treat the May 19 hearing as a forcing function:

Audit your collection architecture

  • Is your collection in-session (user's own browser) or server-side (your infrastructure)?
  • Do you rotate IPs, use proxies, or use bot networks?
  • Do you bypass CAPTCHAs, JavaScript challenges, or other anti-bot systems?

If you're server-side and rotating, your exposure profile is high. If you're browser-based and in-session, much lower.

Audit your data sources

  • Where does your training data, recruiting data, or market intelligence come from?
  • Do you buy from server-side vendors (Bright Data, Oxylabs, SerpApi)?
  • Are those vendors named in current litigation?

If yes, consider:

  • Diversifying suppliers — don't rely on a single named-defendant vendor
  • Insisting on indemnification in your contracts
  • Migrating some workloads to first-party, browser-based collection where possible

Save the docket

Use Convert: Web to PDF on the relevant court filings, the Google blog post announcing the suit, SerpApi's motion to dismiss, and the major commentary pieces. The legal record will move fast in the weeks after May 19; have a local archive.

Move sensitive workflows to browser-based

For workflows where the collection volume is modest and the data is sensitive (lead enrichment, competitive monitoring, brand surveillance), shift to a Chrome extension model. ScrapeMaster handles the structured-extraction part; you handle the visiting-the-pages part.


How browser-based scraping handles search results

Quick worked example: suppose you want a structured table of "top 20 results for 'eu ai act compliance 2026'."

Server-side approach (SerpApi style):

  • Send an automated request to Google's search endpoint
  • Parse the response
  • Return JSON

Browser-based approach (ScrapeMaster style):

  • You open Google in Chrome, run the search yourself
  • Click ScrapeMaster, select the results region
  • Export to CSV

You end up with the same dataset for that single query. Server-side wins on scale (millions per day); browser-based wins on legal posture, on cost (free), and on the human-in-the-loop verification that's actually useful for most business workflows.


What this case won't decide

A few things to keep in mind:

  • This case is DMCA-specific. CFAA precedent (hiQ v. LinkedIn remand) is separate. State unfair-competition law is separate. Contract-based TOS claims are separate.
  • This case is about Google. The court's reasoning will inform other platforms but won't bind them.
  • This case is about server-side scraping. Even a SerpApi loss doesn't directly bind browser-based, in-session collection.

So: don't extrapolate too far from one ruling. But also don't ignore the trend — the entire 2025–2026 legal climate has been toward stronger platform protections against industrial-scale scraping.


A note on AI training data

The case has a clear connection to AI training data debates. Many AI providers buy data from server-side scraping vendors. NYT v. OpenAI and the Anthropic $1.5B settlement (2025) established that AI training liability is real. Reddit v. Perplexity / SerpApi / Oxylabs / AWMProxy applies that pressure directly to the scraping intermediaries.

If you're building or buying AI training data in 2026, the legal landscape is moving toward:

  • First-party data (yours)
  • Licensed third-party data (paid for, with clear chain of provenance)
  • Browser-collected data (user-driven, in-session)

Server-side, anti-bot-bypassed scraping is becoming a riskier source category, regardless of how the SerpApi case resolves.


ScrapeMaster vs server-side alternatives

ToolArchitectureAnti-bot bypassScaleLegal posture (2026)Cost
SerpApiServer-side, IP rotationYesMassiveLitigation pendingPaid
OxylabsServer-side, proxy infraYesMassiveLitigation pendingPaid
Bright DataServer-side, ISP proxiesYesMassiveActive litigation historyPaid
ApifyCloud platformVariesLargeVendor-dependentPaid
OctoparseDesktop / cloudYes (cloud edition)Medium-largeRisky for protected targetsPaid
ScrapeMasterBrowser extensionNo (you're human)Bounded by browsingLowFree
Manual copy/pasteManualNoTinyLowestFree

For high-volume training data, you need a vendor — and you need to read the indemnification clauses carefully. For everything below "hundreds of thousands of records per month," browser-based collection is the cleanest pattern.


A note on AI tools and case research

If you want to keep track of the legal landscape itself, Convert: Web to PDF is the right archival tool — court filings, blog posts, law-firm advisories. For comparing which AI tools are best for synthesizing legal news (Claude, GPT-4, Gemini), CineMan AI gives a side-by-side without uploading the documents themselves.


Frequently asked questions

Q: Is SerpApi shut down?

No. SerpApi continues to operate while the case proceeds. Many of its customers have stayed on through the litigation. The May 19 hearing is a procedural step, not a final resolution.

Q: If SerpApi loses, do all scraping vendors lose?

Not automatically. Each defendant's facts differ. But a Google win on the DMCA § 1201 theory would significantly raise risk for any vendor that circumvents anti-bot measures.

Q: Is browser-based scraping legally safe?

Lower-risk, not zero-risk. You're still bound by the websites' Terms of Service, by copyright on content, and by jurisdiction-specific data laws. The DMCA § 1201 theory is hard to apply against a human user in their own browser, but other claims remain possible.

Q: Can I scrape Google with ScrapeMaster?

You can extract structured data from Google search results that you've visited in your browser, the same way you could copy them by hand into a spreadsheet. Be mindful of Google's Terms of Service for your specific use case, and avoid automated repeated queries at high volume.

Q: What about scraping for personal use vs commercial use?

Most TOS distinguish. Commercial use of scraped data — especially resale or productization — is the higher-risk category. Personal research is usually less contentious, though jurisdiction matters.

Q: Does the case affect AI training data lawsuits?

Indirectly. AI training data is often sourced from scraping vendors. If those vendors face new liability, AI providers face supply-side risk. NYT v. OpenAI, Anthropic v. publishers, and Reddit v. Perplexity are the parallel cases to watch.

Q: How quickly will the case resolve after May 19?

A ruling on the motion to dismiss often comes weeks to months after the hearing. If denied, discovery typically runs 12–24 months. Settlements at the discovery stage are common.

Q: Should I switch from SerpApi today?

Depends on your risk tolerance and your contract. Reading the indemnification, termination, and notification clauses now is a good idea regardless. Adding a parallel collection path (e.g., browser-based for one workflow) reduces single-vendor dependency.

Q: Where can I read the actual filings?

Federal court PACER has the docket. Several legal news sites publish redacted summaries. Save what you can with Convert: Web to PDF — even public court records sometimes get moved or hidden behind paywalls later.

Q: What if I use ScrapeMaster to collect data from a site with anti-bot measures?

The anti-bot measure is generally directed at automated traffic. As a human in your own browser, you're not the target. That said, some sites' TOS prohibit any extraction by anyone; read the specific site's terms before commercial use.

Q: Will this affect AI Overviews scraping or AEO work?

AEO (Answer Engine Optimization) work generally involves querying AI tools and observing which sources they cite. That's not scraping in the traditional sense and isn't directly implicated in this case. Archiving the results with Convert: Web to PDF remains the right pattern.

Q: Is this case the same as Reddit v. Perplexity?

Different case, similar themes. Reddit's case names Perplexity AI plus SerpApi, Oxylabs, and AWMProxy. Both cases focus on industrial-scale scraping, but the legal theories differ in specifics.


Bottom line

The May 19, 2026 hearing in Google v. SerpApi is a turning point for server-side scraping. If Google's DMCA § 1201 theory survives, every anti-bot system in the country becomes a potential litigation hook against scrapers. If it doesn't, scrapers get some breathing room — for now.

Either way, the trend across 2025–2026 is clear: industrial-scale, anti-bot-bypassing, server-side scraping is high-risk; small-scale, in-session, browser-based scraping is structurally different and lower-risk.

ScrapeMaster sits firmly on the lower-risk side. For most workflows — recruiting, sales, market intelligence, research — it's the right architecture in 2026. Pair it with Convert: Web to PDF for archival of both the data and the legal landscape, and you have a stack that's defensible regardless of which way the SerpApi ruling goes.