Skip to main content
Quick solutions for common OpenAlex tasks.

Find works by an author

To audit a profile end-to-end — find works that should be attached but aren’t, plus works that are wrongly attached and should be removed — see the Audit an Author Profile’s Works recipe.

Find works from an institution

Find works on a topic

Find citations to a work

Find co-authors

Find internationally co-authored works

Use countries_distinct_count to find works with authors from multiple countries — the standard scientometric definition of international collaboration.

Find open access works

Find works with full text

Get institution rankings

Get journal metrics

Batch fetch multiple IDs

Use the OR operator (|) to fetch up to 100 IDs at once:

Random sample

Combine filters

Python example

Find funded works

Discover research funded by a specific organization or grant.

Explore publisher hierarchy

Navigate the parent-subsidiary structure of publishers.
Trace the citation network around a single work using its referenced_works, cited_by_api_url, and related_works fields.

Build a text corpus

Assemble a collection of full-text PDFs for analysis or AI synthesis.
Content downloads require an API key and cost $0.01 per file. See authentication for details.
Download programmatically in Python:
Downloading more than a few thousand files? Use the CLI tool for parallel downloads and automatic retries.