novada_proxy_residential
Route requests through residential IPs to bypass anti-bot protections and access geo-restricted content. Supports country and city targeting for precise geo-location.
Instructions
Route requests through residential IPs — real home ISP addresses from a 100M+ IP pool. Best anti-bot bypass for geo-restricted or protected pages.
Best for: Anti-bot protected pages, geo-restricted content, platforms that block datacenter IPs. 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), city (optional, requires country), session_id (optional for sticky IP). Formats: "url", "env", "curl". agent_instruction: Best for geo-restricted content. Use country param for targeting. Strongest anti-bot bypass — escalate here from isp/datacenter when blocked. Requires: NOVADA_PROXY_USER, NOVADA_PROXY_PASS, NOVADA_PROXY_ENDPOINT env vars.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Optional target URL to route through the proxy. When provided, returns config scoped for that URL. Omit to get generic proxy credentials. | |
| country | No | ISO 2-letter country code for geo-targeting (e.g. 'us', 'gb', 'de'). Best for geo-restricted content. | |
| city | No | City-level targeting (e.g. 'london', 'new-york'). Requires country to be set. | |
| session_id | No | Session ID for sticky IP routing — same session_id returns the same residential IP across requests. | |
| format | Yes | Output format. 'url': proxy URL string (default). 'env': shell export commands. 'curl': curl --proxy flag. | url |