# Search

- [Web Search](https://developers.oxylabs.io/api-targets/search-engines/google/search/search.md): Comprehensive Google Search scraper with parsed data for organic results, ads, snippets, knowledge panels, top stories, and more.
- [Image Search](https://developers.oxylabs.io/api-targets/search-engines/google/search/image-search.md): Extract Google Image Search results with parsed data, including organic image listings, image URLs, source domains, titles, suggested searches, and search information.
- [News Search](https://developers.oxylabs.io/api-targets/search-engines/google/search/news-search.md): Scrape Google News results on a large scale and get completely parsed data. Extract articles with titles, sources, and publication dates.
- [Local Search](https://developers.oxylabs.io/api-targets/search-engines/google/search/local-search.md): Google Local Search API retrieves location-based results for restaurants, hotels, and services with filtering options.
- [Reverse Image Search](https://developers.oxylabs.io/api-targets/search-engines/google/search/images.md)


---

# 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://developers.oxylabs.io/api-targets/search-engines/google/search.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.
