> For the complete documentation index, see [llms.txt](https://developers.oxylabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.oxylabs.io/api-targets/cn/sou-suo-yin-qing.md).

# 搜索引擎

- [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 搜索 API 获取基于位置的餐厅、酒店和服务结果，并提供筛选选项。
- [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/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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

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