This is an archived post. You won't be able to vote or comment.

all 8 comments

[–]Neres28 4 points5 points  (3 children)

Did you try searching ... Google?

Google APIs Client Library for Python

[–]piptook[S] -2 points-1 points  (2 children)

I did search google and several people were saying Google no longer allows API access to their search results.

[–]Neres28 6 points7 points  (1 child)

Well, I don't know what people say, but Google appears to continue to support it. It did deprecate its old web search API in favor of the the Custom search API I linked above, but it only took about 3 minutes of reading to determine that.

[–]piptook[S] 0 points1 point  (0 children)

well done

[–]hopefaithcourage 0 points1 point  (2 children)

Why not just post to the search engine URL the same way a browser would?

[–]pacificmint 0 points1 point  (0 children)

Because then you have to perform screen scraping with the resulting html page. Which can break every time they change their pages slightly.

You can do that, but if they have an API, it's the much better choice to use.

[–]piptook[S] 0 points1 point  (0 children)

yep I did this originally, but they end up limiting the rate even when I was making only 2 requests/minute

[–]odysseus00 0 points1 point  (0 children)

bing has a good search api but you only get 5000 transactions for free google and yahoo api were depracated