novada_proxy_isp
Route requests through ISP-assigned IPs that appear as real home users. Ideal for scraping social media and ecommerce sites without being blocked.
Instructions
Route requests through ISP-assigned IPs that look like real home users — ideal for social media and ecommerce platforms.
Best for: Social media scraping, ecommerce platforms, any site distinguishing home users from 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, optional), session_id (optional for sticky IP). Formats: "url", "env", "curl". agent_instruction: ISP proxies look like real home users. Best for social/ecommerce. Escalate to novada_proxy_residential for stronger anti-bot. 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', 'gb'). ISP proxies are best for social and ecommerce. | |
| session_id | No | Session ID for sticky ISP IP routing. Use for multi-step workflows that require the same IP. | |
| format | Yes | Output format. 'url': proxy URL string (default). 'env': shell export commands. 'curl': curl --proxy flag. | url |