Invita a un amigo: ganas el 15% de cada pedido y él un 10% de descuento

Switzerland proxies

Switzerland looks like another European country right up until your first table of data. It is not in the European Union, so it has its own data protection law and its own tax rate, noticeably lower than EU ones. Prices here are higher than in neighbouring countries, and retail is priced with one eye on the fact that a shopper can drive across the border. And sites speak three languages by default, where Swiss German is not German German.

What we have in Switzerland

Prices are the same as in every other country we cover.

What Swiss addresses get used for

Retail price monitoring

Digitec Galaxus, Brack.ch, Microspot, Interdiscount, Coop, Migros: local platforms hold the turnover and prices here follow their own logic.

Price and tariff comparison

Toppreise.ch and Comparis.ch: comparison covering not just products but insurance and telecoms, which has no equivalent next door.

Classifieds and second-hand

Ricardo.ch, Tutti.ch, Anibis: local platforms rather than pan-European ones.

Ad verification

NZZ, 20 Minuten, Blick, Tages-Anzeiger, Le Temps: campaigns are bought by language region rather than for the country as a whole.

What looks different from outside Switzerland

These serve a Swiss visitor something other than what a foreign one sees, because of broadcast rights and local catalogues. We sell addresses rather than a way past detection.

SRF PlayTVRTS PlayTVRSI PlayTVPlay Suissestreamingblue TVcarrierDigitec GalaxuspricingToppreise.chcomparisonComparis.chtariffsRicardo.chclassifiedsTutti.chclassifiedsgoogle.chsearchSmooddelivery

Which type to take for a Swiss job

Cities people ask for here

Cities are set with the _city_ suffix. In Switzerland the city also determines the language region, so the choice carries meaning rather than only geography.

ZurichLargest market, German-speaking region, main datacenters
GenevaFrench-speaking region, international organisations
BaselThe north, on the German and French borders
BernThe capital, German-speaking region
LausanneFrench-speaking region, second largest
LuganoItalian-speaking region in the south

The setups people take here most often

  1. 01Residential, country levelThe default: the pool is small and most jobs do not need a city.
  2. 02Residential with a city for languageZurich, Geneva and Lugano return three different language versions of the same site.
  3. 03Datacenter for insensitive targetsCheap and fast, but test the target with one address first.
  4. 04Switzerland plus the border countriesComparing with Germany and France: the same login, only the country code changes.

Connection strings for Switzerland

The country code is CH, upper case. The city goes after it with _city_, hyphens instead of spaces, in the order country, city, session, lifetime.

Swiss static addresses take no suffixes: the host is the IP from your dashboard, port 50100, SOCKS5 on 50101.

Swiss exits, four ways

curl -x login_c_CH:password@proxy.sotaproxy.com:10000 https://api.ipify.org

# Zurich, held for fifteen minutes on session 42
curl -x login_c_CH_city_Zurich_s_42_ttl_15m:password@proxy.sotaproxy.com:10000 https://api.ipify.org

# the cross-border pair: same login, different country
curl -x login_c_DE:password@proxy.sotaproxy.com:10000 https://api.ipify.org

# a Swiss static address: no suffixes
curl -x login:password@YOUR-CH-IP:50100 https://api.ipify.org

Three languages by default, and Swiss German is not German German

As in Spain the language changes inside the country, but it is arranged differently and one detail matters.

Large Swiss sites usually serve German, French and Italian versions as equals rather than as translations of a main one. The region suggests which you get, so a Zurich address and a Geneva address return different pages of the same site.

Then comes the subtlety that breaks parsers. The Swiss variant of written German differs from the German one: in particular the letter ß is not used, and ss is written instead. A scraper that matches strings against a German reference, or normalises text by German rules, quietly stops finding matches on Swiss pages.

Practical conclusion: keep the city and Accept-Language consistent, send de-CH, fr-CH or it-CH rather than the generic codes, and do not reuse dictionaries and rules written for Germany on Swiss pages.

Switzerland is outside the EU, and the data regime is its own

Another difference from most countries on this list.

Switzerland is not in the European Union and operates under its own data protection act, revised in recent years. It is similar in shape to the European one and differs in detail, and crucially it is a separate regime rather than an application of the GDPR.

Practically that means two things. Compliance conclusions drawn for Germany or France do not transfer here. And if your dataset holds information about people in Switzerland, the relationship is governed by Swiss law regardless of where you are and which address your traffic exits through.

This is general information rather than legal advice. Our terms require lawful use and we act on abuse reports. Where the answer carries commercial risk, ask a lawyer familiar with that jurisdiction specifically.

What actually blocks you on Swiss targets

A short list, because the country is small and the target set is narrower than in the large markets.

Retail and the comparison platforms filter hosting ranges and want residential. The insurance and telecom comparison sites in particular score visits carefully, because their business depends on it.

Publishers and reference sites serve datacenter addresses normally.

Search results are rate limited per address as everywhere.

One Swiss specific: because the city you request also selects the language version, a rotation mid-job can hand you two language variants of the same dataset. Hold a sticky session for the length of a run rather than rotating between pages.

Which exits you get here, and how stable they are

The Swiss pool in practical terms.

Residential density concentrates in Zurich, Geneva, Basel, Bern and Lausanne, with Lugano thinner. The pool is small in absolute terms, so keep a country-level fallback and do not plan on running dozens of parallel sticky sessions on Swiss residential.

The city choice carries more weight here than in most countries because it selects the language region as well as the geography: a failed city request changes the content you receive, not only where you appear to be.

Swiss home connections are fast and stable, so sessions that end early are the usual case of a device going offline rather than anything about the route.

Choosing the type for a Swiss target

There are two options here, so the choice is simple and the test is worth doing first.

  • Test the target with a single datacenter address. If it serves you, take datacenter: $1.15 per address per month, traffic unmetered.
  • A 403 on the first request means hosting ranges are filtered. Move to residential.
  • The Swiss pool of home devices is small, so write a country-level fallback for city requests and log when it fires.
  • A 429 after many requests is a per-address rate limit: more addresses, not a different type.
  • For cross-border comparison add a second run with DE or FR: it is the same login.

What a month of Swiss work costs

Three scenarios at our prices, so you have something to check a quote against.

  • Price monitoring across Swiss retail, 20,000 product pages a day with images blocked, roughly 80 KB per page. That is 1.6 GB a day, about 48 GB a month: $48 on residential.
  • Pairing it with Germany on the same listings doubles the traffic: about 96 GB a month, so $96, and it is the only way to get a meaningful answer about price level.
  • Three language versions of the same pages triples the traffic but not the address count. Decide in advance whether you need all three or one is enough.

Verifying a Swiss exit

Under a minute. Here it is worth adding a check on the response language: the address can be Swiss while the version of the page is not the one you expected.

Three checks

# 1. is the exit Swiss, and in which city
curl -x login_c_CH_city_Zurich:password@proxy.sotaproxy.com:10000 https://ipinfo.io/json

# 2. which language version came back
curl -s -x login_c_CH_city_Geneva:password@proxy.sotaproxy.com:10000 \
  -H "Accept-Language: fr-CH,fr;q=0.9" https://example.ch | grep -o '<html[^>]*lang="[^"]*"'

# 3. does the sticky session hold
for i in 1 2 3; do
  curl -s -x login_c_CH_s_42_ttl_15m:password@proxy.sotaproxy.com:10000 https://api.ipify.org; echo
done

Questions people ask before buying Swiss addresses

Datacenter or residential for Swiss sites?

Retail and the comparison platforms filter hosting ranges and want residential. Publishers and reference sites serve a datacenter address normally. Test each domain once before committing to per-gigabyte pricing.

Why does the same site serve me different languages?

Large Swiss sites keep German, French and Italian versions as equals, and the region suggests which you receive. Keep the city and Accept-Language consistent.

Can I reuse dictionaries written for Germany?

Carefully. Swiss written German does not use ß, writing ss instead, so a parser matching against a German reference will quietly fail to find matches.

Does the European data regulation apply to Switzerland?

No, the country has its own data protection act. Conclusions drawn for Germany or France do not transfer here.

Do I need city targeting?

More often than average, because the city determines the language region. The pool is small though, so a country-level fallback is always needed.

Do Swiss addresses cost more?

No. Prices are the same everywhere: residential from $1.00 per GB, datacenter from $1.15 per address per month.

Términos que conviene entender antes de comprar

Ubicaciones de proxies

Related