> ## Documentation Index
> Fetch the complete documentation index at: https://help.decodo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Google Templates

> Web Scraping API Google Templates

Google can be scraped using multiple different templates, including the **Google search bar**, **direct URL**, or more specific targets like **Google suggest**, **Google ads**, etc.

In each respective template page, you will find:

* Whether it can be parsed with `JSON`;
* The required parameters;
* Ready-to-use code examples for `cURL`, `Node`, and `Python`, where you only need to change the username and password for your Web Scraping API user for the code to work.

<Note>
  All Google templates use the Premium Proxy Pool by default.
</Note>

Here is the list of available **Google templates**:

| Template                                                                                         | Parser        | Input   |
| ------------------------------------------------------------------------------------------------ | ------------- | ------- |
| [**Google Ads**](https://help.decodo.com/docs/web-scraping-api-google-ads#/)                     | ✅             | `query` |
| [**Google AI Mode**](https://help.decodo.com/docs/web-scraping-api-google-ai-mode#/)             | ✅             | `query` |
| [**Google Lens**](https://help.decodo.com/docs/web-scraping-api-google-lens#/)                   | ✅             | `query` |
| [**Google Search**](https://help.decodo.com/docs/web-scraping-api-google-search#/)               | ✅             | `query` |
| [**Google Travel Hotels**](https://help.decodo.com/docs/web-scraping-api-google-travel-hotels#/) |               | `query` |
| [**Google URL**](https://help.decodo.com/docs/web-scraping-api-google-url#/)                     | Specific URLs | `url`   |

<Columns cols={2}>
  <Card title="Support" href="https://direct.lc.chat/12092754" cta="Let's chat!">
    Need help or just want to say hello? Our support is available 24/7. \
    You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com).
  </Card>

  <Card title="Feedback" href="mailto:feedback@decodo.com" cta="Share feedback">
    Can't find what you're looking for? Request an article! \
    Have feedback? Share your thoughts on how we can improve.
  </Card>
</Columns>
