scraping / api
Jina Reader
Capability: Jina Reader
Use it when
- turn a public web page into clean Markdown with one HTTP request
- give an agent readable page content before building a custom scraper
What it solves
Not the fit when
- bot-detection-challenge
- auth-wall-session
- complex-spa-interaction
Install
curl 'https://r.jina.ai/https://example.com'
Invoke
import httpx
md = httpx.get(f'https://r.jina.ai/{url}', timeout=60).textAlternatives
No reviewed alternatives recorded yet.