Category:Data Provider API Docs
DataQueryObject API Documentation
DATAKEY
"goog_images"
WEBSITE
http://images.google.com/
DESCRIPTION
The Google images web service will match images over the internet with your search term and give back some description, thumbnail in meta information.
INPUT
1st Parameter - Array (term,size)
Type - array
term is the parameter to be search.
size can take values from ( "thumb"," medium"," xxlarge","huge","all")
2nd Parameter - Start
Type - int/string
3rd Parameter - End
Type - int/string
EXAMPLE DATA
[0] => Array
(
[source] => goog_images
[image] => http://www.wkrn.com/files/images/2007/05/CarrieUnderwood_TonyRomo.jpg
[metadata] => Array
(
[thumb] => http://tbn0.google.com/images?q=tbn:n37oaMXwbJ3feM:
[desc] => \x26quot;Cowboys\x26#39; Tony Romo Accompanies ...
[url] => http://www.wkrn.com/nashville/news/cowboys-tony-romo-accompanies-carrie-underwood-to-acms/95584.htm
)
)
Categories: