MarkUDownQuick Start

Quick Start

Get your first result in under 60 seconds.

1. Get an API key

Sign up and copy your API key from the dashboard. scrapetechnology.com/markudown

2. Scrape your first page

curl -X POST https://api-ecs.scrapetechnology.com/api/scrape \
  -H "X-API-KEY: your-api-key" \
  -H "Content-Type: application/json" \
  -d '{"url": ["https://example.com"]}'

3. Response

{
  "https://example.com": {
    "markdown": "# Example Domain\n\nThis domain is for use in illustrative examples...",
    "links": null,
    "html": null
  }
}
Base URL: https://api-ecs.scrapetechnology.com
Auth header: X-API-KEY: your-api-key