# Dedicated parsers

Simply put, our [Web Scraper API](https://oxylabs.io/products/scraper-api/web) provides a data parsing function and returns results in JSON format by default for some of the targets and their page types:

* [Amazon](/api-targets/e-commerce/amazon.md)
* [Google](/api-targets/search-engines/google.md)
* [Google Shopping](/api-targets/search-engines/google/shopping.md)
* [YouTube](/api-targets/video-and-social-media/youtube.md)
* [ChatGPT](/api-targets/llms-and-ai/chatgpt.md)
* [Perplexity](/api-targets/llms-and-ai/perplexity.md)
* [Bing](/api-targets/search-engines/bing.md)
* [Walmart](/api-targets/e-commerce/walmart.md)
* [Best Buy](/api-targets/e-commerce/bestbuy.md)
* [Etsy](/api-targets/e-commerce/etsy.md)
* [Target](/api-targets/e-commerce/target.md)

Our internal team fully manages and supports [dedicated parsers](/products/web-scraper-api/features/result-processing-and-storage/dedicated-parsers.md) for these targets.

{% hint style="success" %}
If you want to get parsed data from another target, you can use a [Custom Parser](https://oxylabs.io/features/custom-parser), a free feature of our Web Scraper API, to **automatically generate your own parser**.<br>

***Note:** you can't use a dedicated and Custom Parser simultaneously.*
{% endhint %}

***

<a href="https://dashboard.oxylabs.io/en/" class="button primary">Head back to the dashboard</a>


---

# Agent Instructions: 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/help-center/products-and-features/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.
