Proxies
Scrape location-specific weather with proxies
Route a Notte browser session through a chosen region and extract the weather content shown for that location.
Run this template
Clone just this template, configure Notte, and start the run.
Before running
- Have
NOTTE_API_KEYready. Generate an API key.
Need help? Join the Notte Slack.
Routing behavior
- Uses Notte sessions with country proxy codes such as us, gb, jp, and br.
- Navigates to wttr.in, which renders an ASCII weather report for the browser's inferred location.
- Extracts structured weather and nearest-location data with Notte scrape() and Pydantic validation.
- Uses inline uv script metadata, so no template-specific pyproject.toml is required.
Proxy notes
- Missing credentials: verify .env contains NOTTE_API_KEY.
- Proxy access may need to be enabled for your Notte account.
- Country proxy routing does not guarantee city-level geolocation.
- wttr.in infers location from the request IP when no city is specified.