> 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 图片搜索结果的解析数据，包括自然图片列表、图片 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 可检索餐厅、酒店和服务的基于位置的结果，并提供过滤选项。
- [AI 模式](https://developers.oxylabs.io/api-targets/cn/sou-suo-yin-qing/google/ai-mode.md): 通过提交提示提取 Google AI Mode 回复，包括完整回复文本、引用链接和带来源 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 Search 结果，并提供付费广告、自然结果、知识图谱面板、图片轮播等解析数据。
- [购物](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/xue-shu.md): Google Scholar 抓取器允许你提交搜索查询并接收结构化解析数据，包括文章、书籍、引用和相关链接。
- [趋势：探索](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, 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.
