Forum
content_type=forumThreaded discussion: mailing lists, message boards, community threads.
Where undocumented behaviour gets discussed. Lower average quality than documentation, and frequently the only place a particular edge case is described at all.
What this covers
- mailing list archives
- discussion boards
- issue threads
Example
curl -H "x-api-key: $UNLOB_API_KEY" \
"https://api.unlob.com/search?q=your+query&content_type[]=forum&limit=10"Common questions
What is the forum content type?
Threaded discussion: mailing lists, message boards, community threads.
How do I search only forum?
Set content_type[]=forum 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.