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.

IP:PORT:USERNAME:PASSWORD
4

Configure your tool

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

# Python example
import requests

PROXY = 'http://YOUR_USER:YOUR_PASS@YOUR_IP:YOUR_PORT'
proxies = {'http': PROXY, 'https': PROXY}

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:YOUR_USER:YOUR_PASS

URL format

http://USERNAME:PASSWORD@IP:PORT
http://YOUR_USER:YOUR_PASS@198.23.45.67:8080

SOCKS5

socks5://USERNAME:PASSWORD@IP:PORT
socks5://YOUR_USER:YOUR_PASS@198.23.45.67:1080

Ready to get started?

Buy your first proxies in under 2 minutes.

Get Started