# Convert Cloudflare Developer Docs to Markdown

**Use case:** 

Transform Cloudflare documentation into clean Markdown. Gain structured articles with metadata, stripped of ads and boilerplate.

## Input

```json
{
  "urls": [
    "https://developers.cloudflare.com/workers/",
    "https://developers.cloudflare.com/d1/",
    "https://developers.cloudflare.com/kv/",
    "https://developers.cloudflare.com/r2/"
  ],
  "url": "https://news.ycombinator.com",
  "onlyMainContent": true,
  "includeLinks": true,
  "includeImages": false,
  "maxCharacters": 0,
  "concurrency": 5,
  "useApifyProxy": true,
  "proxyGroups": []
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "siteName": {
    "label": "Site",
    "format": "string"
  },
  "wordCount": {
    "label": "Words",
    "format": "integer"
  },
  "readingTimeMin": {
    "label": "Read (min)",
    "format": "integer"
  },
  "statusCode": {
    "label": "HTTP",
    "format": "integer"
  },
  "fetchedAt": {
    "label": "Fetched",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [URL to Markdown — Clean Web Reader for AI Agents](https://apify.com/logiover/url-to-markdown) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/url-to-markdown) to learn more, explore other use cases, and run it yourself.