tags:

views:

33

answers:

1

I've tried to find a way to do this, but without success. I'm looking for a way to find out how many hits a search gets, and I don't want to do this manually, or with regex searching trough the html code. Surely the Google APIs must have a simple way to do this.

Does anyone know of one?

A: 

You're probably looking for the Google AJAX Search API

Specifically estimatedResultCount, from here

Jason Hall