← APIs / Jina Reader
Verified

Jina Reader

Apiosk Basicsby Apiosk Basics · General

Turn any web page into clean, LLM-ready markdown/text. Append the target URL to the path: /https://example.com.

toolsapi
Price per request
$0.07
About

Jina Reader turns any web page into clean, LLM-ready markdown or text — stripping navigation, ads and boilerplate so an agent gets just the content. This listing proxies r.jina.ai through the Apiosk gateway with pay-per-call billing; the bearer token is injected by the gateway. Append the full target URL to the path.

Base URL
https://gateway.apiosk.com/jina-reader
Technical Specs
Auth MethodapiKey
Response FormatJSON
Endpoints1
Endpoints
MethodPathDescriptionCost
GET Read a URL as clean markdown/text for LLMs. Append the full target URL to the path, e.g. /https://example.com. Returns the extracted title, source URL and markdown content as plain text.
$0.07 default
View details
Endpoint documentation
GET
$0.07 default
Description

Read a URL as clean markdown/text for LLMs. Append the full target URL to the path, e.g. /https://example.com. Returns the extracted title, source URL and markdown content as plain text.

Pricing
$0.07 default
Parameters
{}
Response schema
{
  "description": "The page rendered as markdown/text: a Title line, the source URL, then the extracted Markdown Content. (Content-Type text/plain, not JSON.)",
  "type": "string"
}
Example response
"Title: Test Document\n\nURL Source: https://example.com/\n\nMarkdown Content:\n# Test Article\n\nThis is a test article with some content for Jina to extract."