Filter authors
Last updated
Last updated
You can filter authors with the filter
parameter:
Get authors that have an ORCID
/authors
attribute filtersYou can filter using these attributes of the Author
entity object (click each one to view their documentation on the object page):
(alias: openalex
)
(the author's scopus ID, as an integer)
(accepts float, null, !null, can use range queries such as < >)
(accepts integer, null, !null, can use range queries)
(accepts integer, null, !null, can use range queries)
(alias: concepts.id
or concept.id
) -- will be deprecated soon
/authors
convenience filtersdefault.search
Value: a search string
display_name.search
Value: a search string
has_orcid
Value: a Boolean (true
or false
)
last_known_institution.continent
Returns: authors where where the last known institution is in the chosen continent.
last_known_institution.is_global_south
Value: a Boolean (true
or false
)
To learn more about why we do it this way,
These filters aren't attributes of the , but they're included to address some common use cases:
This works the same as using the for Authors.
Returns: Authors whose contains the given string; see the for details.
Get authors named "tupolev":
Returns: authors that have or lack an , depending on the given value.
Get the authors that have an ORCID: ``
Value: a String with a valid
Get authors where the last known institution is located in Africa
Returns: works where at least one of the author's institutions is in the .
Get authors where the last known institution is located in the Global South