# 搜索引擎

- [Google](https://developers.oxylabs.io/api-targets/cn/sou-suo-yin-qing/google.md): 查看你可以抓取和解析的所有 Google 页面类型。
- [搜索](https://developers.oxylabs.io/api-targets/cn/sou-suo-yin-qing/google/search.md): Google 搜索抓取功能的概览页面。导航到特定搜索类型以查看详细文档。
- [网页搜索](https://developers.oxylabs.io/api-targets/cn/sou-suo-yin-qing/google/search/search.md): 全面的 Google 搜索抓取工具，提供自然结果、广告、摘要、知识面板、热门新闻等的解析数据。
- [图片搜索](https://developers.oxylabs.io/api-targets/cn/sou-suo-yin-qing/google/search/image-search.md): 提取 Google 图片搜索结果及其解析数据，包括自然图片列表、图片 URL、来源域名、标题、推荐搜索和搜索信息。
- [新闻搜索](https://developers.oxylabs.io/api-targets/cn/sou-suo-yin-qing/google/search/news-search.md): 大规模抓取 Google 新闻结果并获取完全解析的数据。提取包含标题、来源和发布日期的文章。
- [本地搜索](https://developers.oxylabs.io/api-targets/cn/sou-suo-yin-qing/google/search/local-search.md): Google Local Search API 可获取基于位置的餐厅、酒店和服务结果，并提供筛选选项。
- [反向图片搜索](https://developers.oxylabs.io/api-targets/cn/sou-suo-yin-qing/google/search/images.md)
- [AI 模式](https://developers.oxylabs.io/api-targets/cn/sou-suo-yin-qing/google/ai-mode.md): 通过提交提示词提取 Google AI 模式响应，包括完整响应文本、引用链接以及带来源 URL 的引文。
- [AI Overviews](https://developers.oxylabs.io/api-targets/cn/sou-suo-yin-qing/google/ai-overviews.md): 从搜索结果中提取 Google AI Overviews，并获取答案文本、项目符号列表、产品、食谱、来源面板、信息列表和附加问题的解析数据。
- [Ads Max](https://developers.oxylabs.io/api-targets/cn/sou-suo-yin-qing/google/ads.md): 抓取针对付费广告最大可见性优化的 Google 搜索结果，提供付费广告、自然结果、知识图谱面板、图片轮播等解析数据。
- [购物](https://developers.oxylabs.io/api-targets/cn/sou-suo-yin-qing/google/shopping.md): 了解如何通过两步抓取 Google Shopping：先从搜索生成令牌，然后提取详细产品信息。
- [购物搜索](https://developers.oxylabs.io/api-targets/cn/sou-suo-yin-qing/google/shopping/shopping-search.md): 提取 Google Shopping 搜索结果及其解析数据，包括自然商品列表和付费商品广告，以及价格、评分、评论、商品令牌等。
- [购物商品](https://developers.oxylabs.io/api-targets/cn/sou-suo-yin-qing/google/shopping/shopping-product.md): 使用 网页爬虫API 获取详细的 Google Shopping 商品数据，包括价格、评论、规格和变体。
- [购物价格](https://developers.oxylabs.io/api-targets/cn/sou-suo-yin-qing/google/shopping/product-pricing.md)
- [趋势：探索](https://developers.oxylabs.io/api-targets/cn/sou-suo-yin-qing/google/trends-explore.md): 按关键词、日期范围和类别提取 Google Trends 数据。API 支持多种搜索类型和筛选。
- [旅行：酒店](https://developers.oxylabs.io/api-targets/cn/sou-suo-yin-qing/google/travel-hotels.md): 抓取 Google Travel: Hotels 结果，支持住客人数、日期和星级筛选。灵活的 API 集成并提供全面的参数选项。
- [Lens](https://developers.oxylabs.io/api-targets/cn/sou-suo-yin-qing/google/lens.md): Google Lens API 可从提供的图片 URL 中提取视觉搜索结果。返回视觉匹配的图片结果，包括标题、URL、域名等。
- [URL](https://developers.oxylabs.io/api-targets/cn/sou-suo-yin-qing/google/url.md): Google URL 抓取工具可轻松从任何 Google 页面获取内容。支持简单集成，并提供多种语言的代码示例。
- [Bing](https://developers.oxylabs.io/api-targets/cn/sou-suo-yin-qing/bing.md): 了解如何开始抓取 Bing。
- [搜索](https://developers.oxylabs.io/api-targets/cn/sou-suo-yin-qing/bing/search.md): 提取 Bing Search 结果及其解析数据，包括付费广告和自然列表，并支持地理位置定向、域名本地化和分页。
- [URL](https://developers.oxylabs.io/api-targets/cn/sou-suo-yin-qing/bing/url.md): 了解如何开始抓取 Bing URL。


---

# 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/cn/sou-suo-yin-qing.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.
