Searches for articles by author. You can filter results by language, country, source, and more.
Request body for searching articles by author based on specified criteria such as author name, language, country, source, and more.
The body is of type object
.
Authors search response containing a list of authors that match the search criteria. If no matches, returns a failed search response according to the defined schema.
The response model for the search requests applies to the Search
, Latest Headlines
, Search by link
, and Authors
endpoints. Response field behavior:
null
or undefined
if the data point is not presented or couldn't be extracted during processing.articles
response array, use array index notation. For example, articles[n].title
, where n
is the zero-based index of the article object (0, 1, 2, etc.).nlp
property within the article object articles[n].nlp
is only available with NLP-enabled subscription plans.The base response model containing common fields for search operations.