Overview
Jina Reader API converts any URL into clean, LLM-ready text. It handles JavaScript rendering, removes ads, and extracts the main content.Installation
Environment Variables
Quick Start
Usage with Agent
Available Methods
read(url)
Read and extract content from a URL.search(query)
Search the web and get content.Configuration Options
Function-Based Usage
CLI Usage
Error Handling
Common Errors
| Error | Cause | Solution |
|---|---|---|
Connection error | Network issue | Check internet connection |
Timeout | Page took too long | Increase timeout or try later |
Rate limited | Too many requests | Add API key or add delays |
Features
- JavaScript rendering - Handles dynamic content
- Ad removal - Extracts only main content
- Clean output - LLM-ready text format
- No API key required - Works with limits
Related Tools
- Firecrawl - Web scraping API
- Crawl4AI - Open-source crawler
- Trafilatura - Content extraction

