novada_proxy_datacenter
Route requests through datacenter IPs for high-volume scraping of APIs and public data feeds without aggressive anti-bot protections. Supports geo-targeting and sticky IP sessions.
Instructions
Route requests through datacenter IPs — fastest and most cost-effective option for high-volume scraping of targets without aggressive anti-bot.
Best for: APIs, public data feeds, high-volume scraping of non-protected targets. 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, optional), session_id (optional for sticky IP). Formats: "url", "env", "curl". agent_instruction: Fastest proxies. Best for high-volume, non-anti-bot targets. Escalate to isp → residential if blocked. 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 | No | ISO 2-letter country code for geo-targeting (e.g. 'us', 'de'). Optional — omit for any country. | |
| session_id | No | Session ID for sticky datacenter IP routing. Use for multi-step workflows requiring consistent IP. | |
| format | Yes | Output format. 'url': proxy URL string (default). 'env': shell export commands. 'curl': curl --proxy flag. | url |