Create a key
Sign up with email and create a separate key for each service or environment.
sk_live_•••••••• Swedish proxies, connected
Connect once and choose datacenter, ISP, residential, or agent traffic when you need it. ProxyAPI handles pool health and routing.
200 MB included · No card required · HTTP and HTTPS
# Select Swedish ISP and keep the session
curl -x https://sk_live_example-country-se-type-isp-session-job42:@proxy.proxyapi.se:443 \\
https://httpbin.org/ip
{
"origin": "185.•••.•••.42",
"country": "SE",
"type": "isp"
}
Protocol
CONNECT
Target
Sverige
Payload
Encrypted
01 — Product
The same username carries your key and your choices. Start simple, then add country, type, provider, or a sticky session when the job requires it.
Sign up with email and create a separate key for each service or environment.
sk_live_•••••••• Use the key as your proxy username in curl, an HTTP client, or browser automation.
proxy.proxyapi.se:443 Add modifiers for country, proxy type, provider, and sticky sessions when you need control.
-country-se-type-isp 02 — Routing
Let ProxyAPI choose automatically or express your requirements directly in the username.
Let health, latency, and availability determine the best route.
For stable throughput, testing, and recurring jobs.
When the destination needs traffic from Swedish consumer networks.
Keep the same exit IP through a flow with your own session ID.
03 — Use cases
ProxyAPI works for recurring collection and short verification jobs. You control the details without operating your own proxy pool.
Run scheduled jobs through Swedish IP addresses and track daily cost.
Verify pricing, content, and flows as they appear from Sweden.
Give browser and API tests a reproducible Swedish network route.
Pin a flow to the same exit IP without reserving infrastructure.
04 — Secure connection
The gateway establishes a CONNECT tunnel and forwards encrypted bytes. Your TLS session runs directly between the client and destination.
The TLS session terminates at the destination, not at our gateway.
The dashboard shows domain, port, bytes, time, and selected routing.
Gateway, control plane, and database run on Swedish infrastructure.
05 — Integration
Standard tools, ordinary proxy authentication, and documented modifiers. No SDK and no sales call required.
Our philosophy is simple: no sales process, no lengthy contracts, just proxies that work.View the connection guide
import { HttpsProxyAgent } from "https-proxy-agent";
const key = process.env.PROXYAPI_KEY;
const proxy = new HttpsProxyAgent(
`https://${key}-country-se:@proxy.proxyapi.se:443`
);
const response = await fetch(targetUrl, {
dispatcher: proxy,
}); 06 — Pricing
Start without a card. Upgrade when you need more gigabytes, more keys, or more proxy types.
0kr/mo
200 MB
For your first request
99kr/mo
25 GB
For smaller services
299kr/mo
100 GB
Priority support
799kr/mo
500 GB
Volume and direct contact
07 — Start building
Create a key, run one curl command, and see usage directly in the dashboard.