Skip to content
unlob
content_type=opinion

Opinion

Explicitly argumentative writing — columns, editorials and position pieces, where the author is arguing a case rather than reporting an event.

Separated out so an agent can either seek it deliberately — when the question is about what people think — or exclude it when the question is about what is true.

Separating opinion from reporting is what makes a corroboration count mean anything. Twelve columns responding to one news story are twelve documents and one underlying source, and an agent that cannot tell the two types apart will read that as consensus.

What this covers

  • op-eds
  • editorials
  • position statements

Example

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

Common questions

What is the opinion content type?

Explicitly argumentative writing — columns, editorials and position pieces, where the author is arguing a case rather than reporting an event.

How do I search only opinion?

Set content_type[]=opinion 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.

When is the opinion filter worth using?

Separating opinion from reporting is what makes a corroboration count mean anything. Twelve columns responding to one news story are twelve documents and one underlying source, and an agent that cannot tell the two types apart will read that as consensus.

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.

API and MCP reference ↗