Skip to content
unlob

Q&A

content_type=qa

Question-and-answer pages: one problem, one or more proposed solutions.

The content type that most closely matches how a debugging agent thinks. Pair it with `term` to pin an exact error code and you get the pages where that specific failure was actually solved.

What this covers

  • Stack Overflow-style threads
  • support answers
  • FAQ pages

Example

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

Common questions

What is the qa content type?

Question-and-answer pages: one problem, one or more proposed solutions.

How do I search only q&a?

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