Search sources
Last updated
Last updated
The best way to search for sources is to use the search
query parameter, which searches across , , and . Example:
Search for the abbreviated version of the Journal of the American Chemical Society "jacs
":
You can also use search as a , allowing you to fine-tune the fields you're searching over. To do this, you append .search
to the end of the property you are filtering for:
Get sources with "nature" in the title:
The following fields can be searched as a filter within sources:
You can also use the filter default.search
, which works the same as using the .
You can autocomplete sources to create a very fast type-ahead style search function:
Autocomplete sources with "neuro" in the display_name: https://api.openalex.org/autocomplete/sources?q=neuro
This returns a list of sources with the publisher set as the hint:
Read more in the in the API guide.