parseGoogle.cfc
This is a ColdFusion Component that will return a list of urls from a Google Appliance search.
Download it here
Here's a sample:
<cfinvoke
component="components.google.parseGoogle"
gUrl="http://googleappliance.whatever.com"
method="getSearch"
output="xml_no_dtd"
q="fda"
site="sitename"
num="100"
start="0"
ReturnVariable = "searchArray">
If you find this component usefull feel free to make a donation here:


There are no comments for this entry.
[Add Comment]