> 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/help-center/products-and-features/what-solution-should-i-use-for-building-llms.md).

# What solution should I use for building LLMs?

Training large language models (LLMs) requires diverse and high-quality datasets. Depending on your needs, you may require large-scale real-time web data or structured datasets to enhance AI applications like chatbots models.

### Solutions and their provided data <a href="#h_3435681324" id="h_3435681324"></a>

* [Oxylabs Web Scraper API](https://oxylabs.io/products/scraper-api/web) helps you with large-scale real-time data extraction. It assists you in collecting web content from news sites, forums, and videos, providing relevant information for AI-driven search and contextual models. It can also return Markdown output – easy-to-read format for LLM workflows.&#x20;
* The [YouTube Downloader](/api-targets/video-and-social-media/youtube/youtube-downloader.md), a part of Web Scraper API, helps you extract video, audio, and subtitles, making it ideal for training AI in speech recognition (ASR) and conversational AI.
* The [AI Studio](https://aistudio.oxylabs.io/) is a low-code solution that offers 5 AI-driven tools for web scraping. You an use natural language prompts to automate complex scraping processes and get structured real-time data from any site.&#x20;

*Please note that all information provided herein is for informational purposes only. Use of Oxylabs' products, including Youtube Downloader does not grant you any rights with regards to the described data, videos or images, which may be protected copyright, intellectual property or other rights. Before engaging in web scraping activities of any kind you should consult your legal advisors and carefully read the particular website's terms of service or receive a web scraping license.*

***

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


---

# 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/help-center/products-and-features/what-solution-should-i-use-for-building-llms.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.
