> 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/google/search.md).

# 搜索

- [网页搜索](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 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 可获取餐厅、酒店和服务的基于位置的结果，并提供筛选选项。


---

# 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/google/search.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.
