MarkUDown

HTML → clean Markdown and structured JSON. Scraping, crawling, AI extraction and more via API.

Available Endpoints

Everything you need to extract web data in a single API.

Scrape

/scrape

Convert a webpage to clean Markdown.

Crawl

/crawl

Crawl multiple pages automatically.

Map

/map

Map all links on a website.

Extract

/extract

Extract structured data with AI via JSON schema.

Search

/search

Google search via stealth browser.

RSS

/rss

Discover and parse RSS/Atom feeds.

Screenshot

/screenshot

Capture screenshots in PNG/JPEG.

Change Detection

/change-detection

Monitor content changes with diff.

Batch Scrape

/batch-scrape

Submit multiple URLs in a single parallel request.

Try Free

Try any endpoint directly in the browser.

API Playground

Extracts the content of a single URL as clean Markdown. Uses the fastest available layer.

  1. 1Paste the URL above
  2. 2Adjust optional settings (excluded tags, timeout)
  3. 3Click Run
  4. 4Read the Markdown in the result panel
~1-3s
import requests
import json

url = "https://api-ecs.scrapetechnology.com/scrape"
api_key = "YOUR_API_KEY"

headers = {
    "X-API-KEY": api_key,
    "Content-Type": "application/json"
}
data = {
  "url": []
}

try:
    response = requests.post(url, headers=headers, json=data)
    response.raise_for_status()
    print(response.json())
except requests.exceptions.HTTPError as http_err:
    print(f"Erro HTTP: {http_err}")
    print(f"Conteúdo da resposta: {response.text}")
except requests.exceptions.RequestException as req_err:
    print(f"Erro na Requisição: {req_err}")
except json.JSONDecodeError:
    print(f"Não foi possível decodificar a resposta JSON: {response.text}")

Our Plans

MonthlyYearly

Free

500 pages

$0/month

No credit card required

  • 500 pages
  • 10 /scrape per min
  • 1 /crawl per min

Basic

3.000 credits per month

$20/month

Billed monthly

  • 3,000 pages
  • 20 /scrape per min
  • 3 /crawl per min
  • Basic support

Intermediate

100.000 credits per month

$100/month

Billed monthly

  • 100,000 pages
  • 100 /scrape per min
  • 10 /crawl per min
  • Standard Support

Professional

500.000 credits per month

$395/month

Billed monthly

  • 500,000 pages
  • 1000 /scrape per min
  • 50 /crawl per min
  • Priority Support

Enterprise

High Volume & Custom Limits

Custom

Tailored solutions for high volume and specific needs.

  • High volume credits/tokens
  • Dedicated priority support
  • SLA options & custom integrations
  • Expert consultancy