Skip to content
unlob

Document

content_type=document

Standalone documents: PDFs, reports, filings and papers published as files.

Where regulatory filings, white papers and official reports live. Frequently the authoritative source on a question, and frequently missed by search tools that only index HTML.

What this covers

  • regulatory filings
  • white papers
  • annual reports
  • government publications

Example

content_type=documentbash
curl -H "x-api-key: $UNLOB_API_KEY" \
  "https://api.unlob.com/search?q=your+query&content_type[]=document&limit=10"

Common questions

What is the document content type?

Standalone documents: PDFs, reports, filings and papers published as files.

How do I search only document?

Set content_type[]=document on any search request. Content type is assigned at index time from page structure and markup rather than guessed from the URL, so the filter is reliable.

Filter by what a page is

Content type is assigned at index time from structure, not guessed from the URL — so the filter does what it says.