Google search Python script, without using APIs -


most of google search python scripts use either www::mechanize or google apis.

how write script without using these , json objects?

you can construct url query yourself, if like, , make request using urllib2 or of like. urls google search queries explained here.

of course, really, there's no shame in using apis.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -