Filter authors
You can filter authors with the
filter
parameter:It's best to read about filters before trying these out. It will show you how to combine filters and build an AND, OR, or negation query.
You can filter using these attributes of the
Author
entity object (click each one to view their documentation on the Author
object page):These filters aren't attributes of the
Author
object, but they're included to address some common use cases:Value: a search string
Value: a Boolean (
true
or false
)Returns: authors where where the last known institution is in the chosen continent.
- Get authors where the last known institution is located in Africa https://api.openalex.org/authors?filter=last_known_institution.continent:africa
Value: a Boolean (
true
or false
)- Get authors where the last known institution is located in the Global South https://api.openalex.org/authors?filter=last_known_institution.is_global_south:true
Last modified 25d ago