novada_proxy_static
Route requests through a dedicated static ISP IP that remains the same for each session and country. Ideal for account management and login workflows that require consistent identity.
Instructions
Route requests through a dedicated static ISP IP that never changes — same IP every request for a given session_id + country.
Best for: Account management, login-dependent workflows, platforms that flag IP changes as suspicious. Not for: novada_extract or novada_crawl — they handle proxy routing internally. These credentials are for your own HTTP clients (curl, requests, axios). Params: url (optional), country (ISO 2-letter, REQUIRED), session_id (REQUIRED — determines your dedicated IP). Formats: "url", "env", "curl". agent_instruction: Same IP every request. Best for accounts requiring consistent identity. Keep the same session_id for the entire account lifecycle. Requires: NOVADA_PROXY_USER, NOVADA_PROXY_PASS, NOVADA_PROXY_ENDPOINT env vars.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Optional target URL. When provided, returns config scoped for that URL. Omit for generic proxy credentials. | |
| country | Yes | ISO 2-letter country code (required for static ISP proxy — each country has a distinct pool of dedicated IPs). | |
| session_id | Yes | Session ID required for static proxy — determines which dedicated IP is assigned. Same session_id always returns the same IP. | |
| format | Yes | Output format. 'url': proxy URL string (default). 'env': shell export commands. 'curl': curl --proxy flag. | url |