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
Get your first proxy running in under 60 seconds.
Authentication
API keys, username/password auth, and token management.
Proxy Formats
IP:PORT:USER:PASS format guide for all proxy types.
REST API
Full API reference for orders, proxies, and account management.
Code Examples
Python, Node.js, and cURL examples for common use cases.
Guides
In-depth guides for scraping, automation, and integration.
Quick Start Guide
Create an account & add funds
Register at proxya.co and deposit via crypto or card.
Purchase proxies
Choose your proxy type, location, and duration in the dashboard.
Get your proxy credentials
Your proxies are delivered instantly in IP:PORT:USER:PASS format.
198.23.45.67:8080:user_abc123:pass_xyz789
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.