Request

https://api.free-proxies.info/v1/proxy/list?api_key=[API_KEY]
&country_code=IT&anonymityLevel=anonymous&google=true&elapsed=5&get=true&post=true&https=true&port=8080

NOTE: you need to make the request from the server host that you have set in your account-

Parameters:

Name Type Value Description
api_key string Register to get your free API key REQUIRED
Your API key (check your account settings for the request. You need to make the request from the same host).
country_code string ISO 3166-1 alpha-2 Add this to retrieve only proxies at this location. Comma-separate multiple values to search with OR condition.
DEFAULT: All countries
anonymityLevel string anonymous, or transparent Add this to retrieve only proxies with a specific level of anonymity.
DEFAULT: All types
google boolean is a google proxy? Add this to retrieve only proxies that works with google (HTTP; HTTPS)
DEFAULT: All types
https (future: protocols) boolean (future: string) actuale a boolean; future values: http, https, socks4, or socks5 Add this to retrieve only proxies with a specific protocol (actual only https). Comma-separate multiple values to search with OR condition.
DEFAULT: All protocols
elapsed boolean digit from 0 to 20 (max second for timeout request) Only retrieve proxies that were tested to with a max latency of the number you write (less is better).
DEFAULT: < 3
get or post boolean true or false, to define the both parameters Only retrieve proxies with a specif method. get parameters is for get only method.
DEFAULT: All methods
port integer 80, 8080 ... Only retrieve proxies with a specif port. Comma-separate multiple values to search with OR condition.
DEFAULT: All ports

Response example

The response is always in JSON
{
	"address": "212.237.27.82", 
	"anonymityLevel": "transparent", 
	"cookies": true, 
	"country_code": "IT", 
	"full_address": "212.237.27.82:1189", 
	"get": true, 
	"port": "1189", 
	"post": true, 
	"referer": true, 
	"supportHttps": true, 
	"user_agent": true, 
	"websites": {
		"amazon": false, 
		"google": true
	}
}
      	
Learn more