neOtron
Power Member
- Nov 22, 2012
- 512
- 630
Hey guys,
My last project had some scraping work involved and it required lot of fresh anonymous public proxies. so i build myself an online tool for getting fresh proxies.
i dint wanna buy a good server which will be testing hundreds of proxies every second so instead what i did is scraped some proxy list websites which updates their proxies every minute or hour (so i wont have to test those proxies myself) . Almost all of these websites have some kind of protection to stop normal scripts from scraping their websites so i had to write custom codes for each of these website.
I figured this online tool will be helpful for some of you guys so sharing it here. (this is not making money for me in anyway
)
You may access this tool at : HERE
Currently this tool scrapes the below websites every minute :
NOTE: scraping the above websites gave me enough proxies for my need but let me know if u need me to add scraper for any more such websites.
.
Also you may fetch the latest 1000 Anonymous proxies list as a text file at this link : HERE
(for scrapebox or other seo tools)
Also if you require one latest tested anonymous proxy then visit this link : HERE
(My another script calls this webpage whenever it need any proxy, this webpage fetch the latest 5 proxies and perform an 'alive check ' and 'speed check' if the test pass then the proxy gets displayed on the page else the script moves to the next proxy and so on till it finds a good proxy)
My last project had some scraping work involved and it required lot of fresh anonymous public proxies. so i build myself an online tool for getting fresh proxies.
i dint wanna buy a good server which will be testing hundreds of proxies every second so instead what i did is scraped some proxy list websites which updates their proxies every minute or hour (so i wont have to test those proxies myself) . Almost all of these websites have some kind of protection to stop normal scripts from scraping their websites so i had to write custom codes for each of these website.
I figured this online tool will be helpful for some of you guys so sharing it here. (this is not making money for me in anyway
You may access this tool at : HERE
Currently this tool scrapes the below websites every minute :
Code:
http://aliveproxy.com/anonymous-proxy-list/
http://aliveproxy.com/high-anonymity-proxy-list/
http://nntime.com/proxy-list-01.htm
http://nntime.com/proxy-list-02.htm
http://nntime.com/proxy-list-03.htm
http://nntime.com/proxy-list-04.htm
http://nntime.com/proxy-list-05.htm
http://nntime.com/proxy-list-06.htm
http://nntime.com/proxy-list-07.htm
http://nntime.com/proxy-list-08.htm
http://nntime.com/proxy-list-09.htm
http://nntime.com/proxy-list-10.htm
http://proxyserverlist24.blogspot.com/feeds/posts/default
http://www.proxylist.ro/search-free-proxy.php?country=ALL&port=0&anon=Y&ssl=&start=0
http://www.proxylist.ro/search-free-proxy.php?country=ALL&port=0&anon=Y&ssl=&start=1
http://www.proxylist.ro/search-free-proxy.php?country=ALL&port=0&anon=Y&ssl=&start=2
http://www.proxylist.ro/search-free-proxy.php?country=ALL&port=0&anon=Y&ssl=&start=3
http://www.proxylist.ro/search-free-proxy.php?country=ALL&port=0&anon=Y&ssl=&start=4
http://www.proxylist.ro/search-free-proxy.php?country=ALL&port=0&anon=Y&ssl=&start=5
http://www.proxylist.ro/search-free-proxy.php?country=ALL&port=0&anon=Y&ssl=&start=6
http://www.proxylist.ro/search-free-proxy.php?country=ALL&port=0&anon=Y&ssl=&start=7
http://www.proxylist.ro/search-free-proxy.php?country=ALL&port=0&anon=Y&ssl=&start=8
http://www.proxylist.ro/search-free-proxy.php?country=ALL&port=0&anon=Y&ssl=&start=9
http://www.myiptest.com/staticpages/index.php/Free-Elite-Anonymous-Proxy-lists.html
http://free-proxy-list.net/anonymous-proxy.html
http://letushide.com/filter/all,ntp,all/list_of_free_None_Transparent_proxy_servers
http://letushide.com/filter/all,ntp,all/2/list_of_free_None_Transparent_proxy_servers
http://letushide.com/filter/all,ntp,all/3/list_of_free_None_Transparent_proxy_servers
http://letushide.com/filter/all,ntp,all/4/list_of_free_None_Transparent_proxy_servers
http://letushide.com/filter/all,ntp,all/5/list_of_free_None_Transparent_proxy_servers
http://www.samair.ru/proxy/time-01.htm
http://www.samair.ru/proxy/time-02.htm
http://www.samair.ru/proxy/time-03.htm
http://www.samair.ru/proxy/time-04.htm
http://www.samair.ru/proxy/time-05.htm
http://atomintersoft.com/high_anonymity_elite_proxy_list
http://atomintersoft.com/anonymous_proxy_list
http://www.proxynova.com/proxy-server-list/country-us/
http://www.proxynova.com/proxy-server-list/country-br/
http://www.proxynova.com/proxy-server-list/country-cn/
http://www.proxynova.com/proxy-server-list/country-id/
http://www.proxynova.com/proxy-server-list/country-gb/
NOTE: scraping the above websites gave me enough proxies for my need but let me know if u need me to add scraper for any more such websites.
.
Also you may fetch the latest 1000 Anonymous proxies list as a text file at this link : HERE
(for scrapebox or other seo tools)
Also if you require one latest tested anonymous proxy then visit this link : HERE
(My another script calls this webpage whenever it need any proxy, this webpage fetch the latest 5 proxies and perform an 'alive check ' and 'speed check' if the test pass then the proxy gets displayed on the page else the script moves to the next proxy and so on till it finds a good proxy)