Key : 4bhLSYsuTRojpF7vatrWPcK9M3gNzxdX
Örnekler
PARAMETER VALUE DESCRIPTION EXAMPLE REQUEST
apiKey string Your apiKey must be included in all requests http://falcon.proxyrotator.com:51337/?apiKey=anahtargir
get true Proxy supports GET requests http://falcon.proxyrotator.com:51337...argir&get=true
post true Proxy supports POST requests http://falcon.proxyrotator.com:51337...rgir&post=true
cookies true Proxy supports cookies http://falcon.proxyrotator.com:51337...r&cookies=true
referer true Proxy supports referer header http://falcon.proxyrotator.com:51337...r&referer=true
userAgent true Proxy supports user-agent header http://falcon.proxyrotator.com:51337...userAgent=true
port integer Return only proxies with specified port http://falcon.proxyrotator.com:51337...targir&port=80
city string Return only proxies with specified city http://falcon.proxyrotator.com:51337...argir&city=New York
state string Return only proxies with specified state http://falcon.proxyrotator.com:51337...argir&state=NY
country string Return only proxies with specified country http://falcon.proxyrotator.com:51337...gir&country=US
connectionType string "Residential", "Mobile", or "Datacenter" http://falcon.proxyrotator.com:51337...ionType=Mobile
asn string Return only proxies on the specified ASN's network. http://falcon.proxyrotator.com:51337...rgir&asn=11426
isp string Return only proxies on the specified ISP's network. http://falcon.proxyrotator.com:51337...argir&isp=Time Warner Cable
xml true Response will be in XML instead of jSON http://falcon.proxyrotator.com:51337...argir&xml=true
Php
<?php// use curl to make the request$url = 'http://falcon.proxyrotator.com:51337/proxy-list/?apiKey=4bhLSYsuTRojpF7vatrWPcK9M3gNzxdX';$ch = curl_init($url);curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);curl_setopt($ch, CURLOPT_TIMEOUT, 30);$response = curl_exec($ch);curl_close($ch);echo $response;?>




