If you're looking to automate the rotation of sticky and static proxies (for both Datacenter and Residential) our Subscription API could be a straight answer.
The Subscription API allows you to directly retrieve proxies from your subscription. Everytime you send a GET request to our Subscription API, we will generate a fresh list of proxies, based on your Subscription settings. Let's take a look together at how to use it:
β
βStep 1: access your Subscription from our web-app and set it up as you would usually do
In this case, I've decided to go for 10 sticky USA proxies.
Step 2: use your API link
You can find the API link in your subscription management page in the "API & Export" section. By default, a link leading to a TXT output will be provider: you have also the possibility of retrieving your sessions in a JSON format by swapping out the "txt" part in the link for "json".
For txt:
GET https://api.thunderproxies.com/v1/public/subscriptions/{subscriptionId}/txt?apiKey={yourApiKey}
For json
GET https://api.thunderproxies.com/v1/public/subscriptions/{subscriptionId}/json?apiKey={yourApiKey}