Hi Everyone,
I'm new to the forum, although I already visit for a long time, and I really wanted your opinion on how to accomplish something.
I have a PHP script that opens a CURL to a website to grab their data, example: anywebsite.xxx/getCompanies.php
But this site blocks the connection if a lot of calls are made to this URL with the same IP.
I wanted to add an option to the CURL to make the calls with a proxy server, but I needed that every call I made to the URL was made using one different IP.
I don't need to have really one IP per call, but I need at least 10 or 20 different IP's to random through each call.
I found only one service that works like that, that is proxymesh but I wanted to find others like that because I have other scripts that will need different blocks of IP.
Can anyone recommend anything like that?
Thanks!
I'm new to the forum, although I already visit for a long time, and I really wanted your opinion on how to accomplish something.
I have a PHP script that opens a CURL to a website to grab their data, example: anywebsite.xxx/getCompanies.php
But this site blocks the connection if a lot of calls are made to this URL with the same IP.
I wanted to add an option to the CURL to make the calls with a proxy server, but I needed that every call I made to the URL was made using one different IP.
I don't need to have really one IP per call, but I need at least 10 or 20 different IP's to random through each call.
I found only one service that works like that, that is proxymesh but I wanted to find others like that because I have other scripts that will need different blocks of IP.
Can anyone recommend anything like that?
Thanks!