# Convert SaaS Docs to Markdown for AI Knowledge Base

**Use case:** 

Scrape and convert extensive SaaS product documentation into clean Markdown format, ideal for feeding into AI models to build a comprehensive, searchable knowle

## Input

```json
{
  "startUrls": [
    {
      "url": "https://apify.com/docs/api"
    },
    {
      "url": "https://apify.com/docs/sdk"
    },
    {
      "url": "https://apify.com/docs/platform"
    }
  ],
  "excludeSelectors": [
    "nav",
    "footer",
    ".sidebar",
    ".announcement-banner"
  ],
  "useJavaScript": true,
  "headingStyle": "ATX",
  "stripTags": [
    "script",
    "style",
    "iframe",
    "noscript"
  ],
  "auth": {},
  "timeout": 30
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Page Title"
  },
  "markdown_length": {
    "label": "Markdown Size"
  },
  "success": {
    "label": "Status"
  }
}
```

## About this Actor

This example demonstrates how to use [Markdownify MCP Server](https://apify.com/crawlerbros/markdownify-mcp-server) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/markdownify-mcp-server) to learn more, explore other use cases, and run it yourself.