Filter publishers
Last updated
Last updated
You can filter publishers with the filter
parameter:
Get publishers that are hierarchy level 0
/publishers
attribute filtersYou can filter using these attributes of the Publisher
entity object (click each one to view their documentation on the object page):
(alias: openalex
)
(alias: ror
)
(alias: wikidata
)
— Use this with a publisher ID to find that publisher and all of its children
(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)
/publishers
convenience filterscontinent
Returns: publishers that are located in the chosen continent.
default.search
Value: a search string
display_name.search
Value: a search string
These filters aren't attributes of the object, but they're included to address some common use cases:
Value: a String with a valid
Get publishers that are located in South America
This works the same as using the for Publishers.
Returns: publishers with a containing the given string; see the for details.
Get publishers with names containing "elsevier": ``
In most cases, you should use the instead of this filter because it uses a better search algorithm.