Getting the full HTML Response with Google Search API

62 Views Asked by At

i am trying to get the full html response of an http request with Google Search API.

GET https://www.googleapis.com/customsearch/v1?key=MY_API_KEY&exactTerms=site:trovaweb24.com&cx=017576662512468239146:omuauf_lfve

The result is a JSON PAGE that does not contain the html response. How can i get the html code of a google search with their API?

The content of the page

0

There are 0 best solutions below