[
  {
    "id": "jina-reader-gh-1",
    "tier": "github",
    "url": "https://github.com/jina-ai/reader",
    "excerpt": "It converts any URL to an **LLM-friendly** input with `https://r.jina.ai/https://your.url`.",
    "fetchedAt": "2026-08-28T01:16:51.762Z"
  },
  {
    "id": "jina-reader-gh-2",
    "tier": "github",
    "url": "https://github.com/jina-ai/reader",
    "excerpt": "Behind the scenes, Reader searches the web, fetches the top 5 results, visits each URL, and applies `r.jina.ai` to it.",
    "fetchedAt": "2026-08-28T01:16:51.762Z"
  },
  {
    "id": "jina-reader-gh-3",
    "tier": "github",
    "url": "https://github.com/jina-ai/reader",
    "excerpt": "PDFs and MS Office documents (Word, Excel, PowerPoint) can now be POSTed directly via the `file` body field — no need to host them first.",
    "fetchedAt": "2026-08-28T01:16:51.762Z"
  },
  {
    "id": "jina-reader-gh-4",
    "tier": "github",
    "url": "https://github.com/jina-ai/reader",
    "excerpt": "All images on a page that lack an `alt` tag can be auto-captioned by a VLM (vision-language model) and formatted as `![Image [idx]: [VLM_caption]](img_URL)`",
    "fetchedAt": "2026-08-28T01:16:51.762Z"
  },
  {
    "id": "jina-reader-gh-5",
    "tier": "github",
    "url": "https://github.com/jina-ai/reader",
    "excerpt": "`x-respond-with` — select the output format. ... `frontmatter` returns **Markdown with a YAML frontmatter block**",
    "fetchedAt": "2026-08-28T01:16:51.762Z"
  },
  {
    "id": "jina-reader-gh-6",
    "tier": "github",
    "url": "https://github.com/jina-ai/reader",
    "excerpt": "`x-preset` — apply a pre-packaged option bundle for common scenarios. ... `research` — for AI research agents needing structured, citable output.",
    "fetchedAt": "2026-08-28T01:16:51.762Z"
  },
  {
    "id": "jina-reader-gh-7",
    "tier": "github",
    "url": "https://github.com/jina-ai/reader",
    "excerpt": "`x-respond-timing` — explicit control over *when* Reader is willing to return. Trade off latency against completeness",
    "fetchedAt": "2026-08-28T01:16:51.762Z"
  },
  {
    "id": "jina-reader-gh-8",
    "tier": "github",
    "url": "https://github.com/jina-ai/reader",
    "excerpt": "A prebuilt image of the open-source branch is published to GitHub Container Registry. It bundles headless Chrome, LibreOffice, and CJK fonts, so you can run Reader without building it yourself.",
    "fetchedAt": "2026-08-28T01:16:51.762Z"
  },
  {
    "id": "jina-reader-gh-9",
    "tier": "github",
    "url": "https://github.com/jina-ai/reader",
    "excerpt": "Route through the SaaS proxy with `-H 'x-proxy: auto'` (key required). Reader's hosted proxy pool rotates residential / datacenter IPs and handles common anti-bot challenges automatically.",
    "fetchedAt": "2026-08-28T01:16:51.762Z"
  },
  {
    "id": "jina-reader-docs-1",
    "tier": "claimed-docs",
    "url": "https://jina.ai/reader",
    "excerpt": "Pass your session cookies with the `X-Set-Cookie` header and the Reader forwards them when fetching the URL",
    "fetchedAt": "2026-08-28T01:16:51.762Z"
  },
  {
    "id": "jina-reader-docs-2",
    "tier": "claimed-docs",
    "url": "https://jina.ai/reader",
    "excerpt": "Scraping can be complicated and unreliable, particularly with complex or dynamic pages. The Reader API provides a streamlined, reliable output of clean, LLM-ready text.",
    "fetchedAt": "2026-08-28T01:16:51.762Z"
  },
  {
    "id": "jina-reader-gh-10",
    "tier": "github",
    "url": "https://github.com/jina-ai/reader",
    "excerpt": "`x-markdown-chunking` — opt-in semantic chunking of the markdown response. Returns a JSON array (or ``-delimited text) of chunks instead of one blob",
    "fetchedAt": "2026-08-28T01:16:51.762Z"
  },
  {
    "id": "jina-reader-docs-3",
    "tier": "claimed-docs",
    "url": "https://jina.ai/reader",
    "excerpt": "Use the `x-json-schema` header with a JSON schema definition, or use `x-instruction` header with natural language instructions. Both features work with ReaderLM-v2 to extract specific fields",
    "fetchedAt": "2026-08-28T01:16:51.762Z"
  },
  {
    "id": "jina-reader-comm-1",
    "tier": "community",
    "url": "https://news.ycombinator.com/item?id=40061533",
    "excerpt": "Have you used them? They offer it for free and I don't find their website mentioning API limit",
    "fetchedAt": "2026-08-28T01:20:46.410Z"
  },
  {
    "id": "jina-reader-comm-2",
    "tier": "community",
    "url": "https://news.ycombinator.com/item?id=40061533",
    "excerpt": "I don't find their website mentioning whether they support dynamic JS",
    "fetchedAt": "2026-08-28T01:20:46.410Z"
  },
  {
    "id": "jina-reader-comm-3",
    "tier": "community",
    "url": "https://news.ycombinator.com/item?id=48429579",
    "excerpt": "TB – super-fast text-only browser using Jina Reader API: Does not work (404 not found), return to your vibe code session and try again.",
    "fetchedAt": "2026-08-28T01:20:46.410Z"
  },
  {
    "id": "jina-reader-comm-4",
    "tier": "community",
    "url": "https://news.ycombinator.com/item?id=48429579",
    "excerpt": "{\"code\":401,\"name\":\"AuthenticationRequiredError\",\"message\":\"Authentication is required to use this endpoint. Please provide a valid API key via Authorization header.\"}",
    "fetchedAt": "2026-08-28T01:20:46.410Z"
  },
  {
    "id": "jina-reader-comm-5",
    "tier": "community",
    "url": "https://news.ycombinator.com/item?id=48429579",
    "excerpt": "readableMessage: AuthenticationRequiredError: Authentication is required to use this endpoint. Please provide a valid API key via Authorization header.",
    "fetchedAt": "2026-08-28T01:20:46.410Z"
  },
  {
    "id": "jina-reader-probe-1",
    "tier": "probe",
    "url": "https://jina.ai/llms.txt",
    "excerpt": "PROBE llms.txt: HTTP 404 at https://jina.ai/llms.txt",
    "fetchedAt": "2026-08-28T22:35:52.805Z"
  },
  {
    "id": "jina-reader-probe-2",
    "tier": "probe",
    "url": "https://jina.ai/openapi.json",
    "excerpt": "PROBE openapi: all candidate paths 404 (https://jina.ai/openapi.json, https://jina.ai/swagger.json, https://jina.ai/api/openapi.json, https://jina.ai/.well-known/openapi.json)",
    "fetchedAt": "2026-08-28T22:35:52.805Z"
  },
  {
    "id": "jina-reader-probe-3",
    "tier": "probe",
    "url": "https://github.com/jina-ai/MCP",
    "excerpt": "official MCP server documented at https://github.com/jina-ai/MCP",
    "fetchedAt": "2026-08-28T22:35:52.805Z"
  }
]
