Action that 'searches' a URL

I have a list of URLs that I effectively need entering into a browser and searching for (it populates a database). Is there an action in EM that does this? Doesn’t need to bring anything back.

Ignore, think I’ve found it!

Not sure I understood the question, but to emulate entering a URL in a web browser you can use the “Web request” action in the “GET” mode. If you need to pretend like the request comes from a particular browser, set the “User-Agent” header with the respective value (there is a list of them in the header editor).