I want to scan 200 results for about 2000 queries, but this gives me the error "exceeding the daily limit".
I want to confirm how many results we can scan per day. Is there a solution that can solve this problem? Or the only way is to scan a small part of the queries every day ...?
My Google crawl code is as follows:
def crawl(query_list): http = httplib2.Http()
Thanks!
python google-custom-search google-api-python-client
yvetterowe
source share