This is not legal advice. It’s a practical overview to help compliance and legal teams ask better questions about proxy use under the GDPR. The right answers depend on your data, purposes, and jurisdiction, so treat this as a starting point for a conversation with qualified counsel and your DPO, not a substitute for one.
When a data collection project reaches legal review, the proxy layer usually arrives with two misconceptions attached. Engineering sometimes assumes proxies are a neutral plumbing detail that compliance doesn’t need to see. Compliance sometimes assumes proxies are an evasion tool that must be a red flag. Both are wrong, and the truth is more useful than either.
A proxy is a lawful routing technology. It changes which IP address a request originates from, and nothing else. It does not anonymise the data you collect, it does not reduce your obligations as a controller, and it does not make otherwise-unlawful processing lawful. What it does do is introduce a handful of specific questions the GDPR cares about: whether IP addresses in play are personal data, who is controller and who is processor, whether data crosses borders, and how your provider sources the IPs it routes you through.
This piece walks those questions in the order a compliance review usually needs them. For the broader legal picture beyond data protection, is web scraping legal covers the other frameworks (contract, copyright, database rights, computer-misuse).
First: the misconception worth killing early
Using a proxy does not reduce your GDPR exposure.
If your collection gathers personal data, your obligations are identical whether the request left from your office IP or a residential exit in Frankfurt. The GDPR attaches to your processing of personal data, not to the network path the request took. A proxy is not a pseudonymisation measure, not an anonymisation technique, and not a mitigating control for a data protection impact assessment.
Getting this straight early prevents the two failure modes: teams treating proxies as a compliance shortcut (they aren’t), and teams banning them reflexively when the actual risk sits in what’s being collected (which the proxy neither creates nor cures).
Question 1: Is an IP address personal data?
Often, yes. In Breyer (C-582/14), the CJEU held that a dynamic IP address can constitute personal data in the hands of a party who has legal means reasonably likely to be used to identify the individual behind it. Regulators have generally treated IP addresses as personal data in most practical contexts since.
Why this matters for proxy use, in two directions:
- The IPs you collect. If your scraping captures IP addresses (in logs, in page content, in API responses), that’s likely personal data in scope.
- The IPs you route through. A residential exit IP belongs to a real person’s home connection. That IP, and the traffic association with it, is data about an identifiable individual, which is precisely why provider sourcing (Question 5) is a genuine compliance question and not just an ethics one.
Question 2: What are the roles, and do you need a DPA?
This is the question compliance teams most need answered, and the one most often skipped.
Under the GDPR, a controller determines the purposes and means of processing; a processor processes personal data on the controller’s behalf. In a typical collection setup, you are the controller for the personal data you decide to collect and why.
The provider’s role is more fact-specific than vendors’ marketing usually admits. Depending on the arrangement and what personal data the provider handles on your behalf, a proxy provider may act as a processor, or as an independent controller for its own operational data (its network logs, its peer relationships, its billing). Do not assume, determine it and paper it:
- Map what personal data the provider actually processes on your behalf, if any, and what it processes for its own purposes.
- Establish the roles in writing. If the provider is a processor for any of it, Article 28 requires a written contract with specified terms, a DPA.
- Ask for the provider’s documentation. A serious provider should be able to tell you its role, provide or discuss a DPA where applicable, and describe its sub-processors.
If a provider can’t answer role questions clearly, that itself is a finding for your review.
Question 3: Do international transfers come into play?
Chapter V restricts transfers of personal data outside the EEA without an appropriate mechanism (adequacy decision, standard contractual clauses, and so on).
Proxy architectures make this worth checking rather than assuming, because traffic deliberately egresses in chosen countries and the provider’s own infrastructure and support functions may sit elsewhere. Two distinct flows to assess:
- Personal data you send or receive through exits in various jurisdictions.
- Personal data the provider processes about your account and traffic, and where that provider (and its sub-processors) is established and stores it.
Whether a given flow is a “transfer” requiring a mechanism is a legal determination for your counsel, not a technical one. What your team can do is produce an accurate data-flow map so counsel can assess it. Note the practical asymmetry: choosing an EU exit does not by itself keep processing inside the EEA if the provider or its sub-processors are outside it.
Question 4: Lawful basis, transparency, and the hard one
If your collection touches personal data, the core obligations apply in full.
Lawful basis (Art 6). You need one. For public-web collection, legitimate interests (Art 6(1)(f)) is the usual candidate, which requires a documented balancing test weighing your interest against the individuals’ rights and reasonable expectations. “It was publicly available” is not a lawful basis, and it’s the single most common misconception in this area.
Transparency (Art 14) is the hard one. When you collect personal data indirectly, not from the individual, Article 14 generally requires informing them, typically within a month. There’s an exception where doing so would involve disproportionate effort (Art 14(5)(b)), which is frequently invoked for large-scale collection, and which regulators have scrutinised heavily. Enforcement actions in this area have repeatedly turned on exactly this point, so if your plan relies on that exception, get it assessed properly and document the reasoning.
The Article 5 principles. Purpose limitation (collect for specified purposes), data minimisation (only what you need, which usually means not collecting personal fields you have no use for), storage limitation (retention schedule), and accuracy.
Data subject rights (Arts 15 to 22). If you hold personal data, individuals can request access, erasure, objection, and more, and you need a workable process for honouring them, including for data you scraped.
Special categories (Art 9) carry a materially higher bar, and DPIAs (Art 35) may be required for large-scale or systematic processing. Both are counsel questions.
Question 5: How does your provider source its IPs?
This is the proxy-specific due-diligence question, and it deserves real weight in a compliance review.
Residential IPs belong to real people. Those individuals are data subjects, and how they came to be part of a proxy network matters: whether they were clearly informed, gave genuine and informed consent, understood what traffic would route through their connection, and can withdraw. A network built on unclear or buried consent is a compliance risk that flows to you as a customer, both in due-diligence terms and reputationally.
What to ask any provider, including us:
- How are peers recruited, and what exactly are they told? Is consent explicit, informed, and revocable?
- What is the provider’s own privacy documentation? For Shifter, that’s our privacy policy and terms and conditions.
- What role does the provider take, and can it supply a DPA where it acts as processor?
- Who are the sub-processors, and where are they located?
- What does the acceptable use policy prohibit, and how is it enforced? A provider that permits anything is a provider whose network is used for anything.
We’d rather you ask these questions and get documented answers, from us and from anyone else you evaluate, than take a marketing claim at face value. The ethics of residential proxy sourcing covers the same ground from the sourcing side.
A practical review checklist
For a compliance team assessing a proxy-backed collection project:
- Does the collection touch personal data at all? Many projects (prices, stock levels, public product specs) can be scoped to avoid it, which is the cleanest position by far.
- Documented lawful basis, with a legitimate interests assessment if relying on Art 6(1)(f).
- Article 14 position assessed and documented, including any reliance on the disproportionate-effort exception.
- Data-flow map: what personal data, collected where, routed through which jurisdictions, stored where.
- Transfer assessment for anything leaving the EEA, with a mechanism where required.
- Roles established in writing with the provider; DPA in place where it acts as processor.
- Provider due diligence on IP sourcing and consent, sub-processors, and AUP enforcement.
- Minimisation applied: personal fields excluded from collection unless genuinely necessary.
- Retention schedule and deletion actually implemented, not just written.
- DSR process that can reach scraped data.
- DPIA where the processing is large-scale, systematic, or high-risk.
The best outcome on this list is usually the first line: scoping the project so it doesn’t collect personal data in the first place. Most commercial collection, pricing, availability, catalogue data, competitive monitoring, doesn’t need it, and dropping personal fields removes most of the risk surface rather than managing it.
Where proxies genuinely help, and where they don’t
They don’t help with: your lawful basis, your transparency obligations, your retention duties, or your status as controller. None of that changes based on network routing.
They do help with: accuracy, which has an underrated compliance dimension. Article 5(1)(d) requires personal data to be accurate. Geo-personalised sites serve different content to different locations, so collecting a market’s data from the wrong country produces records that are simply wrong. If your dataset drives decisions about people or markets, collecting from the correct vantage point is a data-quality obligation as much as a technical preference. That’s the honest case for residential proxies in a compliance context: correctness, not concealment.
FAQ
Does using a residential proxy make my scraping GDPR compliant? No. A proxy changes the IP a request comes from, nothing more. Your obligations as controller, lawful basis, transparency, minimisation, retention, data subject rights, are identical either way. Compliance is determined by what you collect and why, not by the network path.
Are IP addresses personal data under the GDPR? Often yes. The CJEU’s Breyer decision held dynamic IP addresses can be personal data where the holder has means reasonably likely to be used to identify the individual. Treat IPs as personal data unless you have a considered basis for concluding otherwise.
Do I need a DPA with my proxy provider? If the provider processes personal data on your behalf, Article 28 requires a written contract. Whether that’s the case depends on the arrangement, so establish the roles explicitly rather than assuming, and ask the provider for its documentation.
Is “the data was publicly available” a lawful basis? No. Public availability is not one of the Article 6 bases. You still need a lawful basis, usually legitimate interests with a documented balancing test, and public availability is a factor in that assessment rather than a substitute for it.
Can I avoid GDPR issues entirely? Often, by not collecting personal data. Pricing, availability, and catalogue data usually serve the business purpose without personal fields. Scoping personal data out of the project is the cleanest compliance position available.
The bottom line
The GDPR questions raised by residential proxies are narrower than teams fear and more specific than they expect. A proxy doesn’t anonymise anything or shrink your obligations, so the substance of your compliance position rests on what personal data you collect, your lawful basis, and your transparency, minimisation, and retention practices. What the proxy layer adds is a short list of concrete items: IP addresses are likely personal data, roles with your provider need establishing in writing, cross-border flows need mapping, and provider IP-sourcing deserves genuine due diligence.
Work that list, scope personal data out wherever the business purpose allows, and document the reasoning. If you’re evaluating us on these questions, our privacy policy and terms and conditions are the starting point, and our team can talk through roles and documentation for your specific use case. And because none of the above is legal advice: run your conclusions past qualified counsel before you rely on them.