Skip to main content
Use proxies to run automations through different IP addresses.

Local Development

Set environment variables:
PROXY_URL=http://proxy-server:8080
PROXY_USERNAME=proxy-user      # optional
PROXY_PASSWORD=proxy-pass      # optional
PROXY_PROVIDER=other           # optional, default: oxylabs

Production

No configuration needed. Optexity automatically uses proxies in production.

Enabling Proxy in Inference

Set use_proxy: true in the inference request:
{
  "endpoint_name": "extract_price_stockanalysis",
  "input_parameters": {
    "search_term": ["NVDA"]
  },
  "unique_parameter_names": [],
  "use_proxy": true
}

Proxy Providers

Webshare

Webshare provides 10 free proxies for testing.
PROXY_URL=http://your-webshare-proxy:port
PROXY_USERNAME=your-username
PROXY_PASSWORD=your-password