Country-targeted residential proxies

Italy Residential Proxies

Check public prices, search results, and localized pages through residential exits in Italy. Add _country-IT to your auth key. Pay $1/GB with no subscription.

Connect from your code

Send your first Italy-targeted request.

Choose a language, replace USERNAME and AUTH_KEY, then run the example. Each snippet uses the recommended HTTPS gateway at proxy.packetstream.io:31111.

1curl \2  --proxy 'https://proxy.packetstream.io:31111' \3  --proxy-user "USERNAME:AUTH_KEY_country-IT" \4  'https://api.ipify.org?format=json'
1import requests23proxy = "https://USERNAME:[email protected]:31111"4response = requests.get(5    "https://api.ipify.org?format=json",6    proxies={"http": proxy, "https": proxy},7)8print(response.json())
1import { ProxyAgent } from "undici";23const dispatcher = new ProxyAgent(4  "https://USERNAME:[email protected]:31111"5);67try {8  const response = await fetch("https://api.ipify.org?format=json", { dispatcher });9  console.log(await response.json());10} finally {11  await dispatcher.close();12}

Sticky-session variant

Keep related requests on one Italy exit.

Add a session label to the same auth key: AUTH_KEY_country-IT_session-myworkflow42

Choose your connection behavior

Rotate automatically or keep one exit.

Rotate automatically

Each time your app opens a new proxy connection, PacketStream selects an available Italy exit.

Keep one exit for multi-step work

Add a session label so a login, cart, or other multi-step workflow keeps the same Italy exit across new connections.

Confirm the exit country

Run a quick location check before a country-sensitive job. The country-targeting guide includes a copyable verification example.

Metered pricing

$1 per GB. No subscription.

Start with a $50 minimum purchase. Your balance stays available until you use it.