Rotating proxy pools on leased infrastructure.
Proxy exits running on datacenter address space, with observation counts across a rolling ninety-day window.
Schema at a glance.
See documentation →The database's schema and metadata are documented carefully. Multiple formats are available, including CSVGZ and MMDB.
| ip | provider | first_seen | last_seen | hits | hits_days_pct | providers_num |
|---|---|---|---|---|---|---|
| 46.203.63.189 | floppydata | 2026-06-11 | 2026-07-30 | 13 | 9 | 3 |
| 18.237.13.41 | floppydata | 2026-07-06 | 2026-09-04 | 9 | 8 | 2 |
| 45.67.3.193 | floppydata | 2026-08-29 | 2026-09-06 | 2 | 1 | 2 |
| 52.52.254.47 | floppydata | 2026-06-30 | 2026-06-30 | 1 | 1 | 1 |
| 217.80.249.248 | floppydata | 2026-08-30 | 2026-08-30 | 1 | 1 | 1 |
Downloading it from code.
Database API reference →One call gets you the current Datacenter Proxy IP build. Every official client wraps it three ways — straight to disk, a signed link you hand to your own runner, or bytes in memory — and each verifies the published checksum before it hands the build back.
download(path)url(expires)bytes()build()formatsince(build)from vpndetection import Clientclient = Client(os.environ["VPNDETECTION_API_KEY"])db = client.database("dcproxy_ip_90d_v1", format="csvgz")db.download("dcproxy_ip_90d_v1.csv.gz") # to diskurl = db.url(expires=3600) # signed linkblob = db.bytes() # in memorydb.build().published # last build
Getting your hands on it.
Where Datacenter Proxy IP earns its place in a risk stack — and what each of these decisions needs from the data rather than from a score.
Cheap abuse arrives here first
Datacenter proxies are the lowest-cost way to rotate an address, which makes them the highest-volume source of automated abuse.
Distinct from plain hosting
A server range is not necessarily a proxy. This dataset is the subset actually observed exiting proxy traffic.
Rotation is visible
First seen, last seen and hit counts show how a pool churns, so short-lived exits can be scored differently.
An official client for every major language.
All SDKs on GitHub →Twelve official clients for the languages you ship in, each wrapping the database endpoints as well as the lookup — list what you are licensed for, poll a build, follow the download redirect. Install commands are in the docs.
No loose ends.
How often does this dataset rebuild?
Every dataset publishes its own cadence and its last build date. The proxy datasets additionally carry a rolling 90-day observation window, so first seen and last seen are relative to that window.
Start without signing up.
Paste it into a terminal — no account needed. 1k daily allowance per user, answering ip and is_vpn.
{"ip": "45.83.91.1","is_vpn": true}