in reply to web search for certain data

I just looked at the source of the page you provided. You're quite lucky in this case, the webmaster seems to have dumped all relevant information into the body as well as into the meta tags.

If i where you, i'd look into something like

I'm specifically vague, but following the list should give you a (simple, ugly) quickhack solution for your problem. It will break if the webmaster removes or changes the meta lines. But if this is a onetime job, it should work.

Of course, if you need something flexible, reliable that will work for some years, you should really take a look into real HTML parsers.

Don't use '#ff0000':
use Acme::AutoColor; my $redcolor = RED();
All colors subject to change without notice.