Scraping Google

427 Views Asked by At

I am attempting to scrape Google search results as the results I receive using the API are not as useful as the results from the main site.

I am using the python requests library to grab the search page. However I am receiving an error:

Instant is off due to connection speed. Press Enter to search.

Is there any way I can disable instant search?

thanks

1

There are 1 best solutions below

1
On

Python has a search api for python already, might save you some heartache.

https://developers.google.com/appengine/docs/python/search/