Hi!
No, unfortunately it can’t. The tricky part is that it sometimes seems like it works. But it really doesn’t.
We have a similar recent thread here: Can gpt-4o access internet when using the API?
Might be worth noting that not even chatgpt uses the internet for that; they just put today’s date into the system prompt, and that’s that - you can easily do that with node too.
The answer here would be yes - but you need to implement it yourself. You need to create a function or tool or some other injection that handles internet browsing. There’s unfortunately no current easy way to do this for general web browsing as far as I’m aware - your best bet would be to implement scrapers for the sites you want to visit.