Reader
ExtractionTrustedLIVEby Jina AI
Jina Reader turns any URL into clean, LLM-ready markdown with a single prefixed GET request. The fastest and cheapest path for getting page content into agent context. Strictly read-only: no interaction, no authentication.
- Provider
- Jina AI
- Type
- Extraction
- Added
- Apr 2024
- Interface
- Task-level
- Trust tier
- trusted
- Egress
- Vendor egress (unverified)
- Evidence
- minimal
- Max session
- 5 min
- Regions
- US, EU
- Pricing
- per page $0.02/1Kno interaction read-only
- Compliance
- ZDRSOC 2HIPAAPCI-DSS ROC
0.3%
Traffic share
24.4%
Success
1s
Median duration
$0/task
Avg $/task
—
p95 first action
Success rate over time
Traffic share over time
Pricing
| Model | Native price | Normalized $/run | Notes |
|---|---|---|---|
| per 1k steps | $0.02/1K pages | $0.00 | — |
| per page | $0.02/1K | — | — |
| no interaction | read-only | — | — |
Capability matrix
Capabilities for this runner — extra/gap badges compare against the most common capability set for Extraction runners in the catalog.
Login flows
MFA/2FA interactions
CAPTCHA handling
File download
File upload
Form filling
Structured extraction
Vision-based
DOM-based
Stealth/anti-bot
Residential proxies
Persistent sessions
Parallel sessions
Human-in-the-loop
Full evidence
Storage capture
Code sample
Pin this runner via routing: "jina-reader"
curl -X POST "$BANANA_PEEL_BASE/api/v1/responses" \
-H "Authorization: Bearer $BANANA_PEEL_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "banana-peel",
"input": "Extract the title from https://example.com",
"routing": "jina-reader"
}'