Learn how to search within translated articles and retrieve translated content from News API v3
search_in
parameter with one of
the following options:
Option | Description |
---|---|
title_translated | Search only in translated titles |
content_translated | Search only in translated content |
summary_translated | Search only in translated summaries |
title_content_translated | Search in both translated titles and content |
search_in
parameter.PER_entity_name
: Person names (e.g., “Donald Trump”, “Emmanuel Macron”)ORG_entity_name
: Organization names (e.g., “European Union”, “United
Nations”, “Federal Reserve”)LOC_entity_name
: Location names (e.g., “United States”, “United Kingdom”)MISC_entity_name
: Other entities (events, products, etc.)AND
, OR
, NOT
) and
proximity search with NEAR
.
title_translated_en
: English translation of the article titlecontent_translated_en
: English translation of the article contentinclude_nlp_data
is true
):
nlp.summary_translated
: Brief AI-generated summary of the translationnlp.translation_ner_PER
: Person entities extracted from English translationsnlp.translation_ner_ORG
: Organization entities extracted from English
translationsnlp.translation_ner_LOC
: Location entities extracted from English
translationsnlp.translation_ner_MISC
: Miscellaneous entities extracted from English
translationsField | Description |
---|---|
ner_PER , ner_ORG , ner_LOC , ner_MISC | Entities extracted from original content |
translation_ner_PER , translation_ner_ORG , translation_ner_LOC , translation_ner_MISC | Entities extracted from English translations |
lang
parameter to achieve complete coverage. To ensure better quality,
exclude duplicates. If needed, include NLP data.
Response example
"search_in": "title_content,title_content_translated",
) before adding
entity recognition and complex filtering."\"European Union\""
) and combine entities with
boolean operators (OR
, AND
) for flexible matching.countries
parameter to focus on specific regions rather than searching
globally.