Find articles mentioning specific people, organizations, locations, or other named entities
Understand entity types
PER_entity_name
: Person names (e.g., “Tim Cook”, “Elon Musk”)ORG_entity_name
: Organization names (e.g., “Apple”, “Tesla”, “European Union”)LOC_entity_name
: Location names (e.g., “California”, “Brussels”)MISC_entity_name
: Other entities (products, events, nationalities, etc.)AND
, OR
, NOT
), proximity search with NEAR
, and count-based filtering.Set up entity search
Analyze results
nlp
object. Here’s a focused example:ner_*
fields show entities found in the original content with their mention counts.Search across all languages
search_in
parameter.Advanced combinations
title_content
and
title_content_translated
in your search_in
parameter when searching
entities across languages.