novada_proxy_mobile
Route requests through real 4G/5G mobile IPs to access mobile-targeted content and app APIs. Supports geo-targeting by country and carrier, plus sticky sessions.
Instructions
Route requests through 4G/5G mobile IPs — real mobile device IPs ideal for mobile-targeted content and apps.
Best for: Mobile-targeted content, app APIs, platforms serving different content to mobile vs desktop. 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), carrier (optional, e.g. 'verizon'), session_id (optional for sticky IP). Formats: "url", "env", "curl". agent_instruction: Mobile IPs. Best for mobile-targeted content and apps. Pair with mobile User-Agent for full simulation. 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'). Use to access mobile-targeted content from a specific region. | |
| carrier | No | Mobile carrier name for carrier-level targeting (e.g. 'verizon', 'att', 't-mobile'). Optional. | |
| session_id | No | Session ID for sticky mobile IP routing. Use for multi-step workflows requiring consistent mobile IP. | |
| format | Yes | Output format. 'url': proxy URL string (default). 'env': shell export commands. 'curl': curl --proxy flag. | url |