(question) How to use python get access to google search without query quota limit

Stephen Prinster prinster at mail.com
Fri May 5 22:06:11 EDT 2006


Per wrote:
> I am doing a Natural Language processing project for academic use,
> 
> I think google's rich retrieval information and query-segment might be
> of help, I downloaded google api, but there is query limit(1000/day),
> How can I write python code to simulate the browser-like-activity to
> submit more than 10k queries in one day?

Would Yahoo's API work for you?  IIRC, it allows 5000 queries per day
and up to 100 results per query.  It also includes some easy-to-use
Python examples.

Or, if you are willing to pay for it, you can get as many queries as you
want from Alexa.

HTH,
Steve P.



More information about the Python-list mailing list