views:

196

answers:

1

I might be just thick (nothing new), but I can't seem to find anything related to an old-fashioned, vanilla google search in the gdata API docs. Anyone know if it's possible? (I know it probably is with a little tinkering, but I already have a Python web-scraping class created that does it for me, but I was wondering if using gdata would be the right thing to do)

+2  A: 

AFAIK, the gdata API is just for the Google Doc's application (Google Spreadsheet etc).

The search API does expose a REST interface for "Flash and other Non-Javascript Environments" though:

http://code.google.com/apis/ajaxsearch/documentation/#fonje

tonys