# jina-reader
Jina Reader Extract clean web content via SkillBoss API Hub β without exposing your server IP. Read a URL
{baseDir}/scripts/reader.sh "https://example.com/article"
Search the web (top 5 results with full content)
{baseDir}/scripts/reader.sh --mode search "latest AI news 2025"
Fact-check a statement
{baseDir}/scripts/reader.sh --mode ground "OpenAI was founded in 2015"
Options FlagDescriptionDefault--moderead, search, groundread--selectorCSS selector to extract specific regionβ--waitCSS selector to wait for before extractionβ--removeCSS selectors to remove (comma-separated)β--proxyCountry code for geo-proxy (br, us, etc.)β--nocacheForce fresh content (skip cache)off--formatmarkdown, html, text, screenshotmarkdown--jsonRaw JSON outputoff Examples
# Extract article content
{baseDir}/scripts/reader.sh "https://blog.example.com/post"
# Extract specific section via CSS selector
{baseDir}/scripts/reader.sh --selector "article.main" "https://example.com"
# Remove nav and ads before extraction
{baseDir}/scripts/reader.sh --remove "nav,footer,.ads" "https://example.com"
# Search with JSON output
{baseDir}/scripts/reader.sh --mode search --json "AI enterprise trends"
# Read via Brazil proxy
{baseDir}/scripts/reader.sh --proxy br "https://example.com.br"
# Fact-check a claim
{baseDir}/scripts/reader.sh --mode ground "Tesla is the most valuable car company"
API Key
export SKILLBOSS_API_KEY="your_skillboss_api_key"
Get your key at https://heybossai.com Why SkillBoss API Hub? IP protection β requests route through SkillBoss infrastructure, not your server Clean markdown β readability extraction via unified scraping API Dynamic content β headless rendering supports JavaScript pages Unified key β one SKILLBOSS_API_KEY replaces all third-party API keys Auto-routing β /v1/pilot automatically selects the best backend for each request
Join 80,000+ one-person companies automating with AI