http://www.perlmonks.org?node_id=496414


in reply to Re: Google local search regex
in thread Google local search regex

I didnt read that no!

Hypothetically speaking, how would one achieve the required result? :)

Dan

Replies are listed 'Best First'.
Re^3: Google local search regex
by marto (Cardinal) on Sep 30, 2005 at 14:03 UTC
    One would sign up for an API Key (after reading and agreeing to the Ts & Cs):

    "To access the Google Web APIs service, you must create a Google Account and obtain a license key. Your Google Account and license key entitle you to 1,000 automated queries per day."

    Then take a look at Cpan results for Google , such as WWW::Search::Google and start from there perhaps.

    Martin