# Extract Markdown for RAG from Documentation

**Use case:** 

Convert webpage documentation into clear markdown for LLMs. Get organized and readable content for RAG pipelines and AI datasets.

## Input

```json
{
  "urls": [
    "https://docs.apify.com/platform/actors"
  ]
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "content": {
    "label": "Markdown",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Website to Markdown for LLMs and RAG](https://apify.com/rodrgds/website-to-markdown) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rodrgds/website-to-markdown) to learn more, explore other use cases, and run it yourself.