Reputation: 305
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?
Upvotes: 4
Views: 3376
Reputation: 20920
You're probably looking for the Google AJAX Search API
Specifically estimatedResultCount
, from here
Upvotes: 2