Getting the number of hits from the Google API

I tried to find a way to do this, but to no avail. I am looking for a way to find out how many hits get into the search, and I do not want to do this manually or by searching for regular expressions through the html code. Of course, the Google API should have an easy way to do this.

Does anyone know about this?

+3
source share
1 answer

You may be looking for the Google AJAX Search API

In particular estimatedResultCount, from here

+2
source

Source: https://habr.com/ru/post/1739172/


All Articles