Article
content_type=articleLong-form editorial writing that is not news reporting.
Essays, analysis and features. Broader than `news` and less structured than `docs`, this is the general-purpose editorial bucket.
What this covers
- analysis pieces
- essays
- company engineering blogs
Example
curl -H "x-api-key: $UNLOB_API_KEY" \
"https://api.unlob.com/search?q=your+query&content_type[]=article&limit=10"Common questions
What is the article content type?
Long-form editorial writing that is not news reporting.
How do I search only article?
Set content_type[]=article 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.