Free test available for France , UK or SG on Telegram Join Telegram
AI Training Data

Mobile Proxy AI Training Data

The open web is closing to dataset collection: Cloudflare now blocks AI crawlers by default and paid-access marketplaces are replacing free crawling. This guide is honest about what a proxy does and does not solve, and where locale coverage still matters.

PXM2 Proxies August 24, 2026 10 min read
50.6 per cent Of AI bot traffic is training
2.5M+ Sites disallowing AI training
402 The new answer to a crawl
5+ Countries available
  • Declared crawlers are blocked by name — an IP change does not un-block a user agent you have honestly declared, and pretending otherwise wastes months.
  • Over 2.5 million sites opted out — full disallow of AI training was already that widespread by August 2025, and the trend has continued.
  • Paid access is now a real channel — a 402 Payment Required and per-use licensing have moved from proposal to production.
  • Locale coverage is the genuine proxy problem — a corpus collected from one country is a corpus about one country.
4G / 5G Mobile Proxies Regional Corpus Coverage
Exit typeReal carrier IP
Session typeSticky or rotating
BandwidthUnlimited
HardwareDedicated 4G/5G modem
Language In Place

Collect a locale from inside the market that speaks it.

The Mobile Surface

Reach content that only exists on the mobile web.

AI Training Data Requirements

It is worth being blunt at the start, because most pages on this subject are not. If you are running a declared AI crawler, a proxy does not get you past the controls that now block it. Those controls key on the crawler identity you publish, not on the address it arrives from. Changing the exit IP while continuing to declare the same crawler changes nothing except how hard the refusal is to attribute.

What a proxy legitimately solves for dataset work is geography. A very large share of the web is served per region — local news, regional catalogues, market-specific documentation, country editions of large publications — and a great deal of it is unavailable, abridged or differently written outside its market. Collecting a corpus from one country produces a corpus that over-represents that country’s framing of every subject. That is a data quality problem long before it is anything else, and it is the problem distributed collection actually addresses.

Requirement What it really means Does a proxy help?
Permission to collect Robots directives, site terms, and increasingly a paid licence No. This is a policy and contract question, not a network one
Locale and language coverage Reaching the regional edition that a local reader is served Yes. This is the core case
Mobile-surface content Material that only exists on the mobile web in some markets Yes, paired with a matching client
Provenance records Source, timestamp, directive in force, stated licence, market Indirectly — the market field is one you can only record if you controlled it

Declare your crawler honestly and respect the directives you are given. Beyond being the only defensible position, a corpus assembled against publishers’ stated wishes is commercially unusable the moment anybody asks how it was built — and increasingly, somebody does ask.

Scraping Datasets at Scale

The economics of dataset collection changed materially between 2025 and 2026, and understanding what changed is more useful than any technique. Cloudflare moved from leaving the decision to individual sites to blocking AI crawlers by default, asking every new domain up front whether AI crawlers are permitted. From September 2026 that default extends further, covering mixed-use crawlers — those blending search, agent and training behaviour — on any page carrying advertising.

Alongside the blocking, a payment channel appeared. Pay Per Crawl answered a request with a 402 Payment Required, letting publishers set a rate and crawlers decide whether to pay. Its successor shifted the trigger: publishers are paid when their content is actually used in an answer rather than when a bot fetches the page. Either way, the assumption that public means free to ingest is no longer how the infrastructure behaves.

The scale of the shift is visible in the traffic. By June 2026 training crawlers made up 50.6 per cent of AI bot traffic on Cloudflare’s network while search bots had fallen to 10.7 per cent, and more than 2.5 million sites had already chosen to fully disallow AI training as far back as August 2025. Publishers stopped treating AI crawling as a rounding error on their search traffic and started pricing it as its own thing.

Provenance to record with every document
source_url        …
fetched_at        2026-08-24T09:14:02Z
robots_directive  …          # what was in force at fetch time, not today
stated_licence    …          # as published on the page
market            FR         # the exit country you fetched from
language          fr
content_hash      …          # for deduplication across markets
Reconstructing any of this later is usually impossible. The robots directive in particular is a moving target.

Data Diversity and Quality

Diversity in a training corpus is usually discussed as a fairness property. It is also, more prosaically, an accuracy property. A model trained on material collected entirely from one country inherits that country’s defaults on everything from measurement units and date formats to which side of a debate counts as the neutral one. None of that is deliberate; it is simply what the sample contained.

  • Sample the locale, not just the language — Spanish collected only from Spain is not Spanish. Regional editions differ in vocabulary, subject matter and what gets published at all.
  • Deduplicate across markets, not within them — Country editions of the same publication share a great deal of text. Content hashing across the whole corpus stops one syndicated article appearing forty times.
  • Record the market as a field — Without it you cannot measure your own coverage, rebalance a corpus, or answer a question about representation after the fact.
  • Watch for the generic fallback — Requesting a regional edition from outside the region often returns an international default. Collecting that at scale produces the appearance of coverage without the substance.
  • Prefer breadth over depth — Another thousand documents from a source you already have adds far less than the first hundred from a market you do not.

Avoiding Blocks During Collection

For the collection that is open to you, the discipline is the same as any other large crawl and it is covered properly in the scraping guides. Keep per-host request rates at a level that does not impose real cost on the publisher. Honour Retry-After rather than treating a 429 as something to route around. Cache aggressively and use conditional requests so a re-crawl costs the origin almost nothing.

The distinction worth holding onto is between a block and a refusal. A rate limit is a request to slow down, and slowing down is the correct response. A robots directive or a licensing gate is a decision about permission, and the correct response there is to respect it or to negotiate access — not to change addresses until the answer changes. Conflating the two is how dataset programmes acquire legal problems that outlive the model they were built for.

For the mechanics of running a large crawl politely, see web scraping best practices, and for reading a response correctly before reacting to it, common blocks and how to read them.

Collect Each Locale From Inside It

Live PXM2 locations — add a vantage point for every language and market your corpus is meant to represent:

🇫🇷

France

3 Operators 20-150 Mbps
Starting from
$4.34 for 1 hour
4G 5G
Available Operators:
Bouygues Orange SFR
🇮🇳

India

3 Operators 20-30 Mbps
Starting from
$2.74 for 1 hour
4G
Available Operators:
Airtel Jio Vodafone Idea (Vi)
🇸🇬

Singapore

2 Operators 30-70 Mbps
Starting from
$2.99 for 1 hour
4G
Available Operators:
Singtel Vivifi
View all locations →

Frequently Asked Questions

Does a proxy get me past AI-crawler blocking?

Not if you are declaring an AI crawler, and you should be. Those controls key on the declared user agent and on published crawler identities, so changing the exit address does not change the outcome — it just makes the refusal harder to attribute. What a proxy legitimately solves is geography: reaching the regional and language-specific version of material that is open to ordinary visitors, which is a different problem and a real one.

What actually changed for dataset collection?

Infrastructure-level defaults changed. Cloudflare began blocking AI crawlers by default rather than leaving it to each site, and from September 2026 the default extends to mixed-use crawlers on ad-bearing pages. Alongside that, paid access moved from theory to production: Pay Per Crawl answered a fetch with a 402 Payment Required, and its successor pays publishers when their content is actually used in an answer rather than when a bot reads the page.

How big is the shift in traffic terms?

By June 2026 training crawlers accounted for 50.6 per cent of AI bot traffic on Cloudflare’s network, while search bots had fallen to 10.7 per cent. That inversion is why publishers stopped treating AI crawling as a rounding error on their search traffic and started pricing it separately.

What makes a dataset defensible rather than just large?

Provenance you recorded at collection time. Source URL, fetch timestamp, the robots directive in force when you fetched, the licence or terms stated on the page, and the market you fetched from. Reconstructing that later is usually impossible, and a corpus whose provenance cannot be shown is very hard to use commercially however good it is.

Why does locale diversity need distributed collection?

Because a great deal of the web is served per region. Local news, regional catalogues, market-specific documentation and country editions of large sites are frequently unavailable, abridged or differently written outside their market. Collect everything from one country and your corpus over-represents that country’s framing of every subject — which is a quality problem long before it is an ethics one.

Dataset work borrows its collection discipline from the scraping cluster and its sampling logic from market research.

Business use cases

Core mobile proxy guides

Collect Every Locale From Inside It

Dedicated 4G/5G modems with unlimited bandwidth and unlimited rotations — carrier IPs in the markets whose language and content your corpus is meant to represent.

Get a Mobile Proxy