Data Licensing

Data Licensing vs. Web Scraping: Which Should You Use to Train AI?

14 min read · 2026-08-25
$1.5BAnthropic's settlement over training-book acquisition claims, finally approved July 2026
$250Mreported ceiling of News Corp's 5-year AI content-licensing deal with OpenAI
$100Common Crawl's total liability cap to any user of its scraped web archive, per its own terms of use
0final merits rulings issued so far in NYT v. OpenAI or the Thomson Reuters v. Ross appeal, the two most consequential open AI-copyright disputes, as of August 2026
Key takeaways
  • 1Scraping is nearly free at the infrastructure level, but it carries open-ended legal risk on two separate fronts: copyright (Thomson Reuters beat a scraping-based competitor on a no-fair-use verdict, now on appeal) and access law (hiQ Labs paid a $500,000 judgment over scraping password-protected pages).
  • 2Licensing costs real money upfront, disclosed deals run from about $60 million a year for Reddit's forum data to $250 million over five years for News Corp's archive, but it converts an open legal question into a closed contractual one with a paper trail.
  • 3Open scraped corpora like Common Crawl carry documented noise: audits have found hundreds of thousands of instances of low-quality or offensive content even after filtering, and Common Crawl's own terms cap its liability to any user at $100 while requiring that user to indemnify it for AI-training claims.
  • 4Provenance is where scraping fails hardest under scrutiny. A scraped dump rarely reconstructs consent or a chain of custody for any single record, while a license comes with a signed contract that documents exactly who granted what rights and when.
  • 5The strongest teams don't pick one method exclusively: they use scraped or open-corpus data for broad, low-stakes pretraining coverage and reserve licensing for the narrow, high-value, high-scrutiny slice of data, RLHF, domain fine-tuning, anything facing regulatory or legal exposure, where defensibility matters.
The short version

Scraping and licensing are not two versions of the same purchase decision. They are two different risk postures. Scraping the open web, or drawing on an open corpus like Common Crawl, costs almost nothing per token and gets a team training data by the afternoon, but every ruling since 2023 confirms it carries legal exposure that scales with how commercially valuable the resulting model becomes: Thomson Reuters already won a no-fair-use verdict against a scraping-based competitor, Anthropic paid $1.5 billion to settle claims tied to data acquired outside a license, and the largest pending US case against an AI lab remains unresolved as of August 2026. Licensing costs real money and real time, anywhere from a modest fee for a narrow domain dataset to hundreds of millions for a marquee publisher archive, but it converts an open legal question into a closed contractual one, and it's the only path that produces a defensible paper trail when a buyer, a regulator, or a plaintiff's attorney asks where the data came from. The right answer for most serious AI teams isn't pure scraping or pure licensing. It's scraping or open corpora for broad, low-stakes pretraining coverage, and licensing for the narrow, high-value slice of data that determines whether the model can survive scrutiny.

On this page ▾

What licensing and scraping mean for AI training data

Web scraping is the automated collection of content that's already published somewhere on the internet: crawling web pages, pulling text or images off them, and storing the result as a training corpus. Nobody has to run a crawler from scratch to scrape. Most teams instead pull from an open scraped corpus that someone else already built, most commonly Common Crawl, a nonprofit archive of billions of web pages collected since 2008 and made freely available via AWS. Common Crawl underpins a large share of the open web-text used to pretrain today's large language models, including early versions of GPT and Google's C4-derived training sets. [8] Either way, the acquisition method is the same at its core: nobody who owns the underlying content granted permission for this specific use, and nobody paid for it.

Data licensing is a contract. A rightsholder, a publisher, a platform, a company with proprietary logs, grants a buyer a defined set of permissions (train, fine-tune, redistribute, and for how long) in exchange for payment. The details of how licenses are structured, exclusive versus non-exclusive, perpetual versus term-limited, are their own topic; the point that matters for this comparison is narrower. Licensing replaces an assumption about what's legally permitted with a written grant of rights that both sides signed.

The comparison this post makes
This is not a legality explainer or a licensing how-to. It's a direct A/B comparison: given a training need, when does scraping (or an open corpus) make sense, and when does a license pay for itself? Legal detail and licensing mechanics are covered in depth elsewhere on this blog and linked at the end.

Scraping carries legal exposure on two separate, largely independent fronts, and licensing removes both at once. The first front is copyright. Thomson Reuters sued Ross Intelligence, a legal-research AI startup, for converting Westlaw's editorial headnotes into training data to build a directly competing product. In February 2025, Judge Stephanos Bibas rejected Ross's fair-use defense outright, finding that Ross's use wasn't transformative enough to outweigh the fact that it built a substitute for Thomson Reuters' own product. [2] Ross is appealing. The Third Circuit heard oral argument on June 11, 2026, in what will be the first federal appellate ruling squarely on AI training and fair use, and no decision has issued as of this writing. [4] Until it does, the closest thing to a final word on scraping copyrighted material to build a competing AI product is a loss.

Acquisition method, not just end use, has driven every major ruling so far. The US Copyright Office's own pre-publication analysis of generative AI training draws that same distinction, treating noncommercial research uses more favorably than training that builds a product competing with the copyrighted work in a market where licensing was reasonably available, which is exactly the fact pattern that sank Ross. [2] Anthropic settled claims tied to how it acquired millions of books, including copies pulled from pirate shadow libraries, for $1.5 billion, with final court approval landing July 20, 2026. [4] The New York Times' suit against OpenAI and Microsoft, seeking billions in damages over training on and reproducing Times journalism, remains unresolved: it's still in discovery and summary judgment briefing as of mid-2026, with no trial date set. [6] None of that uncertainty touches licensed content. A license is a contractual grant that exists independently of how any pending case resolves.

The second front is access law, and it's the one specific to scraping rather than to AI training generally. The Computer Fraud and Abuse Act (CFAA) criminalizes accessing a computer system without authorization, and for years it was a live threat against anyone scraping a site that didn't want to be scraped. Two rulings have narrowed that threat considerably, but not eliminated it. In *Van Buren v. United States* (2021), the Supreme Court held the CFAA only reaches areas of a system that are technically off-limits, not merely accessed for a purpose the owner dislikes, which protects logged-out, publicly visible scraping from CFAA liability in most cases. [2] In January 2024, Judge Edward Chen ruled in *Meta Platforms v. Bright Data* that Meta's own Terms of Service couldn't bar logged-off scraping of public Facebook and Instagram data either, because a scraper who never logs in was never bound by terms that only apply to users. [4] Scraping public, logged-out data has gotten measurably safer under both theories over the past few years.

That safety has a hard edge. hiQ Labs and LinkedIn fought over hiQ's scraping of LinkedIn profile data for six years of litigation, and part of what hiQ eventually paid for was accessing password-protected pages using fake accounts, conduct that sits squarely inside the areas Van Buren still treats as off-limits. The case ended in December 2022 with a $500,000 consent judgment covering breach of LinkedIn's user agreement and CFAA violations tied to that unauthorized access, plus a permanent injunction requiring hiQ to destroy every dataset, model, and algorithm built from the scraped data. [2] The lesson isn't that scraping is safe or unsafe as a category. It's that the legal line sits exactly where a license would have made the question moot: public versus gated, logged-out versus authenticated, one-time collection versus a bulk archive resold to others.

Two different legal systems, one common denominator
Copyright risk and CFAA/ToS risk are separate bodies of law with separate tests and separate courts, but they converge on the same fact pattern: courts scrutinize how the data was acquired far more than what it was later used for. A license answers that question before anyone has to ask it.

How the real costs compare

The naive version of this comparison says scraping is free and licensing is expensive. Both halves are wrong in ways that matter. Scraping's true cost stack includes the infrastructure most people picture, proxy rotation, storage, and the compute to clean and deduplicate a noisy dump, but the infrastructure line is rarely the largest one for a team building anything commercially significant. The larger, less visible cost is what a startup should budget as a legal risk reserve: outside counsel to review sourcing before a model ships, the possibility of a demand letter or suit once the product succeeds enough to attract attention, and the real, demonstrated ceiling on what an unfavorable ruling can cost. Thomson Reuters' win against Ross and Anthropic's $1.5 billion settlement are not abstract hypotheticals; they're the two most concrete data points on that ceiling that currently exist. [4][6]

Licensing's cost side is more visible but also more variable than the biggest headlines suggest. The disclosed deals that make news are the marquee tier: News Corp's five-year OpenAI agreement is reported at up to $250 million [2], and Reddit's licensing deal with Google runs roughly $60 million a year [4]. Those numbers describe exclusive or near-exclusive access to a platform's entire archive from a company with real negotiating leverage. Most teams licensing training data aren't buying anything close to that. A narrow, domain-specific dataset (a vertical's support transcripts, a set of expert-annotated documents, a company's proprietary logs) licenses at a small fraction of those figures, often through a marketplace rather than a bespoke multi-year negotiation, precisely because the buyer needs depth in one domain rather than an entire publisher's output.

Compare total cost of ownership, not the sticker price
Scraping's sticker price is lower. Its total cost, once you price in legal review, potential settlement exposure, and the engineering time spent cleaning noisy output, is often closer to a licensing fee than either side expects. Run both estimates before assuming scraping wins on cost alone.

Which produces better training data: quality and freshness

Open scraped corpora are large, but large isn't the same as clean. C4, the widely used Common Crawl-derived dataset behind early versions of Google's language models, has been independently audited more than once, and the audits found real problems that survived the original filtering pipeline: researchers documented over 72,000 instances of the word 'swastika' making it through a block list built specifically to catch it, alongside content from hate-speech and conspiracy-theory sites, and a filtering approach that disproportionately excluded legitimate, non-offensive content about LGBT+ people while missing genuinely harmful material. [2] None of that is a knock on any single team's engineering. It's a structural feature of scraping the open web: the corpus reflects whatever got published, filtered by heuristics that are necessarily imperfect at internet scale.

Freshness is the second gap. A scraped archive is a point-in-time snapshot. Common Crawl re-crawls the web on a rolling schedule, but any given training run works from whatever snapshot existed when the pipeline ran, and re-crawling to stay current is an ongoing engineering commitment, not a one-time cost. A licensed dataset, by contrast, is typically scoped in the contract itself: a feed, an update cadence, or a defined vintage the buyer knows the freshness of because the seller agreed to it in writing. For domains where staleness degrades output, customer support conversations, pricing data, anything tied to current events, that contractual freshness guarantee is worth more than raw volume.

Can you prove where the data came from if you're challenged?

This is where the gap between the two methods is widest, and it's the question that matters most once a model is successful enough to draw scrutiny. Provenance means being able to show, for any given record in a training set, where it came from, whether the source had the right to share it, and whether any consent obligation attached to it was honored. A scraped dump built from millions of pages across thousands of domains essentially cannot answer that question at the record level. Nobody tracked consent when a crawler pulled a page; the crawler doesn't know or care whether the page's publisher had the right to post the content that's on it.

Common Crawl's own terms of use make the resulting exposure explicit rather than implicit. The organization caps its total liability to any user at $100, and separately requires that user to indemnify Common Crawl against third-party claims arising from using the crawled content to develop, train, or deploy AI systems, including copyright and trade secret claims. [2]

Total liability of CC...for any and all claims...shall not exceed a total of $100 USD.
Common Crawl: Terms of Use

Read plainly, that clause means the organization that assembled the archive has contractually placed essentially all of the downstream legal risk on whoever trains on it. That's a reasonable position for a small nonprofit maintaining a free public resource to take. It's a risk allocation every team using that resource should understand they've accepted, whether they read the terms of use or not.

A license inverts that allocation. A properly drafted Data Purchase Agreement includes a warranty that the seller lawfully obtained and can grant rights to the data, and an indemnification clause defining who bears the cost if a third party later disputes it, terms this blog covers in full elsewhere. The buyer isn't just getting the data faster or cleaner. They're getting a counterparty who has contractually taken on the provenance risk, instead of a $100-capped disclaimer and an indemnity obligation running the other direction.

Scraping vs. licensing, head-to-head

DimensionWeb scraping / open corporaLicensing
Legal risk (copyright)Open and unresolved on the largest cases; one landmark loss (Thomson Reuters v. Ross) on appeal. [2][4]Closed by contract; safe under any fair-use outcome
Legal risk (access/CFAA)Narrowed by Van Buren and Bright Data for public, logged-out data, but gated or authenticated scraping still exposed (hiQ). [2][4][6]Not applicable; access is contractually granted
Upfront costLow infrastructure cost; hidden legal-risk reserveRanges from modest (niche domain data) to $50M-$250M+ for marquee archives [2][4]
Data freshnessPoint-in-time snapshot; re-crawling is an ongoing engineering costContractually defined feed or vintage, set by the seller
Noise / qualityDocumented noise and filtering failures even after cleaning [2]Typically pre-cleaned, scoped, and validated by the source
Provenance documentationEffectively none at the record level; liability contractually pushed to the user by the archive itself [2]Documented in the license: source, rights, consent basis
Best fitBroad pretraining coverage where per-record defensibility matters lessRLHF, domain fine-tuning, and anything facing legal, regulatory, or enterprise-buyer scrutiny

A worked example: acquiring 50,000 customer-support conversations

Say a team wants 50,000 realistic customer-support conversations to fine-tune a support assistant. Two paths are available, and walking through both makes the tradeoff concrete rather than abstract. The figures below are illustrative, not disclosed deal terms or proprietary Dayda data, meant only to show how the cost stack breaks down.

Path A: scrape public forum and review threads that resemble support conversations. Engineering time to build and maintain a scraper, handle site structure changes, and filter for relevance runs a few weeks of one engineer's time. The resulting corpus is noisy: forum threads aren't support transcripts, tone and structure vary wildly, and a meaningful share needs to be discarded or relabeled after collection, echoing the same filtering-failure pattern documented in C4. [4] None of the conversations came with consent for AI training use, and there's no way to later prove, thread by thread, that a given poster would have agreed to it. If the resulting assistant ships and a platform whose content was scraped notices, the team is now relying on the Van Buren and Bright Data line of reasoning holding up for logged-out, public collection, and hoping none of the threads came from a gated or authenticated area the way hiQ's did. [6][8][10]

Path B: license 50,000 real, resolved support tickets from a company that generated them, through a direct deal or a marketplace. The fee is a fraction of what a marquee publisher archive commands, because the dataset is narrow and domain-specific rather than a whole platform's output. In exchange, every conversation already comes labeled with a resolution outcome, the seller has warranted they lawfully collected and can license the data, and the contract states exactly what training uses are permitted. There's no cleaning pass needed to strip irrelevant noise, because the data was never noisy to begin with; it was produced by the exact process the model is meant to learn.

The two paths aren't just different price points. They're different products. Path A trades cash for time now and defensibility later. Path B trades cash now for a corpus that's cleaner on arrival and comes with a signature attached to it.

A practical decision framework: when to scrape, when to license, when to do both

  • 1Ask what's at stake if you're wrong. A research prototype with no commercial deployment tolerates far more acquisition risk than a product a Fortune 500 buyer is about to run procurement diligence on. Match the acquisition method to the downstream stakes, not to the acquisition cost alone.
  • 2Use scraping or open corpora for broad pretraining coverage. General-purpose language and world knowledge, the kind Common Crawl-scale corpora exist to provide, is exactly the use case where per-record provenance matters least and volume matters most.
  • 3License anything that touches RLHF, domain fine-tuning, or a narrow high-value vertical. These are precisely the cases where a small amount of clean, well-documented, consented data outperforms a much larger noisy corpus, and where a buyer, auditor, or regulator is most likely to ask for the paper trail.
  • 4Treat gated, authenticated, or password-protected content as a hard no for scraping. Every access-law case with an unfavorable outcome, hiQ included, involved crossing that specific line. It's the one boundary Van Buren didn't move. [4][6]
  • 5Treat piracy or shadow-library sourcing as a hard no regardless of method. No court in any of the major AI-copyright cases has found in favor of a defendant on the piracy question specifically; Anthropic's $1.5 billion settlement is the clearest evidence of what that fact pattern costs. [4]
  • 6Budget the legal-risk reserve honestly before comparing costs. If a scraping-based approach only looks cheaper because nobody priced in outside counsel and settlement exposure, it isn't cheaper. Run the licensing quote alongside a realistic legal reserve, not against the scraper's AWS bill alone.
"Isn't scraping obviously fair use for training?"
No single ruling supports that as a general rule. Judge Bibas rejected fair use outright for Ross Intelligence on facts close to garden-variety scraping-for-training. [2] The US Copyright Office's own pre-publication analysis reaches the same non-answer: some AI training uses qualify as fair use and others don't, depending on facts a court hasn't reviewed yet for most datasets. [4] Whether scraping-for-training is fair use in your specific case is not a settled doctrine anyone can rely on.
"Isn't licensing prohibitively expensive for a small team?"
Only at the marquee tier. The $60M-$250M deals are platforms selling exclusive access to their entire output to the largest AI labs in the world. A startup licensing a narrow, domain-specific dataset through a marketplace is buying a much smaller, much cheaper thing, and one that's sized to what a small team needs.

The bottom line

Scraping and licensing solve different problems, and treating the choice as a single up-or-down decision is where most teams go wrong. Scraping, or drawing on an open corpus like Common Crawl, is the right tool for broad coverage where the cost of being occasionally wrong about a source is low and the volume needed is enormous. It comes with real, currently unresolved legal exposure on two fronts, copyright and access law, and with a documented noise problem that no filtering pipeline has fully solved. [2][4]

Licensing costs more upfront and moves slower, but it buys something scraping structurally cannot: a signed, provable answer to where the data came from and who's accountable if that answer turns out to matter. For the parts of a training pipeline where defensibility is the whole point, RLHF, domain fine-tuning, anything that will face a buyer's or a regulator's diligence, that answer is worth more than the fee.

License data you can defend.

Dayda brokers real, provenance-documented datasets between companies that generated them and the AI labs and enterprises that need them, with the legal file already in order. Find out what's available, or what your own data could be worth.

Browse the Dayda marketplace