jatar_k

msg:434355 | 9:37 pm on Nov 29, 2003 (gmt 0) |
Have you looked at LWP [perldoc.com]? Just be careful with automated queries, the Search Engines don't take too kindly to it. If you start hammering the serp's they will notice.
|
bobbee

msg:434356 | 4:37 pm on Dec 1, 2003 (gmt 0) |
I haven't scripted HotBot but: Google has an API you can access w/ scripts (limited to 1k searches per day). I have scripted queries to AltaVista by building the query into the URL & retrieving the results w/ fopen & then using Grep to parse out the hits of intererst. I hope this helps, Bob
|
sugarkane

msg:434357 | 11:45 pm on Dec 1, 2003 (gmt 0) |
I second jatar's suggestion of LWP Basically, you use LWP to pull the SERP of your choice, then parse the returned content to pull out the info you need (usually done with regular expressions, but there are also several HTML parsing modules [search.cpan.org] that might fit the bill)
|
|