# URL to Markdown Converter - Clean Markdown from Any Webpage

**Use case:** 

Convert any web page into clean LLM-ready markdown. (.md files) Run single URLs or thousands.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://onescals.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.