ProxyRadar

free proxy lists • browse • export • integrate

API Documentation

Use responsibly.

API endpoint
GET https://proxyradar.net/api/proxies

GET /api/proxies

Returns proxies filtered by country and/or type. The response is always a JSON array (or text/CSV if you request a different format).

Examples (curl)

1) Retrieve all proxies + format
curl "https://proxyradar.net/api/proxies?format=txt"
2) Retrieve by country + format
curl "https://proxyradar.net/api/proxies?country=DE&format=json"
3) Retrieve by type + format
curl "https://proxyradar.net/api/proxies?type=socks5&format=csv"
4) Retrieve by country + type + format
curl "https://proxyradar.net/api/proxies?country=US&type=https&format=txt"
5) Multiple countries and types
Use comma-separated values: country=US,GB,DE and/or type=http,socks5.
curl "https://proxyradar.net/api/proxies?country=US,GB&type=http,socks5&format=json"
6) Limits (random sampling)
limit returns up to N randomly-selected proxies from the filtered result. If fewer than N match, you get fewer than N.
curl "https://proxyradar.net/api/proxies?country=US&type=https&limit=10&format=json"

Query parameters

Param Type Description
country string Filter by country. Supports comma-separated values (e.g. US,GB,DE).
type string Filter by proxy type/protocol. Supports comma-separated values (e.g. http,socks5). protocol is accepted as an alias.
limit int Return up to N randomly-selected proxies that match the filters.
format string Output format: json (default), txt (host:port per line), or csv.

Proxy & format types

Proxy types: http, https, socks4, socks5. Use type or the alias protocol.
Formats: json, txt, csv (set via format).

Response

API hard limits

Requests per second
1.0
Burst
3
Burst refill (approx)
3.0s
Disclaimer
ProxyRadar is not a proxy provider and does not operate or control third-party proxy servers. We only index publicly available proxy lists. You are responsible for verifying legality, permissions, and acceptable use.