Integraciones

Compatible con tus herramientas y lenguajes favoritos.

Python

Scrapy

Route Scrapy spider requests through QualityProxy with middleware-based authentication.

Beautiful Soup

Pair Beautiful Soup parsing with requests sessions proxied through QualityProxy.

Python Requests

Standard requests library integration with session-level proxy configuration.

HTTPX

Async-capable HTTP client for Python with native proxy transport support.

Node.js

Puppeteer

Launch headless Chrome sessions with authenticated proxy arguments for browser automation.

Playwright

Configure Playwright browser contexts with proxy settings for cross-browser testing.

Axios

Use HttpsProxyAgent with Axios for Node.js HTTP clients behind QualityProxy.

Multi-language

Selenium

Set proxy capabilities on WebDriver instances for Selenium-based test suites.

Go

Go Colly

Configure Colly collectors with proxy URL functions for high-throughput crawlers.

PHP

Guzzle

PHP Guzzle HTTP client with proxy option for Laravel and Symfony applications.

C#

.NET HttpClient

Configure WebProxy on HttpClientHandler for C# and .NET scraping workloads.

Ruby

Faraday

Ruby Faraday middleware stack with proxy configuration for API integrations.

Automation

n8n

Workflow automation nodes with HTTP Request proxy fields for no-code pipelines.

Testing

Postman

Global or collection-level proxy settings for API testing through QualityProxy.

Data Engineering

Apache NiFi

Configure InvokeHTTP processor with proxy properties for enterprise data flows.

CLI

cURL

Command-line proxy flag for quick connectivity tests and shell scripting.

Configuración rápida

  1. 1Crea una cuenta gratis
  2. 2Genera una clave API
  3. 3Copia el snippet de integración
  4. 4Empieza a hacer solicitudes

Example: Python Requests

1import requests
2
3session = requests.Session()
4session.proxies = {
5 'http': 'http://USER:PASS@gw.qualityproxy.com:823',
6 'https': 'http://USER:PASS@gw.qualityproxy.com:823',
7}
8response = session.get('https://httpbin.org/ip')

¿Listo para integrar?

Crea una cuenta gratis y obtén $5 en créditos. Sin tarjeta de crédito.