> 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 Search 抓取功能概览页面。导航至特定搜索类型以查看详细文档。
- [网页搜索](https://developers.oxylabs.io/api-targets/cn/sou-suo-yin-qing/google/search/search.md): 功能全面的 Google Search 爬虫，提供自然结果、广告、摘要、热门报道等的解析数据。
- [图片搜索](https://developers.oxylabs.io/api-targets/cn/sou-suo-yin-qing/google/search/image-search.md): 提取 Google Image Search 结果的解析数据，包括自然图片列表、图片 URL、源域名、标题、建议搜索和搜索信息。
- [新闻搜索](https://developers.oxylabs.io/api-targets/cn/sou-suo-yin-qing/google/search/news-search.md): 大规模抓取 Google News 结果并获取完全解析的数据。提取包含标题、来源和发布日期的文章。
- [本地搜索](https://developers.oxylabs.io/api-targets/cn/sou-suo-yin-qing/google/search/local-search.md): Google Local Search API 获取餐厅、酒店和服务的基于位置的结果，并提供筛选选项。
- [Ads Max](https://developers.oxylabs.io/api-targets/cn/sou-suo-yin-qing/google/ads.md): 抓取针对付费广告最大可见性优化的 Google Search 结果，提供付费广告、自然结果、图片轮播等的解析数据。
- [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，提供答案文本、项目符号列表、来源面板和信息列表的解析数据。
- [Lens](https://developers.oxylabs.io/api-targets/cn/sou-suo-yin-qing/google/lens.md): Google Lens API 从提供的图片 URL 中提取视觉搜索结果。返回视觉匹配的图片结果，包括标题、URL、域名等。
- [学术搜索](https://developers.oxylabs.io/api-targets/cn/sou-suo-yin-qing/google/xue-shu-sou-suo.md): Google Scholar 爬虫允许您提交搜索查询，并接收包含文章、书籍、引文和相关链接的结构化解析数据。
- [购物](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 集成，提供完整参数选项。
- [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, and the optional `goal` query parameter:

```
GET https://developers.oxylabs.io/api-targets/cn/sou-suo-yin-qing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
