
ExternalProxy type.
This is useful when you need residential IP rotation, geo-targeted traffic, or want to route your browser automation through a dedicated proxy provider.
Prerequisites
- A Notte API key (get one here)
- A Massive account with proxy credentials — sign up at partners.joinmassive.com
Setup
1. Get your Massive credentials
Log in to your Massive dashboard and grab your proxy username and password. Then choose a protocol:| Protocol | Port | Use case |
|---|---|---|
| HTTP | 65534 | Recommended for most use cases |
| HTTPS | 65535 | For encrypted proxy connections |
| SOCKS5 | 65533 | For advanced routing needs |
2. Install the Notte SDK
3. Connect Massive to your Notte session
Pass your Massive proxy as anExternalProxy when creating a session:
massive_basic.py
Geo and device targeting
Massive supports geographic and device-type targeting by appending parameters to your username string. You can target by country, state, city, device type, or any combination:massive_geo.py
Complete example
A production-ready script using Massive proxies with a Notte agent:massive_complete.py
.env file:

