# From what targets can I get parsed data?

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:

* [Google](/api-targets/search-engines/google.md)
* [Google Shopping](/api-targets/search-engines/google/shopping.md)
* [Amazon](/api-targets/e-commerce/amazon.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 for these targets. If you want to get parsed data from another target, you can:

* Use a [Custom Parser](https://oxylabs.io/features/custom-parser) to generate parsers with AI and save them as reusable presets;
* Try [OxyCopilot](https://oxylabs.io/products/scraper-api/ai-web-scraper-copilot), a free feature of our Web Scraper API, accessible via API Playground, and specify your parsing requirements in plain English.

***

<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/troubleshooting/from-what-targets-can-i-get-parsed-data.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.
