
    =h                     $    S SK 7   " S S\5      rg)    )*c                   ,   ^  \ rS rSrSrU 4S jrSrU =r$ )GoogleSearch   zGoogleSearch enables to search google and parse the result.
```python
from serpapi import GoogleSearch
query = GoogleSearch({"q": "coffee", "location": "Austin,Texas"})
data = query.get_json()
```

https://github.com/serpapi/google-search-results-python
c                 6   > [         [        U ]  U[        5        g )N)superr   __init__GOOGLE_ENGINE)selfparams_dict	__class__s     hC:\Users\julio\OneDrive\Documentos\Trabajo\Ideas Frescas\venv\Lib\site-packages\serpapi/google_search.pyr	   GoogleSearch.__init__   s    lD*;F     )__name__
__module____qualname____firstlineno____doc__r	   __static_attributes____classcell__)r   s   @r   r   r      s    G Gr   r   N)serpapi.serp_api_clientSerpApiClientr   r   r   r   <module>r      s    %G= Gr   