# Build RAG Training Data - Bulk Convert Websites to Markdown

**Use case:** 

Turn an entire site into markdown documents ready for embeddings and RAG pipelines.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://onescales.com"
    }
  ],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "URL": {
    "label": "URL",
    "format": "text"
  },
  "Markdown": {
    "label": "Markdown",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Markdown Maker](https://apify.com/onescales/bulk-ai-markdown-maker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/onescales/bulk-ai-markdown-maker) to learn more, explore other use cases, and run it yourself.