Search code examples
pythongoogle-search

Displaying google search without using Google API?


I want to make Google browser which when supplied with key word returns search results and download any file as required. I have created the downloader need help on searching part how to about it? I want to do it in python as I have created the downloader in the same.


Solution

  • As per Section 5.3 of the Terms of Service (http://www.google.com/accounts/TOS), you need to use the API.

    Here's their custom search API, which can be used to search the whole web: http://code.google.com/apis/customsearch/v1/overview.html