Docs

Documentation

Everything you need to integrate and use Proxya proxies. Start with the quick-start guide or explore the full API reference.

Quick Start Guide

1

Create an account & add funds

Register at proxya.co and deposit via crypto or card.

2

Purchase proxies

Choose your proxy type, location, and duration in the dashboard.

3

Get your proxy credentials

Your proxies are delivered instantly in IP:PORT:USER:PASS format.

198.23.45.67:8080:user_abc123:pass_xyz789
4

Configure your tool

Paste the credentials into your scraper, browser, or bot.

# Python example
import requests

proxies = {
    'http': 'http://user_abc123:pass_xyz789@198.23.45.67:8080',
    'https': 'http://user_abc123:pass_xyz789@198.23.45.67:8080',
}
response = requests.get('https://example.com', proxies=proxies)
print(response.status_code)

Proxy Formats

Standard (USER:PASS auth)

IP:PORT:USERNAME:PASSWORD
198.23.45.67:8080:user123:pass123

URL format

http://USERNAME:PASSWORD@IP:PORT
http://user123:pass123@198.23.45.67:8080

SOCKS5

socks5://USERNAME:PASSWORD@IP:PORT
socks5://user123:pass123@198.23.45.67:1080

Ready to get started?

Buy your first proxies in under 2 minutes.

Get Started