# Google Search Engines

In order to return the most accurate results for Google Search scraping, we divided Google scenarios into separate engines, called Google Search Engines. When you want to scrape specific data from Google, all you need to do is to set the appropriate **`engine=<GOOGLE_ENGINE>`** parameter when sending your request.

### Available Google Engines

In this section of the Google API documentation, we will cover all the available engines, along with their specific parameters and with detailed implementation examples for each search type:

* [**google**](https://docs.webscrapingapi.com/google-search-api/google-search-engines/google-search-api) - scrape generic Google search results
* [**google\_maps**](https://docs.webscrapingapi.com/google-search-api/google-search-engines/google-maps-api) - scrape results from the Google Maps page
* [**google\_maps\_reviews**](https://docs.webscrapingapi.com/google-search-api/google-search-engines/google-maps-reviews-api) - scrape Google Maps reviews
* [**google\_reverse\_image**](https://docs.webscrapingapi.com/google-search-api/google-search-engines/google-reverse-image-api) - scrape Google Reverse Image search
* [**google\_trends**](https://docs.webscrapingapi.com/google-search-api/google-search-engines/google-trends-api) - scrape results from the Google Trends search


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.webscrapingapi.com/google-search-api/google-search-engines.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
