2

I'd like to search Google programmatically using Python. I have about 1,000 queries I'd like to run, and all I need is the URL of the first result. Looking into this, I found the Google Web Search API, which seems to fit the bil, but is now deprecated and only supports a limited number of queries per day. The replacement, the Google Custom Search API only seems to support searching specific websites, but I'd like to search the whole Internet (i.e., a normal Google search).

Is there any way to do 1,000 Google web searches using Python? I'm happy to pay a small fee in order to do that many queries, but it just seems like there's no longer an API that supports Google web searching.

Thanks.

sundance
  • 2,905
  • 4
  • 21
  • 31

0 Answers0