Proxies API Reference
Our proxies can be accessed from any client that support an HTTP proxy. If you want to use the proxies from our browsers, refers to the Chrome DevTools Protocol API reference.
HTTP Proxy URL
http://${PROPERTIES}:${ACCESS_KEY}@proxy.blitzbrowser.com:1080
You need an access key to use the proxies. You can create an access key from the dashboard. The access key can be the same as the browser access key.
Properties
session-${SESSION_ID}
OptionalThe ID will create a sticky session that you can reuse for all the TTL duration.
The ID has to match the following pattern /^[a-zA-Z0-9]{1,64}$/
.
ttl-${SECONDS}
OptionalThe TTL will set the number of seconds the sticky session stays alive. If no TTL is configured, the default TTL is 30 seconds.
country-${COUNTRY_CODE}
OptionalTo connect to a proxy from a country, you have to use the ISO 3166-1 alpha 2 code of the country. It is a 2 characters code used to identify the countries.
state-${STATE_CODE}
OptionalTo connect to a proxy from a state within a country, you have to use the ISO 3166-1 subdivision code of the state. The country property is required.
location-${LOCATION_ID}
OptionalTo connect to a proxy from a specific city, you have to use its location ID. You can find it from the proxies dashboard.
Examples
http://session-h897fsadh89fds-ttl-60-country-US:${ACCESS_KEY}@proxy.blitzbrowser.com:1080
It will create a sticky session to a proxy in the United States for a duration of 60 seconds.
For the next 60 seconds, all the proxy requests with the ID h897fsadh89fds
will be redirected
to the same proxy.
http://country-FR:${ACCESS_KEY}@proxy.blitzbrowser.com:1080
The request will go through a random proxy in France.