LLM Web Page Research Browser
Pricing
from $1.92 / 1,000 item extracteds
LLM Web Page Research Browser
Convert public web pages into cleaned Markdown, compact chunks, metadata, links, and citations for LLM research and RAG ingestion.
LLM Web Page Research Browser
Pricing
from $1.92 / 1,000 item extracteds
Convert public web pages into cleaned Markdown, compact chunks, metadata, links, and citations for LLM research and RAG ingestion.
url
Optional
Final public source URL after redirects.
requestedUrl
Optional
Original URL supplied in the run input.
title
Optional
Readable page or article title.
description
Optional
Page metadata description when available.
siteName
Optional
Publisher or site name when available.
language
Optional
Declared or extracted document language.
publishedAt
Optional
Source publication timestamp when exposed.
retrievedAt
Optional
UTC timestamp when the page was fetched.
statusCode
Optional
Successful source response status.
contentType
Optional
HTTP content type returned by the source.
markdown
Optional
Cleaned page content in Markdown when requested.
text
Optional
Cleaned plain text when requested.
charCount
Optional
Cleaned Markdown character count.
wordCount
Optional
Approximate cleaned content word count.
tokenEstimate
Optional
Approximate LLM token count using four characters per token.
truncated
Optional
Whether content reached maxContentChars.
links
Optional
Deduplicated same-origin HTTP(S) links found on the page.
[ { "url": "https://docs.example.org/next", "text": "Next topic" }]chunks
Optional
Compact overlapping Markdown chunks with source citations.
[ { "id": "docs.example.org-001", "text": "Readable source content.", "charCount": 24, "wordCount": 3, "citation": { "sourceUrl": "https://docs.example.org/guide", "title": "Example research guide", "retrievedAt": "2025-01-16T09:30:00.000Z" } }]citation
Optional
Page-level citation for downstream research answers.
{ "sourceUrl": "https://docs.example.org/guide", "title": "Example research guide", "retrievedAt": "2025-01-16T09:30:00.000Z"}