serpapi / google-search-results-python

Google Search Results via SERP API pip Python Package
MIT License
583 stars 94 forks source link

get_html() Returns JSON Instead of HTML #66

Closed schaferyan closed 3 months ago

schaferyan commented 9 months ago

A customer reported the get_html() method for this library returns a JSON response instead of the expected HTML.

I may be misunderstanding something about what the get_html method is intended to do, but I checked this locally and the customer's report appears to be correct:

Screenshot 2024-01-05 at 9 34 23 AM Screenshot 2024-01-05 at 9 42 56 AM
ilyazub commented 3 months ago

Resolved in https://github.com/serpapi/google-search-results-python/pull/69. (Thanks @gutoarraes!)