I don't know Goutte but it looks like a wrapper around Guzzle.
The first result of a google search with "Goutte + Proxy" gave me this:
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello Everyone,
I have a call request like this:
$crawler = \Goutte::request('GET', 'https://www.website.com');
I'd like to use different IP address as sender to trigger this request. Is there a proxy service or something like this?
thank you very much
Please or to participate in this conversation.