content_type=articleArticle
Long-form editorial writing that is not news reporting: essays, analysis, features and engineering blogs. The general-purpose editorial bucket.
Essays, analysis and features. Broader than `news` and less structured than `docs`, this is the general-purpose editorial bucket.
Because it is the broadest editorial type, it benefits most from a quality floor and a host-rank floor. Without them it is the bucket that content marketing lands in; with them it is where the considered writing on a subject lives.
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: essays, analysis, features and engineering blogs. The general-purpose editorial bucket.
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.
When is the article filter worth using?
Because it is the broadest editorial type, it benefits most from a quality floor and a host-rank floor. Without them it is the bucket that content marketing lands in; with them it is where the considered writing on a subject lives.
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.