Louis DeconinckL
Apify & Crawlee13mo ago
3 replies
Louis Deconinck

Set country for datacenter proxies

Is it possible to set a country for datacenter proxies? I currently have 30 Apify datacenter IPs which I think are from the US.

I'm specifically looking to use EU proxies, country doesn't matter. Is there a way to specify multiple country codes?

Example of how I do it with residential proxies.

const proxyConfiguration = await Actor.createProxyConfiguration({
    groups: ['RESIDENTIAL'],
    countryCode: 'FR',
});
image.png
Was this page helpful?