Search
Search articles
Searches for articles based on specified criteria such as keyword, language, country, source, and more.
POST
Authorizations
Body
application/json
Request body for searching articles based on specified criteria such as keyword, language, country, source, and more.
The body is of type object
.
Response
200
application/json
A successful response containing articles that match the specified search criteria. The response may include clustering information if enabled.
The response model for the search requests applies to the Search
, Latest Headlines
, Search by link
, and Authors
endpoints. Response field behavior:
- Required fields are guaranteed to be present and non-null.
- Optional fields may be
null
orundefined
if the data point is not presented or couldn't be extracted during processing. - To access article properties in the
articles
response array, use array index notation. For example,articles[n].title
, wheren
is the zero-based index of the article object (0, 1, 2, etc.). - The
nlp
property within the article objectarticles[n].nlp
is only available with NLP-enabled subscription plans.
The response model for the search requests applies to the Search
, Latest Headlines
, Search by link
, and Authors
endpoints. Response field behavior:
- Required fields are guaranteed to be present and non-null.
- Optional fields may be
null
orundefined
if the data point is not presented or couldn't be extracted during processing. - To access article properties in the
articles
response array, use array index notation. For example,articles[n].title
, wheren
is the zero-based index of the article object (0, 1, 2, etc.). - The
nlp
property within the article objectarticles[n].nlp
is only available with NLP-enabled subscription plans.
The response model when clustering is enabled, grouping similar articles into clusters. Applies to the Search
and Latest headlines
requests. Response field behavior:
- Required fields are guaranteed to be present and non-null.
- Optional fields may be
null
orundefined
if the data point is not presented or couldn't be extracted during processing. - To access article properties in the
articles
response array, use array index notation. For example,articles[n].title
, wheren
is the zero-based index of the article object (0, 1, 2, etc.). - The
nlp
property within the article objectarticles[n].nlp
is only available with NLP-enabled subscription plans.