Overview
Search for text within a specific filing. Returns matching nodes and their locations. No authentication required.
Request
Stock exchange code (e.g. NASDAQ).
Company ticker symbol (e.g. AAPL).
Filing slug, typically the SEC accession number (e.g. 0000320193-23-000106).
curl "https://api.okrapdf.com/v1/filings/NASDAQ/AAPL/0000320193-23-000106/search?q=revenue"
Response
{
"results": [
{
"node_id": "node-abc123",
"page": 12,
"snippet": "...total revenue of $383.3 billion..."
}
]
}