# Analyze Competitor Product Features as Markdown

**Use case:** 

Convert competitor product feature pages and service descriptions into structured Markdown, facilitating direct comparison and analysis of offerings. This provi

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.shopify.com/features"
    },
    {
      "url": "https://www.wix.com/website/features"
    },
    {
      "url": "https://www.squarespace.com/website-features"
    }
  ],
  "excludeSelectors": [
    "header",
    "footer",
    ".navbar",
    ".signup-cta"
  ],
  "useJavaScript": true,
  "headingStyle": "ATX",
  "stripTags": [
    "script",
    "style"
  ],
  "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.