# Jina Reader

Zero-setup URL-to-Markdown proxy for any web page

Prepend `r.jina.ai/` to any URL to instantly convert the page into clean, LLM-ready markdown with zero authentication or setup.

## Overview

- **Website**: https://jina.ai/reader
- **Docs**: https://jina.ai/reader/#api
- **License / Pricing**: Freemium
- **Directory Entry**: https://agentaccess.dk/enablers/jina-reader

## About

Jina Reader provides the simplest possible interface for AI agents to read the web. By simply prefixing any target URL with `https://r.jina.ai/`, it fetches the page, strips boilerplate scripts and styling, executes JavaScript, and streams pristine Markdown back to your agent.

## Key Features

- Zero installation: just prepend https://r.jina.ai/ to any URL
- High-speed streaming markdown output
- Handles dynamic single-page applications
- Built-in image description and search integration (s.jina.ai)
- Free tier available without API key requirements

## Danish System Application Recipes

### Instant Read of Danish Ministry Press Releases
Fetch real-time policy updates from Regeringen.dk or Finansministeriet by fetching `https://r.jina.ai/https://www.regeringen.dk/...` directly from standard fetch().

## Quickstart

```bash
# Fetch clean markdown of any Danish webpage with curl
curl https://r.jina.ai/https://www.dst.dk/da/Statistik
```

---
Source: [AgentAccess Enablers](https://agentaccess.dk/enablers/jina-reader)