Skip to main content

Documentation Index

Fetch the complete documentation index at: https://help.decodo.com/llms.txt

Use this file to discover all available pages before exploring further.

Programming Languages

Decodo offers code examples for 7 of the most used programming languages on the market:
Visit our Decodo GitHub for more examples.

Code Setup

To set up our proxies, simply choose the code according to the programming language you wish to use in the table below:
import requests

url = 'http://ip.decodo.com/json'
username = 'username'
password = 'password'

proxy = f'http://{username}:{password}@gate.decodo.com:7000'
  
response = requests.get(url, proxies={'http': proxy, 'https': proxy})

print(response.text)

Changing Parameters

To edit your connection details, change the corresponding lines in your code:
url = 'http://ip.decodo.com/json'
username = 'username'
password = 'password'

Proxy Guides

  • Learn how to find proxy details in your dashboard for each proxy type here.

Support

Need help or just want to say hello? Our support is available 24/7.
You can also reach us anytime via email at support@decodo.com.

Feedback

Can’t find what you’re looking for? Request an article!
Have feedback? Share your thoughts on how we can improve.