get_extract
ActiveTool of io.github.webberdesign/webbersites-x402-data-api
Document extraction: fetch a PDF, DOCX, or CSV by URL and get clean Markdown plus structured JSON — PDF text by page with metadata (honestly flags scanned PDFs that would need OCR), DOCX converted to real Markdown, CSV parsed to typed columns + JSON rows + a Markdown table. For agents that need document contents, not bytes. ($0.02 per call, paid via x402)
Parameters schema
{
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "Public http(s) URL of the .pdf, .docx, or .csv document"
},
"type": {
"type": "string",
"description": "Force the parser: pdf, docx, or csv (default: auto-detect from content-type, extension, magic bytes)"
},
"max_rows": {
"type": "number",
"description": "CSV only: max rows returned as JSON (default 1000, max 5000)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.webberdesign/webbersites-x402-data-api
https://github.com/webberdesign/api.webbersites.com
1/7 registries