# Search Engines

- [Google](https://developers.oxylabs.io/api-targets/search-engines/google.md): See all types of Google pages that you can scrape and parse.
- [Search](https://developers.oxylabs.io/api-targets/search-engines/google/search.md): Overview page for Google Search scraping capabilities. Navigate to specific search types for detailed documentation.
- [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)
- [AI Mode](https://developers.oxylabs.io/api-targets/search-engines/google/ai-mode.md): Extract Google AI Mode responses by submitting prompts, including the full response text, referenced links, and citations with source URLs.
- [AI Overviews](https://developers.oxylabs.io/api-targets/search-engines/google/ai-overviews.md): Extract Google AI Overviews from search results with parsed data for answer text, bullet lists, products, recipes, source panels, info lists, and additional questions.
- [Ads Max](https://developers.oxylabs.io/api-targets/search-engines/google/ads.md): Scrape Google Search results optimized for maximum paid ad visibility, with parsed data for paid ads, organic results, Knowledge Graph panels, image carousels, and more.
- [Shopping](https://developers.oxylabs.io/api-targets/search-engines/google/shopping.md): See how to scrape Google Shopping in two steps: generate tokens from search, then extract detailed product information.
- [Shopping Search](https://developers.oxylabs.io/api-targets/search-engines/google/shopping/shopping-search.md): Extract Google Shopping search results with parsed data for organic product listings and paid listing ads, including pricing, ratings, reviews, product tokens, and more.
- [Shopping Product](https://developers.oxylabs.io/api-targets/search-engines/google/shopping/shopping-product.md): Retrieve detailed Google Shopping product data including pricing, reviews, specifications, and variants using Web Scraper API.
- [Shopping Pricing](https://developers.oxylabs.io/api-targets/search-engines/google/shopping/product-pricing.md)
- [Trends: Explore](https://developers.oxylabs.io/api-targets/search-engines/google/trends-explore.md): Extract Google Trends data by keyword, date range, and category. API supports multiple search types and filtering.
- [Travel: Hotels](https://developers.oxylabs.io/api-targets/search-engines/google/travel-hotels.md): Scrape Google Travel: Hotels results with guest count, dates, and star rating filters. Flexible API integration with comprehensive parameter options.
- [Lens](https://developers.oxylabs.io/api-targets/search-engines/google/lens.md): Google Lens API extracts visual search results from provided image URLs. Returns visually matching image results with titles, URLs, domains, and more.
- [URL](https://developers.oxylabs.io/api-targets/search-engines/google/url.md): Google URL scraper retrieves content from any Google page with ease. Simple integration with code examples for multiple languages.
- [Bing](https://developers.oxylabs.io/api-targets/search-engines/bing.md): Learn how you can start scraping Bing.
- [Search](https://developers.oxylabs.io/api-targets/search-engines/bing/search.md): Extract Bing Search results with parsed data for paid ads and organic listings, with support for geo-location targeting, domain localization, and pagination.
- [URL](https://developers.oxylabs.io/api-targets/search-engines/bing/url.md): See how you can start scraping Bing URLs.


---

# 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.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.
