How can I retrieve all works associated with a specific ORCID using the OpenAlex API?
12:54 20 Jun 2026

I am trying to retrieve all publications associated with a researcher identified by an ORCID.

For example, if I have an ORCID such as:

0000-0000-0000-0000

How can I use the OpenAlex API to:

  1. Find the corresponding author record.

  2. Retrieve all works associated with that author.

  3. Handle pagination if there are many results.

A Python example would be appreciated.

python