> 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/products/cn/web-scraper-api/features/result-processing-and-storage/dedicated-parsers.md).

# 专用解析器

针对网页爬虫API的一些来源，我们开发了专用解析器。如果您想获取结构化数据，请添加 `parse` 参数，并将其设置为 `true`。请在相应的目标页面中查看更多详情。

<table><thead><tr><th width="180.33333333333331">目标</th><th width="294">来源</th><th>类型</th></tr></thead><tbody><tr><td><a href="/spaces/9AaN7B8HNpFdIYXcFlbw/pages/eee0a29a7f9647fa3b2e30da2e23384bf6c62355"><strong>Amazon</strong></a></td><td><code>Amazon</code>,<br><code>Amazon 搜索</code>,<br><code>Amazon 商品</code>,<br><code>Amazon 价格</code>,<br><code>Amazon 畅销商品</code>,<br><code>Amazon 卖家</code></td><td><p>搜索</p><p>商品</p><p>优惠列表</p><p>畅销商品</p><p>卖家</p></td></tr><tr><td><a href="/spaces/9AaN7B8HNpFdIYXcFlbw/pages/55be38a1fe24f7b9e3a53af4997ef9dffa756d02"><strong>Google</strong></a></td><td><code>Google</code>,<br><code>Google 搜索</code>,<br><code>Google AI 模式</code>,<br><code>Google 广告</code>,<br><code>Google Lens</code>,<br><code>Google Shopping 搜索</code>,<br><code>Google Shopping 商品</code></td><td><p>网页搜索</p><p>图片搜索</p><p>新闻搜索<br>AI Overviews</p><p>AI 模式<br>最高广告率</p><p>Lens 搜索<br>Google Shopping 搜索</p><p>Google Shopping 商品</p></td></tr><tr><td><a href="/spaces/9AaN7B8HNpFdIYXcFlbw/pages/8ba7b9866933c07dbd89a241f943b688c3c9135e"><strong>YouTube</strong></a></td><td><code>YouTube 搜索</code>,<br><code>YouTube 视频可训练性</code>,<br><code>YouTube 元数据</code>,<br><code>YouTube 字幕</code>,<br><code>YouTube 频道</code></td><td>搜索<br>视频可训练性<br>视频元数据<br>视频字幕<br>频道</td></tr><tr><td><a href="/spaces/9AaN7B8HNpFdIYXcFlbw/pages/cfc9663bf38b26995722336a338807c0cc77d1f0"><strong>ChatGPT</strong></a></td><td><code>ChatGPT</code></td><td>聊天</td></tr><tr><td><a href="/spaces/9AaN7B8HNpFdIYXcFlbw/pages/715c7b8615cf3035160a3156a3f54bc4b9eaad46"><strong>Perplexity</strong></a></td><td><code>Perplexity</code></td><td>聊天</td></tr><tr><td><a href="/spaces/9AaN7B8HNpFdIYXcFlbw/pages/bdac41b6ea4b822f9c8d579d8cf45fc05a3903d5"><strong>Bing</strong></a></td><td><code>Bing</code>,<br><code>Bing 搜索</code></td><td>搜索</td></tr><tr><td><a href="/spaces/9AaN7B8HNpFdIYXcFlbw/pages/dbc15ce8b27c64b8369dd2a58dc55942642fc42d"><strong>Walmart</strong></a><br></td><td><code>Walmart</code>,<br><code>Walmart 搜索</code>,<br><code>Walmart 商品</code></td><td><p>搜索</p><p>商品</p><p></p></td></tr><tr><td><a href="/spaces/9AaN7B8HNpFdIYXcFlbw/pages/2d97aa37287d0fceb22cc16a625446a94e94cf42"><strong>Best Buy</strong></a></td><td><code>Best Buy 商品</code></td><td>商品</td></tr><tr><td><a href="/spaces/9AaN7B8HNpFdIYXcFlbw/pages/44db4ff0d01056030840f7333540ddb32428f6fb"><strong>Etsy</strong></a></td><td><code>Etsy</code>,<br><code>Etsy 商品</code></td><td>商品</td></tr><tr><td><a href="/spaces/9AaN7B8HNpFdIYXcFlbw/pages/3a24e533d53eaa117e6aef1037199e33e4d963cf"><strong>目标</strong></a></td><td><code>Target</code>,<br><code>Target 搜索</code>,<br><code>Target 商品</code></td><td><p>搜索</p><p>商品</p></td></tr></tbody></table>

{% hint style="success" %}
如果您想从其他目标获取解析后的数据，请使用 [**自定义解析器**](/products/cn/web-scraper-api/features/custom-parser.md)**.**
{% endhint %}


---

# 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/products/cn/web-scraper-api/features/result-processing-and-storage/dedicated-parsers.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.
