Early access
A rotating HTTPS proxy, on infrastructure we run ourselves.
Egress nodes in us-east, us-west and europe, plus the curated user-agent library behind them — metered per request, with usage you can audit.
One account and one set of API keys for everything below. See pricing — plans are read live from our billing system, and where a price is not set yet, the page says so.
The API surface
It is a short list, and everything on it works. One account, one set of keys. If we cannot serve something we take it off this page rather than badge it as coming soon.
Rotating HTTPS proxy
AvailableSend us a URL and a region, and we fetch it from an egress address in that region.
POST /v2/proxy/fetch?region=…User-agent library
AvailableThe user-agent catalog the proxy itself uses, readable over the same API.
GET /v2/user-agents/Proxy coverage
Proxy egress currently serves three regions, us-east, us-west and europe, on our own infrastructure. Other regions are not served yet — check /proxy/regions for the live list before you rely on one.
Metered per request, and auditable
Billing is usage-based, and the usage it bills from is something you can query yourself rather than take on faith.
Keys are scoped, and revocable
A key carries only the scopes you grant it, and you can toggle or revoke it without rotating the others.
Usage is readable back over the API
Your recorded usage, a period summary and the rated version of it are all endpoints you can call — not a monthly PDF you have to trust.
One account, one invoice
Proxy usage and anything else you run here bill together on a single account rather than as separate products to reconcile.
API key scopes
proxyProxy fetch, regions and status (/proxy/*)readRead-only catalogue and usage data
A request looks like this
Create an account, mint a key in the dashboard, and call it. The full endpoint reference — request shapes, parameters and error responses — is published at https://api.roamingproxy.com/v2/docs.
curl -X POST "https://api.roamingproxy.com/v2/proxy/fetch?region=europe" \
-H "x-api-key: rp_your_key_here" \
-H "content-type: application/json" \
-d '{"url": "https://example.com"}'Get a key
We are in early access and not every plan has a published list price yet. Create an account to get started, or email billing@roamingproxy.com and we will quote you directly.
